git.ntnlv.ca
Repositories
Help
Report an Issue
faubourg-carte.git
Code
Commits
Branches
Tags
Search
Tree:
de46e86
Branches
Tags
demo
faubourg-carte.git
buildings.json
Ajout GeoJSON
davvalent
commited
de46e86
at 2022-08-26 03:52:04
buildings.json
Blame
History
Raw
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "name": "Chapelle Saint-Antoine" }, "geometry": { "type": "Point", "coordinates": [ -73.55089724063873, 45.51883660822286 ] } }, { "type": "Feature", "properties": { "name": "École Ville-Marie" }, "geometry": { "type": "Point", "coordinates": [ -73.55039164423943, 45.51727578133604 ] } }, { "type": "Feature", "properties": { "name": "Asile Saint-Vincent de Paul" }, "geometry": { "type": "Point", "coordinates": [ -73.55142295360565, 45.51726544458981 ] } } ] }