mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-12-24 09:10:17 +01:00
Orange is the new red.
This commit is contained in:
parent
fa3c39297f
commit
d2b6ff4fbb
@ -48,7 +48,7 @@
|
|||||||
<script type="text/javascript" src="js/leaflet.awesome-markers.js"></script>
|
<script type="text/javascript" src="js/leaflet.awesome-markers.js"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
var useWebsocket = true; // Set to true if you want websocket support
|
var useWebsocket = false; // Set to true if you want websocket support
|
||||||
|
|
||||||
L.Projection.NoWrap = {
|
L.Projection.NoWrap = {
|
||||||
project: function (latlng) {
|
project: function (latlng) {
|
||||||
@ -83,7 +83,7 @@ var players = L.geoJson.ajax('/players', {
|
|||||||
icon: 'male',
|
icon: 'male',
|
||||||
iconColor: 'black',
|
iconColor: 'black',
|
||||||
prefix: 'fa',
|
prefix: 'fa',
|
||||||
markerColor: 'red'
|
markerColor: 'orange'
|
||||||
}),
|
}),
|
||||||
title: feature.properties.name
|
title: feature.properties.name
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user