internet-in-a-box icon indicating copy to clipboard operation
internet-in-a-box copied to clipboard

Change map tiles to Humanitarian theme

Open mapmeld opened this issue 11 years ago • 3 comments

Hi! I just returned from a volunteer trip with Unleash Kids to three schools in Haiti using Internet-in-a-Box. Thanks so much for your work! After discussing the project with teachers, I returned with three points which I'm filing as separate issues.

The Humanitarian OpenStreetMap Team (HOT) recently developed a humanitarian map style which is available as an option on OpenStreetMap.org: http://www.openstreetmap.org/#map=5/51.495/-5.581&layers=H The current Mapnik layer is the default on OSM, but it isn't an appealing design. Additionally, in remote areas without internet access, it is likely that the humanitarian map tiles provide more relevant content and information than Mapnik (for example, unpaved and often-flooded roads are styled differently in this map style).

Update: I've asked on the HOTOSM style repo, which uses CartoCSS, if it can produce a Mapnik XML file suitable for mod_tile: https://github.com/hotosm/HDM-CartoCSS/issues/250

mapmeld avatar Dec 23 '14 14:12 mapmeld

Update: I was able to generate a mapnik.xml file ( https://github.com/mapmeld/humanitarian-mapnik-xml ), which can be used with mod_tile ( http://wiki.openstreetmap.org/wiki/HowTo_mod_tile ) and the Humanitarian map repo's icons ( https://github.com/hotosm/HDM-CartoCSS/tree/master/icons ) to render tiles. Haven't set up a VirtualBox to try it yet.

mapmeld avatar Jan 11 '15 18:01 mapmeld

Hi mapmeld. Thanks for the feedback, it is great to hear reports from the field.

braddockcg avatar Jan 12 '15 00:01 braddockcg

Even nicer would be if instead of storing image tiles in various resolutions, the actual vector data could be stored instead, and served as svg in the browser. That would mean not only storing the data once, but as svg it would also occupy drastically less space, and thus the project could afford to have maximum detail everywhere in the world. There's some information about this approach here: http://wiki.openstreetmap.org/wiki/Vector_tiles

waldyrious avatar Jan 16 '15 23:01 waldyrious