Skip to content

Instantly share code, notes, and snippets.

/map.geojson Secret

Created April 6, 2017 14:03
Show Gist options
  • Save anonymous/a49494d38ded757824ba1f325bf26940 to your computer and use it in GitHub Desktop.
Save anonymous/a49494d38ded757824ba1f325bf26940 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"fill": "#F00",
"stroke-width": 6,
"fill-opacity": 0.1
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
113.291015625,
-18.062312304546715
],
[
120.19191432980932,
-22.77528936151462
],
[
121.54318810392384,
-25.306285930551976
],
[
119.95218306756827,
-27.601828901700827
],
[
113.291015625,
-18.062312304546715
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#00F",
"fill": "#00F",
"stroke-width": 6,
"fill-opacity": 0.1
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
119.95218306756827,
-27.601828901700827
],
[
114.2578125,
-35.81781315869662
],
[
122.34374999999999,
-34.95799531086791
],
[
126.70917631831458,
-28.72529077054203
],
[
127.705078125,
-29.382175075145277
],
[
130.57632387458509,
-29.86733432959661
],
[
141.15234374999997,
-37.090239803072066
],
[
138.20226137399294,
-31.155901897259547
],
[
142.03125,
-31.802892586706747
],
[
137.11424234536216,
-28.96726044902029
],
[
132.72450925246426,
-20.136944488541086
],
[
133.59375,
-18.895892559415024
],
[
132.20271250042364,
-19.087306597088112
],
[
129.55078125,
-13.752724664396975
],
[
125.18408486195614,
-20.05310648070893
],
[
119.17968749999999,
-20.879342971957897
],
[
120.19191432980932,
-22.77528936151462
],
[
122.29968447674261,
-24.214793514348397
],
[
121.54318810392384,
-25.306285930551976
],
[
121.55273437499999,
-25.324166525738384
],
[
126.70917631831458,
-28.72529077054203
],
[
127.41938336121612,
-27.71129801517406
],
[
130.57632387458509,
-29.86733432959661
],
[
138.20226137399294,
-31.155901897259547
],
[
137.11424234536216,
-28.96726044902029
],
[
129.58210608948366,
-24.623486932121974
],
[
132.72450925246426,
-20.136944488541086
],
[
132.20271250042364,
-19.087306597088112
],
[
125.18408486195614,
-20.05310648070893
],
[
124.17689372322495,
-21.50630775052635
],
[
122.51953124999999,
-20.550508894195637
],
[
122.51953124999999,
-24.36493813213397
],
[
127.41938336121612,
-27.71129801517406
],
[
129.58210608948366,
-24.623486932121974
],
[
124.17689372322495,
-21.50630775052635
],
[
122.29968447674261,
-24.214793514348397
],
[
122.51953124999999,
-24.36493813213397
],
[
122.51953124999999,
-31.278550858946517
],
[
119.95218306756827,
-27.601828901700827
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment