Géolocalisé un building sur La Gauchetière
MagicRozy

MagicRozy commited on 2022-08-26 16:20:20
Showing 1 changed files, with 1 additions and 48 deletions.

... ...
@@ -1,48 +1 @@
1
-{
2
-  "type": "FeatureCollection",
3
-  "features": [
4
-    {
5
-      "type": "Feature",
6
-      "properties": {
7
-        "rdfs:label": "Chapelle Saint-Antoine",
8
-        "qdmtl:thoroughfare": "foo",
9
-        "starting": 1234,
10
-        "ending": 1231,
11
-        "inventoryNumber": 87
12
-      },
13
-      "geometry": {
14
-        "type": "Point",
15
-        "coordinates": [
16
-          -73.55089724063873,
17
-          45.51883660822286
18
-        ]
19
-      }
20
-    },
21
-    {
22
-      "type": "Feature",
23
-      "properties": {
24
-        "rdfs:label": "École Ville-Marie"
25
-      },
26
-      "geometry": {
27
-        "type": "Point",
28
-        "coordinates": [
29
-          -73.55039164423943,
30
-          45.51727578133604
31
-        ]
32
-      }
33
-    },
34
-    {
35
-      "type": "Feature",
36
-      "properties": {
37
-        "rdfs:label": "Asile Saint-Vincent de Paul"
38
-      },
39
-      "geometry": {
40
-        "type": "Point",
41
-        "coordinates": [
42
-          -73.55142295360565,
43
-          45.51726544458981
44
-        ]
45
-      }
46
-    }
47
-  ]
48
-}
1
+{"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]}}]}
49 2
\ No newline at end of file
50 3