Changes between Version 28 and Version 29 of BluePrint/GIS/ShapefileLayers


Ignore:
Timestamp:
05/17/13 13:38:38 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/GIS/ShapefileLayers

    v28 v29  
    44Upload a Shapefile to display on the map.
    55
    6 Options:
    7 * Import Features
    8  * Workflow Options
    9   * Import just to display as an overlay
    10   * Import into Native Tables via an XSL Transform
    11  * Technology Options
    12   * Use the Python bindings for GDAL/OGR as we do for the [wiki:UserGuidelinesGISData#GADM GADM importer]
    13   * Integrate [http://ogre.adc4gis.com Ogre] - e.g. convert to GeoJSON
    14   * Integrate [http://featureserver.org FeatureServer]
    15 * Upload to a co-app & add a layer which accesses this via WMS/WFS (although the UI should show in the 'Shapefiles layers' section)
    16  * !GeoServer
    17   * http://docs.geoserver.org/2.0.0/user/extensions/rest/rest-config-examples-curl.html#uploading-a-shapefile
    18   * https://github.com/dwins/gsconfig.py
    19  * [http://mapserver.org MapServer]
    20   * Build a .map file using [http://mapserver.org/mapscript Python MapScript] 
     6* Workflow Options
     7 * Import just to display as an overlay
     8 * Import into Native Tables via an XSL Transform
     9* Technology Options
     10 * Use the Python bindings for GDAL/OGR as we do for the [wiki:UserGuidelinesGISData#GADM GADM importer]
     11 * Integrate [http://ogre.adc4gis.com Ogre] to do the conversion
     12 * Integrate [http://featureserver.org FeatureServer] to do the conversion
     13 * Upload to a co-app & add a layer which accesses this via WMS/WFS (although the UI should show in the 'Shapefiles layers' section)
     14  * !GeoServer
     15   * http://docs.geoserver.org/2.0.0/user/extensions/rest/rest-config-examples-curl.html#uploading-a-shapefile
     16   * https://github.com/dwins/gsconfig.py
     17  * [http://mapserver.org MapServer]
     18   * Build a .map file using [http://mapserver.org/mapscript Python MapScript] 
    2119
    2220We can include [http://thematicmapping.org/downloads/world_borders.php TM_WORLD_BORDERS-0.3.zip] as a useful base/sample