This commit is contained in:
Râu Cao 2022-09-02 14:49:27 +02:00
parent 1374c1bc9d
commit b20634462e
Signed by: raucao
GPG Key ID: 15E65F399D084BA9
3 changed files with 156470 additions and 156288 deletions

View File

@ -1,18 +1,200 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Start in Genoa"
},
"geometry": {
"type": "Point",
"coordinates": [
8.918618,
44.407408
]
}
}
]
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Start in Genoa"
},
"geometry": {
"type": "Point",
"coordinates": [
8.918618,
44.407408
]
}
},
{
"type": "Feature",
"properties": {
"name": "Start/Finish in Borgonovo"
},
"geometry": {
"type": "Point",
"coordinates": [
9.378806,
44.391897
]
}
},
{
"type": "Feature",
"properties": {
"name": "Start/Finish in Parma"
},
"geometry": {
"type": "Point",
"coordinates": [
10.327455,
44.804661
]
}
},
{
"type": "Feature",
"properties": {
"name": "Start/Finish in Legnago"
},
"geometry": {
"type": "Point",
"coordinates": [
11.311988,
45.192941
]
}
},
{
"type": "Feature",
"properties": {
"name": "Start/Finish in Treviso"
},
"geometry": {
"type": "Point",
"coordinates": [
12.245634,
45.666013
]
}
},
{
"type": "Feature",
"properties": {
"name": "Start/Finish in Udine"
},
"geometry": {
"type": "Point",
"coordinates": [
13.235893,
46.064534
]
}
},
{
"type": "Feature",
"properties": {
"name": "Start/Finish in Villach"
},
"geometry": {
"type": "Point",
"coordinates": [
13.843945,
46.615745
]
}
},
{
"type": "Feature",
"properties": {
"name": "Start/Finish in Bad Mitterndorf"
},
"geometry": {
"type": "Point",
"coordinates": [
13.931899,
47.555034
]
}
},
{
"type": "Feature",
"properties": {
"name": "Start/Finish in Fuschl am See"
},
"geometry": {
"type": "Point",
"coordinates": [
13.29709,
47.802267
]
}
},
{
"type": "Feature",
"properties": {
"name": "Start/Finish in Halfing"
},
"geometry": {
"type": "Point",
"coordinates": [
12.276169,
47.951902
]
}
},
{
"type": "Feature",
"properties": {
"name": "Start/Finish in München"
},
"geometry": {
"type": "Point",
"coordinates": [
11.574704,
48.137281
]
}
},
{
"type": "Feature",
"properties": {
"name": "Start/Finish in Regensburg"
},
"geometry": {
"type": "Point",
"coordinates": [
12.094785,
49.020419
]
}
},
{
"type": "Feature",
"properties": {
"name": "Start/Finish in Rothenburg o. d. Tauber"
},
"geometry": {
"type": "Point",
"coordinates": [
10.179171,
49.376898
]
}
},
{
"type": "Feature",
"properties": {
"name": "Start/Finish in Karlsruhe"
},
"geometry": {
"type": "Point",
"coordinates": [
8.404369,
49.013486
]
}
},
{
"type": "Feature",
"properties": {
"name": "Start/Finish in Straßbourg"
},
"geometry": {
"type": "Point",
"coordinates": [
7.767981,
48.598389
]
}
}
]
}

File diff suppressed because it is too large Load Diff

View File

@ -70,7 +70,7 @@ const poiLayer = new VectorLayer({
const view = new View({
center: [10.6, 46.5],
zoom: 6
zoom: 7
})
const map = new Map({