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.
How are vector and raster maps uploaded into Humap?
Vector or raster data is known as an ‘overlay’ within the Humap platform. You can upload a geojson file or paste the URL of an overlay that is hosted elsewhere. If your raster image (typically a historical map) is georectified, we can upload the image to our servers and add it to your project for you. We hope to develop this feature as a self-service option in the near future. Vector data can be uploaded by yourself to add as an overlay using our overlay tools.
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.