Skip to content

Instantly share code, notes, and snippets.

@zmofei
Created April 24, 2026 16:37
Show Gist options
  • Select an option

  • Save zmofei/5d7375c25518fd9158d6fcc561dcbf90 to your computer and use it in GitHub Desktop.

Select an option

Save zmofei/5d7375c25518fd9158d6fcc561dcbf90 to your computer and use it in GitHub Desktop.
GeoJSON data for visualization - Created by Mofei Dev Tools
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Example Point"
},
"geometry": {
"type": "Point",
"coordinates": [
116.3974,
39.9093
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment