196 lines
4.8 KiB
JavaScript
196 lines
4.8 KiB
JavaScript
|
|
// Velarossa
|
||
|
|
L.marker([10698,22878])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Fiorne")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Fiorne_(Stadt)','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
L.marker([11118,20338])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Barbena")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Barbena','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
L.marker([10874,20454])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Lano")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Lano','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
|
||
|
|
// Zentralland
|
||
|
|
L.marker([5726,25024])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Freiberg")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Freiberg_(Stadt)','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
L.marker([6797,25486])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Falkenstig")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Falkenstig','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
L.marker([6863,26357])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Andesheim")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Andesheim','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
L.marker([6477,26491])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Alzbach")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Alzbach','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
L.marker([6091,26983])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Ker Diro")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Ker_Diro','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
|
||
|
|
// Westfahl
|
||
|
|
L.marker([5335,20785])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Westfahl")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Westfahl_(Stadt)','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
L.marker([5162,19271])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Weißhafen")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Weißhafen','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
L.marker([4856,21679])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Salzstein")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Salzstein_(Stadt,_Burg,_Ruine)','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
|
||
|
|
// Ostfahl
|
||
|
|
L.marker([4045,27596])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Ellstein")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Ellstein','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
L.marker([3843,26552])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Narbe von Marveth")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Narbe_von_Marveth','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
L.marker([4513,26500])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Felden")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Felden','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
|
||
|
|
// weitere Orte
|
||
|
|
L.marker([4575,25006])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Hohenzinne")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Hohenzinne','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
// Solesta
|
||
|
|
L.marker([13077,24944])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("KurBad")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=KurBad','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
L.marker([14052,24974])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Tial Bad")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Tial_Bad','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
L.marker([13417,27241])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Pyramide von Azadim")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Pyramide_von_Azadim','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
|
||
|
|
// Nekrolad
|
||
|
|
L.marker([10763,28310])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Kalandros")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Kalandros','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
L.marker([10369,29638])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Thalvaris")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Thalvaris','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
L.marker([9843,29296])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Rodis")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Rodis','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
L.marker([11211,29186])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Tharakleon")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Tharakleon','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
L.marker([11175,30518])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Athodos")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Athodos','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
L.marker([11705,29920])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Nakropol")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Nakropol','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
|
||
|
|
// Ephiros
|
||
|
|
L.marker([9207,28396])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Alinora")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Alinora','_blank'
|
||
|
|
));
|
||
|
|
|
||
|
|
L.marker([9071,29960])
|
||
|
|
.addTo(map)
|
||
|
|
.bindTooltip("Velkratis")
|
||
|
|
.on('click',()=>window.open(
|
||
|
|
'https://wiki.arenos.danielnagel.at/index.php?title=Velkratis','_blank'
|
||
|
|
));
|