1 | {
|
---|
2 | "type": "FeatureCollection",
|
---|
3 | "name": "test_node_stack",
|
---|
4 | "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
---|
5 | "features": [
|
---|
6 | { "type": "Feature", "properties": { "addr:housenumber": 5302, "addr:unit": "1" }, "geometry": { "type": "Point", "coordinates": [ -122.600664209288993, 45.660244965305999 ] } },
|
---|
7 | { "type": "Feature", "properties": { "addr:housenumber": 5302, "addr:unit": "2" }, "geometry": { "type": "Point", "coordinates": [ -122.600664209288993, 45.660244965305999 ] } },
|
---|
8 | { "type": "Feature", "properties": { "addr:housenumber": 5302, "addr:unit": "3" }, "geometry": { "type": "Point", "coordinates": [ -122.600664209288993, 45.660244965305999 ] } },
|
---|
9 | { "type": "Feature", "properties": { "addr:housenumber": 5302, "addr:unit": "4" }, "geometry": { "type": "Point", "coordinates": [ -122.600664209288993, 45.660244965305999 ] } },
|
---|
10 | { "type": "Feature", "properties": { "addr:housenumber": 5302, "addr:unit": "5" }, "geometry": { "type": "Point", "coordinates": [ -122.600664209288993, 45.660244965305999 ] } }
|
---|
11 | ]
|
---|
12 | }
|
---|