ajout 1 colonne : validation
MagicRozy

MagicRozy commited on 2022-09-02 14:58:22
Showing 1 changed files, with 100 additions and 1 deletions.

... ...
@@ -1 +1,100 @@
1
-{"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"Point","coordinates":[-73.53735208511353,45.552750638555025]}},{"type":"Feature","properties":{"appellation":"Chapelle Saint-Antoine","rdfs:label":"1379 rue de la Gauchetière Est","qdmtl:thoroughfare":"http://data.qdmtl.ca/Thoroughfare/Gauchetiere","starting":1379,"ending":1379,"inventoryNumber":247},"geometry":{"type":"Point","coordinates":[-73.55089724063873,45.51883660822286]}},{"type":"Feature","properties":{"rdfs:label":"1311 rue Craig rue Est","appellation":"École Ville-Marie","qdmtl:thoroughfare":"http://data.qdmtl.ca/Thoroughfare/Craig","starting":1311,"ending":1311,"inventoryNumber":172},"geometry":{"type":"Point","coordinates":[-73.55039164423943,45.51727578133604]}},{"type":"Feature","properties":{"rdfs:label":"970-1000 rue de la Visitation","qdmtl:thoroughfare":"http://data.qdmtl.ca/Thoroughfare/Visitation","appellation":"Asile Saint-Vincent de Paul","starting":970,"ending":1000,"inventoryNumber":183},"geometry":{"type":"Point","coordinates":[-73.55142295360565,45.51726544458981]}},{"type":"Feature","properties":{"rdfs:label":"1184-1188 rue de la Gauchetière Est","qdmtl:thoroughfare":"http://data.qdmtl.ca/Thoroughfare/Gauchetiere","starting":1184,"ending":1188,"inventoryNumber":219,"appellation":""},"geometry":{"type":"Point","coordinates":[-73.55242744088173,45.51654656621812]}},{"type":"Feature","properties":{"qdmtl:thoroughfare":"http://data.qdmtl.ca/Thoroughfare/Gauchetiere","starting":1158,"ending":1164,"rdfs:label":"1158-1164 rue de la Gauchetière Est","inventoryNumber":237},"geometry":{"type":"Point","coordinates":[-73.55268023908138,45.51637271843547]}}]}
2 1
\ No newline at end of file
2
+{
3
+    "type": "FeatureCollection",
4
+    "features": [
5
+        {
6
+            "type": "Feature",
7
+            "properties": {
8
+                "appellation": "Chapelle Saint-Antoine",
9
+                "rdfs:label": "1379 rue de la Gauchetière Est",
10
+                "qdmtl:thoroughfare": "http://data.qdmtl.ca/Thoroughfare/Gauchetiere",
11
+                "starting": 1379,
12
+                "ending": 1379,
13
+                "inventoryNumber": 247,
14
+                "validation": 1
15
+            },
16
+            "geometry": {
17
+                "type": "Point",
18
+                "coordinates": [
19
+                    -73.55089724063873,
20
+                    45.51883660822286
21
+                ]
22
+            }
23
+        },
24
+        {
25
+            "type": "Feature",
26
+            "properties": {
27
+                "rdfs:label": "1311 rue Craig rue Est",
28
+                "appellation": "École Ville-Marie",
29
+                "qdmtl:thoroughfare": "http://data.qdmtl.ca/Thoroughfare/Craig",
30
+                "starting": 1311,
31
+                "ending": 1311,
32
+                "inventoryNumber": 172,
33
+                "validation": 1
34
+            },
35
+            "geometry": {
36
+                "type": "Point",
37
+                "coordinates": [
38
+                    -73.55039164423943,
39
+                    45.51727578133604
40
+                ]
41
+            }
42
+        },
43
+        {
44
+            "type": "Feature",
45
+            "properties": {
46
+                "rdfs:label": "970-1000 rue de la Visitation",
47
+                "qdmtl:thoroughfare": "http://data.qdmtl.ca/Thoroughfare/Visitation",
48
+                "appellation": "Asile Saint-Vincent de Paul",
49
+                "starting": 970,
50
+                "ending": 1000,
51
+                "inventoryNumber": 183,
52
+                "validation": 1
53
+            },
54
+            "geometry": {
55
+                "type": "Point",
56
+                "coordinates": [
57
+                    -73.55142295360565,
58
+                    45.51726544458981
59
+                ]
60
+            }
61
+        },
62
+        {
63
+            "type": "Feature",
64
+            "properties": {
65
+                "rdfs:label": "1184-1188 rue de la Gauchetière Est",
66
+                "qdmtl:thoroughfare": "http://data.qdmtl.ca/Thoroughfare/Gauchetiere",
67
+                "starting": 1184,
68
+                "ending": 1188,
69
+                "inventoryNumber": 219,
70
+                "appellation": "",
71
+                "validation": 0
72
+            },
73
+            "geometry": {
74
+                "type": "Point",
75
+                "coordinates": [
76
+                    -73.55242744088173,
77
+                    45.51654656621812
78
+                ]
79
+            }
80
+        },
81
+        {
82
+            "type": "Feature",
83
+            "properties": {
84
+                "qdmtl:thoroughfare": "http://data.qdmtl.ca/Thoroughfare/Gauchetiere",
85
+                "starting": 1158,
86
+                "ending": 1164,
87
+                "rdfs:label": "1158-1164 rue de la Gauchetière Est",
88
+                "inventoryNumber": 237,
89
+                "appellation": "",
90
+                "validation": 1
91
+            },
92
+            "geometry": {
93
+                "type": "Point",
94
+                "coordinates": [
95
+                    -73.55268023908138,
96
+                    45.51637271843547
97
+                ]
98
+            }
99
+        }
100
+    ]
101
+}
3 102
\ No newline at end of file
4 103