Skip to content

Instantly share code, notes, and snippets.

@steko
Last active August 29, 2015 14:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steko/fc9210b30fa786b16a37 to your computer and use it in GitHub Desktop.
Save steko/fc9210b30fa786b16a37 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": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 7.678987119881556, 45.076966697282714 ], [ 7.675006344374965, 45.07127456034339 ], [ 7.683667321365006, 45.068216431870106 ], [ 7.687112366336131, 45.073149617217517 ], [ 7.686584076502546, 45.074302926009146 ], [ 7.678987119881556, 45.076966697282714 ] ] ] } },
{ "type": "Feature", "properties": { "name": "S. Giovanni, S. Maria, S. Salvatore" }, "geometry": { "type": "Point", "coordinates": [ 7.685490293325971, 45.07351049125878 ] } },
{ "type": "Feature", "properties": { "name": "new basilica" }, "geometry": { "type": "Point", "coordinates": [ 7.692038110981673, 45.080288970672811 ] } },
{ "type": "Feature", "properties": { "name": "SS. Solutore, Avventore, Ottavio" }, "geometry": { "type": "Point", "coordinates": [ 7.673853035583336, 45.070973211917192 ] } }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment