| 1 | | = Blueprints for the GIS Module = |
| 2 | | [[TOC]] |
| 3 | | |
| 4 | | We use [http://openlayers.org OpenLayers] to display Maps with some [http://geoext.org GeoExt] widgets. |
| 5 | | |
| 6 | | == Ideas == |
| 7 | | * [wiki:Projects/Basic#GISMapping Basic Tasks] |
| 8 | | * complete [BluePrintMobileClient#Mapping support for Mobile devices] |
| 9 | | * Integrate [http://riskinabox.org Risk in a Box] |
| 10 | | * complete move of Internal [wiki:BluePrintGISFeatureLayers Feature Layers to GeoJSON] |
| 11 | | * allow swapping from embedded to full-screen without a reload of the page |
| 12 | | * complete moving of JS code from being generated [http://eden.sahanafoundation.org/browser/modules/s3/s3gis.py#L1857 server-side] to [static http://eden.sahanafoundation.org/browser/static/scripts/S3/s3.gis.js] (for caching & easier maintenance) |
| 13 | | * integrated Legends in the West Panel |
| 14 | | * Simple example: http://api.geoext.org/1.0/examples/legendpanel.html |
| 15 | | * More complex example: [http://suite.opengeo.org/geoexplorer/ GeoExplorer] (add some layers) |
| 16 | | * complete migration to !GeoExplorer |
| 17 | | * [wiki:BluePrintGISOSMLayers OpenStreetMap PoI Layers] |
| 18 | | * Color coded maps according to Geo-data (threats, needs, etc) |
| 19 | | * Placing variable sized markers on the map in proportion to data (number of people in camp, number of families needing food) |
| 20 | | * Tracking people ( John Smith was registered at Camp A, then collected food at Camp B, then volunteers at Site C), or Items (The shipment of Tarpaulins moved from site C to site D, where it was split, and then half of them have been distributed from site E) |
| 21 | | * Having a playable timeline slider (like [http://haiti.ushahidi.com/main]) |
| 22 | | * Identify core [wiki:BluePrintGIStools GIS tools] |
| 23 | | * Integrating Walking Papers ([http://walking-papers.org/]) functionality into Sahana |
| 24 | | |
| 25 | | * Merge http://skapes.org Geolytics toolkit |
| 26 | | |
| 27 | | == List == |
| 28 | | * [wiki:BluePrintGISAPI Mapping API] |
| 29 | | * [wiki:BluePrintGISLocationSelector Location Selector] |
| 30 | | * [wiki:BluePrintGISLocationsHierarchy Locations Hierarchy] |
| 31 | | * [wiki:BluePrintGISLocationsSearch] |
| 32 | | * [wiki:BluePrintGISPermalink] |
| 33 | | * [wiki:BluePrintGISGeolocator Geocoder] |
| 34 | | * [wiki:BluePrintGISGeoExplorer GeoExplorer] |
| 35 | | * Layers |
| 36 | | * [wiki:BluePrintGISFeatureLayers Features] |
| 37 | | * [wiki:BluePrintGISGeoRSSLayers GeoRSS] |
| 38 | | * [wiki:BluePrintGISGoogle Google] |
| 39 | | * [wiki:BluePrintGISImageLayers Images] |
| 40 | | * [wiki:BluePrintGISKMLLayers KML] |
| 41 | | * [wiki:BluePrintGISOSMLayers OSM] |
| 42 | | * [wiki:BluePrintGISShapefileLayers Shapefiles] |
| 43 | | * [wiki:BluePrintGISSOSLayers SOS] |
| 44 | | * [wiki:BluePrintGISTMSLayers TMS] |
| 45 | | * [wiki:BluePrintGISWMSLayers WMS] |
| 46 | | * [wiki:BluePrintGISWFSLayers WFS] |
| 47 | | * [wiki:BluePrintGISFeedsCaching Feeds Caching] |
| 48 | | * [wiki:BluePrintGISGoogleGears GoogleGears] |
| 49 | | * [wiki:BluePrintGISGoogleEarth GoogleEarth] |
| 50 | | * [wiki:BluePrintGISGPSSharing GPS Sharing] |
| 51 | | * [wiki:BluePrintGISGrid Grid] |
| 52 | | * [wiki:BluePrintGISHeatMap HeatMap] |
| 53 | | * [wiki:BluePrintGISImportExport Import/Export] |
| 54 | | * [wiki:BluePrintGISLibraries Libraries] |
| 55 | | * [wiki:BluePrintGISMapCatalog Map Catalog] |
| 56 | | * [wiki:BluePrintGISMarkers Markers] |
| 57 | | * [wiki:BluePrintGISMobile Mobile] |
| 58 | | * [wiki:BluePrintGISPrinting Printing] |
| 59 | | * [wiki:BluePrintGISProjections Projections] |
| 60 | | * [wiki:BluePrintGISProxy Proxy] |
| 61 | | * [wiki:BluePrintGISRealTimeTracking Real-Time Tracking] |
| 62 | | * [wiki:BluePrintGISRectifier Rectifier] |
| 63 | | * [wiki:BluePrintGISRouting Routing] |
| 64 | | * [wiki:BluePrintGISSearch Search] |
| 65 | | * [wiki:BluePrintGISStorage Spatial Storage] |
| 66 | | * [wiki:BluePrintGISTileCache TileCache] |
| 67 | | * [wiki:BluePrintGISTimePlay Time Play] |
| 68 | | * [wiki:BluePrintGISUAV UAV] - Unmanned Aerial Vehicles |
| 69 | | * [wiki:BluePrintGISUploadPhotos Upload Photos] - with GPX Track & use timestamps to place associated features onto the map |
| 70 | | * [wiki:BluePrintGISWebMapContext WebMapContext] |
| 71 | | |
| 72 | | To display Shapefiles & Images we need to install a 3rd party server. |
| 73 | | [http://geoserver.org GeoServer] is probably a better target than [http://mapserver.org MapServer] |
| 74 | | * !GeoServer has a great in-built Admin UI |
| 75 | | * !GeoServer can be configured via REST rather than !MapScript if we wish to control from within Eden itself |
| 76 | | * !GeoServer uses !OpenLayers as native preview |
| 77 | | * !GeoServer has a [http://geoserver.org/display/GEOS/Printing+2.0+HOWTO Printing plugin] |
| 78 | | * [http://opengeosuite.org OpenGeoSuite] provides an integrated stack |
| 79 | | * [http://mapfishblog.blogspot.com/2009/03/studio-beta-for-mapfile-manager.html MapFish Studio] |
| 80 | | |
| 81 | | We should aim to be compatible with UN Logistics: http://www.logcluster.org/mapcenter/unsdi |
| 82 | | |
| 83 | | == Similar == |
| 84 | | Ideas from here could be useful: |
| 85 | | * http://www.cmu.edu/silicon-valley/dmi/research/projects/open-cop/index.html |
| 86 | | * http://geoportal.logcluster.org (Also written using GeoExt) |
| 87 | | * http://ikimap.com |
| 88 | | * http://mapsgeek.com |
| 89 | | * http://mapchat.ca |
| 90 | | * http://apps.geomajas.org/showcase/ |
| 91 | | * http://www.pdc.org/atlas/ |
| 92 | | * http://africamap.harvard.edu |
| 93 | | * http://gis.ibbeck.de/ginfo/apps/OLExamples/Index/index.html |
| 94 | | |
| 95 | | The original GIS module was described here: |
| 96 | | * http://wiki.sahanafoundation.org/doku.php?id=dev:gis_infra |
| 97 | | |
| 98 | | === See Also === |
| 99 | | * [wiki:DeveloperGuidelinesGIS DeveloperGuidelinesGIS] |
| 100 | | * [wiki:UserGuidelinesGIS UserGuidelinesGIS] |
| | 1 | See [wiki:BluePrint/GIS] |