Add example GeoJson for testing
This commit is contained in:
parent
6ee084472a
commit
a87ca8a949
43
sample-geojson/access.json
Normal file
43
sample-geojson/access.json
Normal file
@ -0,0 +1,43 @@
|
||||
[
|
||||
{
|
||||
"type": "Feature",
|
||||
"geometry": {
|
||||
"type": "LineString",
|
||||
"coordinates": [
|
||||
[
|
||||
-856,
|
||||
-305
|
||||
],
|
||||
[
|
||||
-863,
|
||||
-273
|
||||
]
|
||||
]
|
||||
},
|
||||
"properties": {
|
||||
"name": "S1:Tom Lehrer Station South"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Feature",
|
||||
"geometry": {
|
||||
"type": "LineString",
|
||||
"coordinates": [
|
||||
[
|
||||
-966,
|
||||
27
|
||||
],
|
||||
[
|
||||
-942,
|
||||
44
|
||||
]
|
||||
]
|
||||
},
|
||||
"properties": {
|
||||
"name": "S1:Mueller Station East"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
}
|
||||
]
|
90
sample-geojson/streets.json
Normal file
90
sample-geojson/streets.json
Normal file
@ -0,0 +1,90 @@
|
||||
[
|
||||
{
|
||||
"type": "Feature",
|
||||
"geometry": {
|
||||
"type": "LineString",
|
||||
"coordinates": [
|
||||
[
|
||||
-1213,
|
||||
-305
|
||||
],
|
||||
[
|
||||
-771,
|
||||
-305
|
||||
],
|
||||
[
|
||||
-771,
|
||||
-301
|
||||
],
|
||||
[
|
||||
-645,
|
||||
-101
|
||||
]
|
||||
]
|
||||
},
|
||||
"properties": {
|
||||
"name": "Tom Lehrer Street"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Feature",
|
||||
"geometry": {
|
||||
"type": "LineString",
|
||||
"coordinates": [
|
||||
[
|
||||
-852,
|
||||
42
|
||||
],
|
||||
[
|
||||
-937,
|
||||
40
|
||||
],
|
||||
[
|
||||
-1080,
|
||||
42
|
||||
],
|
||||
[
|
||||
-1087,
|
||||
102
|
||||
],
|
||||
[
|
||||
-1141,
|
||||
121
|
||||
]
|
||||
]
|
||||
},
|
||||
"properties": {
|
||||
"name": "Mister Mueller Street"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Feature",
|
||||
"geometry": {
|
||||
"type": "LineString",
|
||||
"coordinates": [
|
||||
[
|
||||
-1028,
|
||||
67
|
||||
],
|
||||
[
|
||||
-1033,
|
||||
-134
|
||||
],
|
||||
[
|
||||
-1065,
|
||||
-135
|
||||
],
|
||||
[
|
||||
-1086,
|
||||
-409
|
||||
]
|
||||
]
|
||||
},
|
||||
"properties": {
|
||||
"name": "Heinzi Street"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
}
|
||||
]
|
85
sample-geojson/trainlines.json
Normal file
85
sample-geojson/trainlines.json
Normal file
@ -0,0 +1,85 @@
|
||||
[
|
||||
{
|
||||
"type": "Feature",
|
||||
"geometry": {
|
||||
"type": "LineString",
|
||||
"coordinates": [
|
||||
[
|
||||
-967,
|
||||
184
|
||||
],
|
||||
[
|
||||
-960,
|
||||
-51
|
||||
],
|
||||
[
|
||||
-921,
|
||||
-96
|
||||
],
|
||||
[
|
||||
-878,
|
||||
-111
|
||||
],
|
||||
[
|
||||
-866,
|
||||
-151
|
||||
],
|
||||
[
|
||||
-867,
|
||||
-213
|
||||
],
|
||||
[
|
||||
-863,
|
||||
-243
|
||||
],
|
||||
[
|
||||
-863,
|
||||
-309
|
||||
],
|
||||
[
|
||||
-864,
|
||||
-405
|
||||
],
|
||||
[
|
||||
-864,
|
||||
-551
|
||||
],
|
||||
[
|
||||
-802,
|
||||
-624
|
||||
],
|
||||
[
|
||||
-688,
|
||||
-662
|
||||
],
|
||||
[
|
||||
-566,
|
||||
-620
|
||||
],
|
||||
[
|
||||
-522,
|
||||
-534
|
||||
],
|
||||
[
|
||||
-347,
|
||||
-483
|
||||
],
|
||||
[
|
||||
-126,
|
||||
-467
|
||||
],
|
||||
[
|
||||
36,
|
||||
-472
|
||||
]
|
||||
]
|
||||
},
|
||||
"properties": {
|
||||
"name": "S1",
|
||||
"line": "S1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user