score:1

i found a geojson file on the internet with polygons on all countries: https://datahub.io/core/geo-countries. i use leaflet.js:

geojsondata = ... // the geojson data
readfromjson = l.geojson(geojsondata).addto(map)

Related Query

More Query from same tag