Skip to content

Instantly share code, notes, and snippets.

/map.geojson Secret

Created September 28, 2014 17:15
Show Gist options
  • Save anonymous/85057c1f1b5301d32e3b to your computer and use it in GitHub Desktop.
Save anonymous/85057c1f1b5301d32e3b to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:OGC:1.3:CRS84"
}
},
"features": [
{
"type": "Feature",
"properties": {
"NAME": "MARIA OSORIO TEIXEIRA",
"TITULO": "PRFA."
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-46.769582442011334,
-23.597097293819328
],
[
-46.77000844471588,
-23.597266293065864
],
[
-46.76980744496037,
-23.597705294364037
]
]
}
},
{
"type": "Feature",
"properties": {
"NAME": "MARIA OSORIO TEIXEIRA",
"TITULO": "PRFA."
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-46.769154439126424,
-23.59687029447234
],
[
-46.769582442011334,
-23.597097293819328
]
]
}
},
{
"type": "Feature",
"properties": {
"NAME": "MARIA OSORIO TEIXEIRA",
"TITULO": "PRFA."
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-46.76863143569903,
-23.5966262953309
],
[
-46.769154439126424,
-23.59687029447234
]
]
}
},
{
"type": "Feature",
"properties": {
"NAME": "MARIA OSORIO TEIXEIRA",
"TITULO": "PRFA."
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-46.76980744496037,
-23.597705294364037
],
[
-46.7696184453228,
-23.59816329566686
]
]
}
},
{
"type": "Feature",
"properties": {
"NAME": "MARIA OSORIO TEIXEIRA",
"TITULO": "PRFA."
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-46.76941444562211,
-23.598626297016118
],
[
-46.76926044628625,
-23.59912529830631
]
]
}
},
{
"type": "Feature",
"properties": {
"NAME": "MARIA OSORIO TEIXEIRA",
"TITULO": "PRFA."
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-46.7696184453228,
-23.59816329566686
],
[
-46.76941444562211,
-23.598626297016118
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment