-
Notifications
You must be signed in to change notification settings - Fork 10
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
Convert data/data.json to GeoJSON #19
Comments
GitHub has builtin preview for .geojson files. See https://github.blog/2013-06-13-there-s-a-map-for-that and especially https://help.github.com/en/github/managing-files-in-a-repository/mapping-geojson-files-on-github |
And I found this very nice tool with GitHub support: http://geojson.io |
Related: For mapped datasets, expose WorldMap file export links: KML, geojson, geotiff, png, etc. IQSS/dataverse#1404 |
We just added a GeoJSON previewer to the demo server (and Harvard Dataverse): IQSS/dataverse.harvard.edu#157 I uploaded wikipedia.geojson from https://en.wikipedia.org/wiki/GeoJSON#Example to https://demo.dataverse.org/file.xhtml?persistentId=doi:10.70122/FK2/GFBLSO/S7JA5J&version=1.0 and it looks pretty good! |
Leaflet and many others support the usage of GeoJSON standard file format.
Leaflet supports GeoJSON and allows for functions on loading each feature with
onEachFeature()
. This would allow refactoring the popup composition into function, so the code gets more readable.See https://gis.stackexchange.com/a/229743 for example.
The text was updated successfully, but these errors were encountered: