Skip to content

Instantly share code, notes, and snippets.

@bhachauk
Created September 4, 2019 05:22
Show Gist options
  • Save bhachauk/255d6e2c969dcfe5ccf6ead6b51a082f to your computer and use it in GitHub Desktop.
Save bhachauk/255d6e2c969dcfe5ccf6ead6b51a082f to your computer and use it in GitHub Desktop.
Visited Places ... !
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "MultiPoint",
"coordinates": [
[80.27, 13.08], [78.48, 17.38], [77.59, 12.97], [76.93, 8.52]
]
},
"properties": {
"marker-symbol": "star",
"marker-color": "red",
"popupContent": "Visited Places...!"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment