GIS FAQs
What map projection do we use? Will you add other projections?
We store data in Mercator (EPSG 4326) and present it using Web Mercator (EPSG 3857). At present we have no plans to add other projections.
Which base map service do you use?
Humap uses the OpenStreetMap base map and underlying geospatial data, along with Maptiler for styling different versions of the base map.
How is geospatial data stored?
Geospatial data is stored in a PostGIS database, an industry standard for storing geospatial data for the web.
Can we export the data we put into Humap?
Yes, as a Geographic JSON ( geojson) file. Stored media files are exported separately and referenced to in the geojson file.
What GIS file formats can I upload to Humap? Can I upload a Shapefile?
Polygon and point data can be imported using geojson. At present Shapefiles are not compatible but is on the Humap development roadmap for future release.