git.ntnlv.ca
Repositories
Help
Report an Issue
faubourg-carte.git
Code
Commits
Branches
Tags
Search
Tree:
94f8f38
Branches
Tags
demo
faubourg-carte.git
buildings.json
Refactorisation/préparation
davvalent
commited
94f8f38
at 2022-08-26 21:47:43
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 ] } }, { "type": "Feature", "properties": { "rdfs:label": "", "qdmtl:thoroughfare": "http://data.qdmtl.ca/Thoroughfare/Gauchetiere", "starting": 1184, "ending": 1188, "inventoryNumber": 219 }, "geometry": { "type": "Point", "coordinates": [ -73.55242744088173, 45.51654656621812 ] } } ] }