Created
February 1, 2016 22:14
-
-
Save lukewendling/41df66addb612496b60f to your computer and use it in GitHub Desktop.
Embed Map - sample geo json
This file contains hidden or 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
{ | |
"data": { | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-38.3613558, | |
-8.8044875 | |
] | |
}, | |
"properties": { | |
"Ordem": "193", | |
"Eixo": "Leste", | |
"Meta": "1L", | |
"Municipio": "Petrolândia", | |
"Estado": "PE", | |
"Nome da Comunidade": "Agrovila 4" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-38.3445892, | |
-8.7940031 | |
] | |
}, | |
"properties": { | |
"Ordem": "194", | |
"Eixo": "Leste", | |
"Meta": "1L", | |
"Municipio": "Petrolândia / Floresta", | |
"Estado": "PE", | |
"Nome da Comunidade": "Agrovila 5" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-37.8521847, | |
-8.6774657 | |
] | |
}, | |
"properties": { | |
"Ordem": "195", | |
"Eixo": "Leste", | |
"Meta": "1L", | |
"Municipio": "Inajá/Ibimirim", | |
"Estado": "PE", | |
"Nome da Comunidade": "Indígena Kambiwá - Baxa da Alexandra" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-37.9229577, | |
-8.645232 | |
] | |
}, | |
"properties": { | |
"Ordem": "196", | |
"Eixo": "Leste", | |
"Meta": "1L", | |
"Municipio": "Inajá", | |
"Estado": "PE", | |
"Nome da Comunidade": "Indígena Kambiwá - Barracão" | |
} | |
} | |
] | |
}, | |
"style": { | |
"fillColor": "blue", | |
"weight": 2, | |
"opacity": 1, | |
"color": "white", | |
"dashArray": "3", | |
"fillOpacity": 0.7 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment