Skip to content

Visualize My Own Data using MarkerCluster #242

Answered by giswqs
fadhil-ayyasy asked this question in Q&A
Discussion options

You must be logged in to vote

Your dataset is not formatted correctly as a GeoJSON, and that's why it does not show up on the map. A GeoJSON file looks like the one below. See this sample dataset.

{"features": [{"properties": {"POP_2010": 40888.0, "ELEV_IN_FT": 1611.0, "STATE": "ND"}, "id": "53", "geometry": {"type": "Point", "coordinates": [-101.29627319999997, 48.232509500000106]}, "type": "Feature"}, {"properties": {"POP_2010": 52838.0, "ELEV_IN_FT": 830.0, "STATE": "ND"}, "id": "101", "geometry": {"type": "Point", "coordinates": [-97.03285469999997, 47.92525680000006]}, "type": "Feature"}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fadhil-ayyasy
Comment options

Answer selected by giswqs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants