add '5000-Areas'
This commit is contained in:
parent
9e557de540
commit
5b7c0172d9
16
index.html
16
index.html
@ -140,6 +140,22 @@ L.marker([-1874, -1977], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix:
|
||||
L.marker([-2055, 2032], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Illuna Beginner Village<br><code>[ North-West ]</code></strong><br>A great place to get started! The Teleporter is right next to the spawnpoint!");
|
||||
L.marker([2000, -2000], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Illuna Beginner Village<br><code>[ South-East ]</code></strong><br>A great place to get started! The Teleporter is right next to the spawnpoint!");
|
||||
L.marker([2030, 2115], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Illuna Beginner Village<br><code>[ North-East ]</code></strong><br>A great place to get started! The Teleporter is right next to the spawnpoint!");
|
||||
L.marker([-5000, -5000], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ South-West ]</code></strong><br>A great place to get started as experienced builder!");
|
||||
L.marker([-5000, 0], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ West ]</code></strong><br>A great place to get started as experienced builder!");
|
||||
L.marker([-5000, 5000], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ North-West ]</code></strong><br>A great place to get started as experienced builder!");
|
||||
L.marker([0, -5000], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ South ]</code></strong><br>A great place to get started as experienced builder!");
|
||||
L.marker([0, 5000], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ North ]</code></strong><br>A great place to get started as experienced builder!");
|
||||
L.marker([5000, -5000], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ South-East ]</code></strong><br>A great place to get started as experienced builder!");
|
||||
L.marker([5000, 0], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ East ]</code></strong><br>A great place to get started as experienced builder!");
|
||||
L.marker([5000, 5000], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ North-East ]</code></strong><br>A great place to get started as experienced builder!");
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user