mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-06-28 22:26:47 +02:00
Removed some dead code.
This commit is contained in:
@ -15,10 +15,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
width = 18
|
||||
height = 18
|
||||
baseLevelDir = "8"
|
||||
yOrderCapacity = 512
|
||||
baseLevelDir = "8"
|
||||
)
|
||||
|
||||
type blockPos struct {
|
||||
|
@ -48,7 +48,7 @@
|
||||
<script type="text/javascript" src="js/leaflet.awesome-markers.js"></script>
|
||||
<script>
|
||||
|
||||
var useWebsocket = false; // Set to true if you want websocket support
|
||||
var useWebsocket = true; // Set to true if you want websocket support
|
||||
|
||||
L.Projection.NoWrap = {
|
||||
project: function (latlng) {
|
||||
|
Reference in New Issue
Block a user