Creation du projet
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "FeatureCollection",
|
||||
"name": "pieces",
|
||||
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
||||
"features": [
|
||||
{ "type": "Feature", "properties": { "etage": 0, "nom": "Cuisine" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 4.83726899994946, 45.773231650541184 ], [ 4.837284398476055, 45.773254138399395 ], [ 4.837306594008532, 45.773246754327552 ], [ 4.837292157889848, 45.77322380496166 ], [ 4.83726899994946, 45.773231650541184 ] ] ] } },
|
||||
{ "type": "Feature", "properties": { "etage": 0, "nom": "Toilettes" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 4.837271046291512, 45.773248709947836 ], [ 4.837278920968687, 45.773246224903346 ], [ 4.837269054783828, 45.773231537651021 ], [ 4.837261545520906, 45.773234118274814 ], [ 4.837271046291512, 45.773248709947836 ] ] ] } },
|
||||
{ "type": "Feature", "properties": { "etage": 0, "nom": "Salle de réunion" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 4.837162953579393, 45.773242448697054 ], [ 4.837193759713893, 45.773284766124945 ], [ 4.837274967322269, 45.773257299226643 ], [ 4.837248400564076, 45.77321458751581 ], [ 4.837162953579393, 45.773242448697054 ] ] ] } },
|
||||
{ "type": "Feature", "properties": { "etage": 0, "nom": "Atelier" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 4.83719332660777, 45.773284898704212 ], [ 4.837163048376557, 45.773242521198412 ], [ 4.837087802475224, 45.773267055547791 ], [ 4.837117181353037, 45.773310408831975 ], [ 4.83719332660777, 45.773284898704212 ] ] ] } },
|
||||
{ "type": "Feature", "properties": { "etage": 0, "nom": "Cour" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 4.83700462275777, 45.773346030633213 ], [ 4.837116919125743, 45.773310678537293 ], [ 4.837052480605867, 45.773214872930481 ], [ 4.836943387322215, 45.773251933555109 ], [ 4.83700462275777, 45.773346030633213 ] ] ] } }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user