Project

General

Profile

Mapping Solutions » History » Version 1

Joseph Lacey, 02/09/2015 12:53 PM

1 1 Joseph Lacey
h1. Mapping Solutions
2
3
+Open Source Mapping fundamentals+
4
5
* "PostGIS":http://postgis.net/ (and "also":http://postgis.org/)
6
** Library that enables GIS data type support for PostgreSQL.  Basically just need to install it.
7
* "GeoServer":http://geoserver.org/display/GEOS/Welcome
8
** Server that is built with "Maven among other tools":http://docs.geoserver.org/stable/en/developer/tools.html#tools.  Once this is installed, it shouldn't require too much configuration unless it becomes the main place where data layers are created.
9
10
Both are a part of the "OSGeo":http://www.osgeo.org/ supported suite, which is worth investigating for other solutions.
11
12
+Mapping application suites+
13
14
* "Cartaro":http://cartaro.org/
15
** "Is packaged as a Drupal profile":https://drupal.org/project/cartaro but the requirements need wheezy, not squeeze. "Requires PostGIS and GeoServer to be installed":http://cartaro.org/documentation/installation.
16
** Documentation for "getting started":http://cartaro.org/documentation/getting-started.
17
* "OpenGeo":http://opengeo.org/
18
** This is a branded packaging of the open source tools PostGIS, GeoServer,"GeoWebCache":http://geowebcache.org/, "Openlayers":http://www.openlayers.org/ and "GeoExt":http://geoext.org/
19
** Need to register to download a copy.  Since everything is open source, using the branded version doesn't necessarily make sense unless their plan offers support and/or trainings, and they're needed.
20
* "Leaflet":http://leafletjs.com/
21
** Driven by Javascript libraries that can (and should) be downloaded and hosted on the site where the map is.
22
** "The quick start tutorial":http://leafletjs.com/examples/quick-start.html goes through the basics pretty quickly.
23
** Has "a robust API":http://leafletjs.com/reference.html and "notably diverse plugins":http://leafletjs.com/plugins.html.
24
25
+Data collection apps primarily geared toward humanitarian efforts+
26
27
* "ActivityInfo":http://about.activityinfo.org/
28
** Specifically for humanitarian data collection and analysis.  
29
** Requires "Tomcat and some non-default MySQL configuration for installation":http://about.activityinfo.org/server/manual-installation/.
30
* "Ushahidi":http://www.ushahidi.com/
31
** A packaged suite of tools for generating maps and reports.  Can handle multiple data sources.
32
** Only "a few of the Apache libraries":https://wiki.ushahidi.com/display/WIKI/Installing+the+Ushahidi+Platform could be non-standard.
33
* "Hope One Source":http://www.hopeonesource.org/team
34
** A beta software as service mapping solution that integrates with SMS.
35
* "StandByTaskForce":http://blog.standbytaskforce.com/
36
** An organization that trains digital volunteers to assist with efforts at mapping during crises.
Go to top