Ajout d'attributs et début d'une petite doc
This commit is contained in:
parent
799dd817ae
commit
9fbf6daafb
11 changed files with 94 additions and 32 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"name": "braseros",
|
||||
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
||||
"features": [
|
||||
{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -2.091492669003518, 47.541663330367555 ] } },
|
||||
{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -2.091886914526623, 47.54197311732802 ] } }
|
||||
{ "type": "Feature", "properties": { "brazero": true }, "geometry": { "type": "Point", "coordinates": [ -2.091492669003518, 47.541663330367555 ] } },
|
||||
{ "type": "Feature", "properties": { "brazero": true }, "geometry": { "type": "Point", "coordinates": [ -2.091886914526623, 47.54197311732802 ] } }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue