Skip to content

Instantly share code, notes, and snippets.

@eduramirezh
Last active May 5, 2019 18:25
Show Gist options
  • Save eduramirezh/ee0f7900ee991b241dbd143e446e1680 to your computer and use it in GitHub Desktop.
Save eduramirezh/ee0f7900ee991b241dbd143e446e1680 to your computer and use it in GitHub Desktop.
Sample of delivery areas on Porygon
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#7F3C8D",
"fill-opacity": 0.6,
"fee": "2",
"minimum_value": "2",
"id": "472f3dfd-2b99-4a27-91b4-6ef7b435a476"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
23.289642,
42.643304
],
[
23.339424,
42.643304
],
[
23.339424,
42.674737
],
[
23.289642,
42.674737
],
[
23.289642,
42.643304
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#A5AA99",
"fill-opacity": 0.6,
"fee": "1",
"minimum_value": "1",
"id": "83fed977-4490-4779-aa94-db0d6438e6d9"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
23.30771,
42.653499
],
[
23.322215,
42.653499
],
[
23.322215,
42.662399
],
[
23.30771,
42.662399
],
[
23.30771,
42.653499
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment