We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Because the shp is being accessed from file://, but the basemap is http/s, a CORS error is thrown when opening index.html locally.
This can be an issue if one os looking to deploy this as a simple shp viewer on a local system.
To replicate simply download a copy of the repo and open index.html in Chrome.
The text was updated successfully, but these errors were encountered:
You will need to setup a local server to serve these locally. You could use python or anything to do this on the local system.
There's not much the code repo can do for this it's on Chrome/other browsers serving local files. You can read more about it here
Sorry, something went wrong.
No branches or pull requests
Because the shp is being accessed from file://, but the basemap is http/s, a CORS error is thrown when opening index.html locally.
This can be an issue if one os looking to deploy this as a simple shp viewer on a local system.
To replicate simply download a copy of the repo and open index.html in Chrome.
The text was updated successfully, but these errors were encountered: