git.ntnlv.ca
Repositories
Help
Report an Issue
faubourg-carte.git
Code
Commits
Branches
Tags
Search
Tree:
1ff896b
Branches
Tags
demo
faubourg-carte.git
buildings.json
Exemple propriétés
davvalent
commited
1ff896b
at 2022-08-26 15:19:52
buildings.json
Blame
History
Raw
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "rdfs:label": "Chapelle Saint-Antoine", "qdmtl:thoroughfare": "foo", "starting": 1234, "ending": 1231, "inventoryNumber": 87 }, "geometry": { "type": "Point", "coordinates": [ -73.55089724063873, 45.51883660822286 ] } }, { "type": "Feature", "properties": { "rdfs:label": "École Ville-Marie" }, "geometry": { "type": "Point", "coordinates": [ -73.55039164423943, 45.51727578133604 ] } }, { "type": "Feature", "properties": { "rdfs:label": "Asile Saint-Vincent de Paul" }, "geometry": { "type": "Point", "coordinates": [ -73.55142295360565, 45.51726544458981 ] } } ] }