Skip to content

Instantly share code, notes, and snippets.

@bozdoz
Last active February 9, 2024 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bozdoz/064a7101b95a324e8852fe9381ab9a18 to your computer and use it in GitHub Desktop.
Save bozdoz/064a7101b95a324e8852fe9381ab9a18 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"fill": "#7e7e7e",
"stroke": "#555555",
"marker-size": "medium",
"marker-symbol": "",
"popup-text": "What is this?"
},
"geometry": {
"type": "Point",
"coordinates": [
-63.624229431152344,
44.64325407516125
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"popup-text": "Hello there!"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-63.66027832031249,
44.718197320392626
],
[
-63.58268737792968,
44.67085032208647
],
[
-63.540802001953125,
44.74331942733374
],
[
-63.66027832031249,
44.718197320392626
]
]
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"fill": "#7e7e7e",
"stroke": "#555555",
"marker-size": "medium",
"marker-symbol": "",
"popup-text": "lake major?"
},
"geometry": {
"type": "Point",
"coordinates": [
-63.48861694335937,
44.73454012555642
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"popup-text": "I'm a square!"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-63.542861938476555,
44.654977979262924
],
[
-63.542861938476555,
44.68452147118967
],
[
-63.483123779296875,
44.68452147118967
],
[
-63.483123779296875,
44.654977979262924
],
[
-63.542861938476555,
44.654977979262924
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment