Skip to content

Instantly share code, notes, and snippets.

@dianashk
Last active July 6, 2019 18:43
Show Gist options
  • Save dianashk/7d2ea0a3cb2f78e94a93af121c73a8e8 to your computer and use it in GitHub Desktop.
Save dianashk/7d2ea0a3cb2f78e94a93af121c73a8e8 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": "incorrect", "fill": "FF0000", "fill-opacity": 0.5},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-117.282341393,
33.1142064479
],
[
-116.54561292,
33.1142064479
],
[
-116.54561292,
32.5347737956
],
[
-117.282341393,
32.5347737956
],
[
-117.282341393,
33.1142064479
]
]
]
}
},
{
"type": "Feature",
"properties": {"name": "correct"},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-117.611081,
33.505025
],
[
-116.08094,
33.505025
],
[
-116.08094,
32.528832
],
[
-117.611081,
32.528832
],
[
-117.611081,
33.505025
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment