Last active
September 1, 2019 21:02
-
-
Save atoonk/5ade81c0e1c092ec9486bcf3a6cc3358 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{
"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"
}
}
]
}