Last active
April 4, 2016 08:17
-
-
Save intotecho/0baab18ac5f468dc14647e18bff9ceed to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#2505a5", | |
"stroke-width": 2, | |
"stroke-opacity": 1, | |
"fill": "#ffffff", | |
"fill-opacity": 0.1, | |
" distrurbance_report": "user confirmed disturbance" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-71.32049560546875, | |
-12.520714818780709 | |
], | |
[ | |
-71.36650085449219, | |
-12.502280484521686 | |
], | |
[ | |
-71.466064453125, | |
-12.528088183814681 | |
], | |
[ | |
-71.43070220947266, | |
-12.582376462566424 | |
], | |
[ | |
-71.40220642089844, | |
-12.631963129115093 | |
], | |
[ | |
-71.3228988647461, | |
-12.609516300263113 | |
], | |
[ | |
-71.31980895996094, | |
-12.558919970023819 | |
], | |
[ | |
-71.32049560546875, | |
-12.520714818780709 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#f5071f", | |
"marker-size": "small", | |
"marker-symbol": "star", | |
"fire alert": "", | |
"date": "" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-71.36512756347656, | |
-12.53680188883395 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#000000", | |
"stroke-width": 2, | |
"stroke-opacity": 1, | |
"fill": "#000000", | |
"fill-opacity": 0.5, | |
"deforestation": "road", | |
"date": "" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-71.39774322509766, | |
-12.540153235388313 | |
], | |
[ | |
-71.41868591308594, | |
-12.540153235388313 | |
], | |
[ | |
-71.41593933105469, | |
-12.547526044314436 | |
], | |
[ | |
-71.41353607177734, | |
-12.542834281239065 | |
], | |
[ | |
-71.39293670654297, | |
-12.543504538340924 | |
], | |
[ | |
-71.39774322509766, | |
-12.540153235388313 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#7e7e7e", | |
"marker-size": "medium", | |
"marker-symbol": "cross", | |
"alert": "deforestation", | |
"date": "1-2-2016" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-71.38538360595703, | |
-12.546855797680916 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#7e7e7e", | |
"marker-size": "medium", | |
"marker-symbol": "cross", | |
"alert": "deforestation", | |
"date": "1-2-2016" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-71.37748718261719, | |
-12.554228414658706 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#ffff00", | |
"stroke-width": 2, | |
"stroke-opacity": 1, | |
"fill": "#555555", | |
"fill-opacity": 0 | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-71.39087677001953, | |
-12.53412078020452 | |
], | |
[ | |
-71.37165069580077, | |
-12.53412078020452 | |
], | |
[ | |
-71.37439727783203, | |
-12.554898642092121 | |
], | |
[ | |
-71.39499664306639, | |
-12.554898642092121 | |
], | |
[ | |
-71.39087677001953, | |
-12.53412078020452 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment