Ajout des parkings
This commit is contained in:
parent
0a9c56d24d
commit
972385cf22
2 changed files with 36 additions and 0 deletions
9
couches/parkings.geojson
Normal file
9
couches/parkings.geojson
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"type": "FeatureCollection",
|
||||
"name": "parkings",
|
||||
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
||||
"features": [
|
||||
{ "type": "Feature", "properties": { "Depose-minute": false, "Camping-cars": true, "Parking": true }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.092142121259721, 47.542843538132558 ], [ -2.091790408416395, 47.542814759968941 ], [ -2.091835704767429, 47.542539567981564 ], [ -2.092035541610227, 47.542473018068343 ], [ -2.092120805329822, 47.54246942077333 ], [ -2.092187417610755, 47.542510789651068 ], [ -2.092187417610755, 47.542577339516328 ], [ -2.092190082101993, 47.542645687938666 ], [ -2.092142121259721, 47.542843538132558 ] ] ] } },
|
||||
{ "type": "Feature", "properties": { "Depose-minute": true, "Camping-cars": false, "Parking": true }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.09220380813615, 47.542019281600098 ], [ -2.092155873817133, 47.542082036529251 ], [ -2.092042574517636, 47.542078114348378 ], [ -2.091968494206427, 47.541999670669327 ], [ -2.092007713194714, 47.541971234806681 ], [ -2.092107939498115, 47.541960448785773 ], [ -2.092174757033716, 47.541982020825351 ], [ -2.09220380813615, 47.542019281600098 ] ] ] } }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue