# green-gis-server
**Repository Path**: geolyc/green-gis-server
## Basic Information
- **Project Name**: green-gis-server
- **Description**: Green GIS Server is a light server for publishing shapefile.
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2021-03-20
- **Last Updated**: 2021-11-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Green GIS Server [](https://travis-ci.org/shengzheng1981/green-gis-server)
Green GIS Server is a light server for publishing shapefile. Using node-gdal to convert to JSON, it stores feature collection in mongodb. And also, it handles requests for geojson data\image tile data\vector tile data.
# Demo
1. http://gis.ispongecity.com
2. http://green-gis-manager.herokuapp.com
# Features
1. publishing shapefile (just support shapefile now)
2. return all or part of feature collection by geojson format
3. backend render, using node-canvas to generate dynamic image tile
4. frontend render, return feature collection according to tile's x/y/z
# Dependencies
1. mongodb + mongoose
2. node-gdal
3. node-canvas
# Step to Start Server
1. npm install
2. download and install mongo
3. config.json to config mongo connection
4. start
# Sample application
Green GIS Manager is a sample application and a manager to manage all published feature collection, you can test geojson\backend\frontend menu for all of the features.




# License
Just for personal study and research.