Skip to content

Instantly share code, notes, and snippets.

@atoonk
Last active September 1, 2019 21:02
Show Gist options
  • Save atoonk/5ade81c0e1c092ec9486bcf3a6cc3358 to your computer and use it in GitHub Desktop.
Save atoonk/5ade81c0e1c092ec9486bcf3a6cc3358 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@atoonk
Copy link
Author

atoonk commented Sep 1, 2019

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [102.0, 0.5]
},
"properties": {
"key": "value",
"marker-color": "#0000ff",
"marker-size": "medium"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [100.0, 3.5]
},
"properties": {
"key": "value",
"marker-color": "#1100ff",
"marker-size": "medium"
}
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment