Skip to content

Instantly share code, notes, and snippets.

@miguelpeixe
Created August 28, 2013 20:19
Show Gist options
  • Save miguelpeixe/6370715 to your computer and use it in GitHub Desktop.
Save miguelpeixe/6370715 to your computer and use it in GitHub Desktop.
via:geojson.io
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "área urbana",
"description": "teste"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-46.789398193359375,
-23.482141099356095
],
[
-46.7633056640625,
-23.472064226579505
],
[
-46.7413330078125,
-23.461986584168184
],
[
-46.7303466796875,
-23.445608774415298
],
[
-46.723480224609375,
-23.431749041656513
],
[
-46.69464111328125,
-23.443088931121775
],
[
-46.65893554687499,
-23.44938844924064
],
[
-46.636962890625,
-23.46072682476443
],
[
-46.602630615234375,
-23.44812856964819
],
[
-46.4337158203125,
-23.433009077420344
],
[
-46.415863037109375,
-23.441828991453505
],
[
-46.41448974609375,
-23.47710275918795
],
[
-46.369171142578125,
-23.47332387777116
],
[
-46.285400390625,
-23.480881532357056
],
[
-46.31973266601562,
-23.536291093876567
],
[
-46.3787841796875,
-23.550139840559144
],
[
-46.4337158203125,
-23.566504660378115
],
[
-46.479034423828125,
-23.577832956897748
],
[
-46.46804809570312,
-23.590418806655414
],
[
-46.42135620117187,
-23.596711278870238
],
[
-46.45843505859375,
-23.636975950433467
],
[
-46.435089111328125,
-23.672197382983008
],
[
-46.459808349609375,
-23.68225890695704
],
[
-46.503753662109375,
-23.68477416688373
],
[
-46.50787353515625,
-23.70615192032082
],
[
-46.572418212890625,
-23.735069188959354
],
[
-46.789398193359375,
-23.482141099356095
]
]
]
}
},
{
"type": "Feature",
"properties": {
"name": "blabla",
"description": "alspd"
},
"geometry": {
"type": "Point",
"coordinates": [
-46.61636352539062,
-23.603003449227153
]
}
},
{
"type": "Feature",
"properties": {
"name": "koeaf",
"description": "akoskoa"
},
"geometry": {
"type": "Point",
"coordinates": [
-46.48040771484375,
-23.551398745203407
]
}
},
{
"type": "Feature",
"properties": {
"name": "daksoda",
"description": "dakos"
},
"geometry": {
"type": "Point",
"coordinates": [
-46.7962646484375,
-23.645782197607854
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment