-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathschema.json
More file actions
98 lines (98 loc) · 2.18 KB
/
schema.json
File metadata and controls
98 lines (98 loc) · 2.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[
{
"query": {
"latitude": 52.370883,
"longitude": 4.897842
},
"object": {
"type": "parkeervak",
"id": 1234567890,
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
121583.159250781,
487656.542015216
],
[
121585.791525238,
487654.67997591
],
[
121624.239995146,
487627.481990512
],
....
]
]
]
}
},
"omgeving": {
"dichtstbijzijnd_adres": {
"openbare_ruimte": "Voetboogstraat",
"huisnummer": "19",
"huisletter": "A",
"huisnummer_toevoeging": "bis",
"postcode": "1012XK",
"woonplaats": "Amsterdam"
},
"buurtnaam": "Oude Kerk e.o.",
"buurtcode": "A00b",
"stadsdeelnaam": "Centrum",
"stadsdeelcode": "A",
"buurtcombinatienaam": "Burgwallen-Oude Zijde",
"buurtcombinatiecode": "A00"
}
},
{
"query": {
"latitude": 54.370883,
"longitude": 3.897842
},
"object": {
"type": "parkeervak",
"id": 1234567840,
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
121583.159250781,
487656.542015216
],
[
121585.791525238,
487654.67997591
],
[
121624.239995146,
487627.481990512
],
....
]
]
]
}
},
"omgeving": {
"dichtstbijzijnd_adres": {
"openbare_ruimte": "Voetboogstraat",
"huisnummer": "19",
"huisletter": "A",
"huisnummer_toevoeging": "bis",
"postcode": "1012XK",
"woonplaats": "Amsterdam"
},
"buurtnaam": "Oude Kerk e.o.",
"buurtcode": "A00b",
"stadsdeelnaam": "Centrum",
"stadsdeelcode": "A",
"buurtcombinatienaam": "Burgwallen-Oude Zijde",
"buurtcombinatiecode": "A00"
}
}
]