1 | {
|
---|
2 | "type": "FeatureCollection",
|
---|
3 | "features": [
|
---|
4 | {
|
---|
5 | "type": "Feature",
|
---|
6 | "id": "way/140213543",
|
---|
7 | "properties": {
|
---|
8 | "timestamp": "2021-05-14T00:00:00Z",
|
---|
9 | "version": "1",
|
---|
10 | "changeset": "10062634",
|
---|
11 | "user": "user",
|
---|
12 | "uid": "111111",
|
---|
13 | "building": "yes",
|
---|
14 | "name": "Original Pizza Hut",
|
---|
15 | "id": "way/140213543"
|
---|
16 | },
|
---|
17 | "geometry": {
|
---|
18 | "type": "Polygon",
|
---|
19 | "coordinates": [
|
---|
20 | [
|
---|
21 | [
|
---|
22 | -97.2913295,
|
---|
23 | 37.7168488
|
---|
24 | ],
|
---|
25 | [
|
---|
26 | -97.2913279,
|
---|
27 | 37.7167655
|
---|
28 | ],
|
---|
29 | [
|
---|
30 | -97.2912615,
|
---|
31 | 37.7167663
|
---|
32 | ],
|
---|
33 | [
|
---|
34 | -97.2912632,
|
---|
35 | 37.7168496
|
---|
36 | ],
|
---|
37 | [
|
---|
38 | -97.2913295,
|
---|
39 | 37.7168488
|
---|
40 | ]
|
---|
41 | ]
|
---|
42 | ]
|
---|
43 | }
|
---|
44 | },
|
---|
45 | {
|
---|
46 | "type": "Feature",
|
---|
47 | "id": "node/-109601",
|
---|
48 | "properties": {
|
---|
49 | "user": "user2",
|
---|
50 | "uid": "22222",
|
---|
51 | "addr:city": "Wichita",
|
---|
52 | "addr:housenumber": "1234",
|
---|
53 | "addr:postcode": "67208",
|
---|
54 | "addr:state": "KS",
|
---|
55 | "addr:street": "Some Street",
|
---|
56 | "id": "node/-109601"
|
---|
57 | },
|
---|
58 | "geometry": {
|
---|
59 | "type": "Point",
|
---|
60 | "coordinates": [
|
---|
61 | -97.2913279,
|
---|
62 | 37.7167655
|
---|
63 | ]
|
---|
64 | }
|
---|
65 | },
|
---|
66 | {
|
---|
67 | "type": "Feature",
|
---|
68 | "id": "node/-109605",
|
---|
69 | "properties": {
|
---|
70 | "user": "user3",
|
---|
71 | "uid": "33333",
|
---|
72 | "id": "node/-109605"
|
---|
73 | },
|
---|
74 | "geometry": {
|
---|
75 | "type": "Point",
|
---|
76 | "coordinates": [
|
---|
77 | -97.2913279,
|
---|
78 | 37.7167655
|
---|
79 | ]
|
---|
80 | }
|
---|
81 | }
|
---|
82 | ]
|
---|
83 | }
|
---|