You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to open the attached html into chrome/chromium browser, but the geoJson added layers are not showing up. I've test on Firefox (Linux and Windows) and Microsoft Edge (Windows) and worked fine. Below you can see screenshots from Firefox and Chromium.
you have to open it as an actual http:// page not a file:// page if you're using python then running python -m SimpleHTTPServer 8000 in the directory should do the trick
Thank you for your help. Your tip has solved partially my problem. When I open the html file (using the python local server) it works, but if I close the web browser and reopen the file (or click on reload), the map doesn't load anymore. Even if I restart the python server still not working more than one opening. I got this error:
js: Uncaught SyntaxError: Unexpected token
js: Uncaught SyntaxError: Unexpected end of JSON input
Hello,
I'm trying to open the attached html into chrome/chromium browser, but the geoJson added layers are not showing up. I've test on Firefox (Linux and Windows) and Microsoft Edge (Windows) and worked fine. Below you can see screenshots from Firefox and Chromium.
Chromium Version 65.0.3325.181: https://i.stack.imgur.com/TxAgU.png
Firefox 59.0.2: https://i.stack.imgur.com/O28I2.png
Can someone help me, please?
Thank you.
The text was updated successfully, but these errors were encountered: