Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map is not rendering #345

Open
iamibrahimriaz opened this issue Oct 5, 2023 · 2 comments
Open

Map is not rendering #345

iamibrahimriaz opened this issue Oct 5, 2023 · 2 comments

Comments

@iamibrahimriaz
Copy link

geoURL is returning error.

GET https://raw.githubusercontent.com/deldersveld/topojson/master/world-countries.json 404

this file is empty.

@iamibrahimriaz
Copy link
Author

Fixed error by using another geoURL.

geoUrl = 'https://unpkg.com/world-atlas@2.0.2/countries-110m.json';

@mibii
Copy link

mibii commented Mar 14, 2024

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/world-atlas@2.0.2/countries-110m.json';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants