umap/umap/tests/fixtures/test_upload_data.json
2018-05-19 11:54:08 +02:00

188 lines
No EOL
5.5 KiB
JSON

{
"crs": null,
"type": "FeatureCollection",
"features": [
{
"geometry": {
"type": "Point",
"coordinates": [
-0.1318359375,
51.474540439419755
]
},
"type": "Feature",
"properties": {
"name": "London",
"description": "London description",
"color": "Pink"
}
},
{
"geometry": {
"type": "Point",
"coordinates": [
4.350585937499999,
51.26878915771344
]
},
"type": "Feature",
"properties": {
"name": "Antwerpen",
"description": ""
}
},
{
"geometry": {
"type": "LineString",
"coordinates": [
[
2.4005126953125,
48.81228985866255
],
[
2.78228759765625,
48.89903236496008
],
[
2.845458984375,
48.89903236496008
],
[
2.86468505859375,
48.96218736991556
],
[
2.9278564453125,
48.93693495409401
],
[
2.93060302734375,
48.99283383694349
],
[
3.04046630859375,
49.01085236926211
],
[
3.0157470703125,
48.96038404976431
],
[
3.12286376953125,
48.94415123418794
],
[
3.1805419921874996,
48.99824008113872
],
[
3.2684326171875,
48.95497369808868
],
[
3.53759765625,
49.0900564769189
],
[
3.57330322265625,
49.057670047140604
],
[
3.72161865234375,
49.095452162534826
],
[
3.9578247070312496,
49.06486885623368
]
]
},
"type": "Feature",
"properties": {
"name": "2011"
}
},
{
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
10.04150390625,
52.70967533219883
],
[
8.800048828125,
51.80182150078305
],
[
11.271972656249998,
51.12421275782688
],
[
12.689208984375,
52.214338608258196
],
[
10.04150390625,
52.70967533219883
]
]
]
},
"type": "Feature",
"properties": {
"name": "test"
}
},
{
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
7.327880859374999,
50.52041218671901
],
[
6.064453125,
49.6462914122132
],
[
7.503662109375,
49.54659778073743
],
[
6.8115234375,
49.167338606291075
],
[
9.635009765625,
48.99463598353408
],
[
10.557861328125,
49.937079756975294
],
[
8.4814453125,
49.688954878870305
],
[
9.173583984375,
51.04830113331224
],
[
7.327880859374999,
50.52041218671901
]
]
]
},
"type": "Feature",
"properties": {
"name": "test polygon 2"
}
}
]
}