mirror of
				https://bitbucket.org/s_l_teichmann/mtsatellite
				synced 2025-10-31 16:15:27 +01:00 
			
		
		
		
	Orange is the new red.
This commit is contained in:
		| @@ -48,7 +48,7 @@ | ||||
|     <script type="text/javascript" src="js/leaflet.awesome-markers.js"></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 = { | ||||
|     project: function (latlng) { | ||||
| @@ -83,7 +83,7 @@ var players = L.geoJson.ajax('/players', { | ||||
|                 icon: 'male', | ||||
|                 iconColor: 'black', | ||||
|                 prefix: 'fa', | ||||
|                 markerColor: 'red' | ||||
|                 markerColor: 'orange' | ||||
|             }), | ||||
|             title: feature.properties.name | ||||
|         }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user