maps
maps copied to clipboard
Where can I get a tiny size India outline GeoJSON?
Hi team, Where can I get a tiny size (maybe ~100KB?) GeoJSON of the India boundary (without states) for extreme lightweight use on the web?
The simplified map (~50KB) in this repo https://github.com/datameet/maps/blob/master/Country/india-land-simplified.geojson is not usable as it does not contain data of the coastline.
The closest I could find is https://cartographyvectors.com/map/1182-india which is 500KB, but I'm unsure of the accuracy of the boundary.
Bump if anyone sees this.
@fliptrail you could:
- convert GeoJSON to TopoJSON (TopoJSON files are about 80% ligther without losing details)
- use a tool like mapshaper to simplify the shape (you will lose some detail with this, but you can control how much detail)
this might be a suitable file to use: https://github.com/datameet/maps/blob/master/Country/india-composite.geojson