react-simple-maps
react-simple-maps copied to clipboard
Map is not rendering
geoURL is returning error.
GET https://raw.githubusercontent.com/deldersveld/topojson/master/world-countries.json 404
this file is empty.
Fixed error by using another geoURL.
geoUrl = 'https://unpkg.com/[email protected]/countries-110m.json';
is possible to use this file locally? for some reason the local path is not working (i put it in my project folder) geoUrl = './countries-110m.json'; while the full web link path is forking fine geoUrl = 'https://unpkg.com/[email protected]/countries-110m.json';