OpenStreetMap logo OpenStreetMap

Post When Comment
Making a multilingual map of India using OpenStreetMap data

Apologies for a delayed response Reshma. Didn’t follow the thread thereafter. Hope you’ve managed to resolve the issue you were facing.

I did face an issue while running the scripts as mentioned in the article. But the issue got resolved once I removed the ‘-l sparsetable’ argument in line 83 of run.py while invoking osmjs script here:

https://github.com/mapbox/osm-boundaries/blob/master/run.py

Hope this helps.

Making a multilingual map of India using OpenStreetMap data

@planemad,

Issue resolved. Something to do with osmjs sparsetable. Worked once I removed that argument. Thanks anyways

Making a multilingual map of India using OpenStreetMap data

@planemad,

Attempted the steps as outlined in the link provided by you above (http://xsce.org/wiki/generating_map_tiles) for my local OSM tile server with correct political boundaries for India. However, I have run into issues running run.py from osm-boundaries package (it generated the file in osm_admin_x-y.osm.pbf ..however, aborts the process at the time of invoking subprocess osmjs psql). Apparently, this is a known issue … without a fix yet. (https://github.com/mapbox/osm-boundaries/pull/9#issuecomment-53219685).

Wonder if there is a work around?

Thanks