Skip to content

Instantly share code, notes, and snippets.

/map.geojson Secret

Created January 3, 2018 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/fbe2e86b30bee0777de97130d1426946 to your computer and use it in GitHub Desktop.
Save anonymous/fbe2e86b30bee0777de97130d1426946 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Oregon Department of Agriculture",
"marker-color": "#00ff00"
},
"geometry": {
"type": "Point",
"coordinates": [
-123.02664,
44.94365
]
}
},
{
"type": "Feature",
"properties": {
"name": "Waldo Park",
"marker-color": "#ff0000"
},
"geometry": {
"type": "Point",
"coordinates": [
-123.02611,
44.94515
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment