Ajout de l'Asile St-Vincent pour démo.
davvalent

davvalent commited on 2022-05-16 15:30:21
Showing 1 changed files, with 13 additions and 0 deletions.

... ...
@@ -51,6 +51,19 @@
51 51
             45.51727578133604
52 52
           ]
53 53
         }
54
+      },
55
+      {
56
+        "type": "Feature",
57
+        "properties": {
58
+          "name": "Asile Saint-Vincent de Paul"
59
+        },
60
+        "geometry": {
61
+          "type": "Point",
62
+          "coordinates": [
63
+            -73.55142295360565,
64
+            45.51726544458981
65
+          ]
66
+        }
54 67
       }
55 68
     ]
56 69
   };
57 70