add '5000-Areas'

master
Milan 2019-02-23 15:11:14 +01:00
parent 9e557de540
commit 5b7c0172d9
1 changed files with 16 additions and 0 deletions

View File

@ -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!");