Last change
on this file since 19304 was 18007, checked in by Don-vip, 4 years ago |
fix #21044 - keep all tags when merging geojson nodes at the same location
|
File size:
1.4 KB
|
Line | |
---|
1 | {
|
---|
2 | "type": "FeatureCollection",
|
---|
3 | "name": "test files",
|
---|
4 | "crs": {
|
---|
5 | "type": "name",
|
---|
6 | "properties": {
|
---|
7 | "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
|
---|
8 | }
|
---|
9 | },
|
---|
10 | "features": [
|
---|
11 | {
|
---|
12 | "type": "Feature",
|
---|
13 | "properties": {
|
---|
14 | "addr:building": null,
|
---|
15 | "addr:postcode": "06883",
|
---|
16 | "addr:housenumber": "26",
|
---|
17 | "addr:city": "Weston",
|
---|
18 | "addr:state": "CT",
|
---|
19 | "addr:street": "Pent Road",
|
---|
20 | "addr:unit": null,
|
---|
21 | "addr:floor": null
|
---|
22 | },
|
---|
23 | "geometry": {
|
---|
24 | "type": "Point",
|
---|
25 | "coordinates": [
|
---|
26 | -73.39619362285797,
|
---|
27 | 41.235575988569618
|
---|
28 | ]
|
---|
29 | }
|
---|
30 | },
|
---|
31 | {
|
---|
32 | "type": "Feature",
|
---|
33 | "properties": {
|
---|
34 | "addr:building": null,
|
---|
35 | "addr:postcode": "06883",
|
---|
36 | "addr:housenumber": "22",
|
---|
37 | "addr:city": "Weston",
|
---|
38 | "addr:state": "CT",
|
---|
39 | "addr:street": "Pent Road",
|
---|
40 | "addr:unit": null,
|
---|
41 | "addr:floor": null
|
---|
42 | },
|
---|
43 | "geometry": {
|
---|
44 | "type": "Point",
|
---|
45 | "coordinates": [
|
---|
46 | -73.39619362285797,
|
---|
47 | 41.235575988569618
|
---|
48 | ]
|
---|
49 | }
|
---|
50 | }
|
---|
51 | ]
|
---|
52 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.