1
0
peilaus alkaen https://bitbucket.org/s_l_teichmann/mtsatellite synced 2025-10-31 08:05:27 +01:00

Removed some dead code.

This commit is contained in:
Sascha L. Teichmann
2015-05-01 14:04:23 +02:00
vanhempi 3b8faba353
commit 787fc959d0
4 muutettua tiedostoa jossa 2 lisäystä ja 19 poistoa

Näytä tiedosto

@@ -15,10 +15,7 @@ import (
)
const (
width = 18
height = 18
baseLevelDir = "8"
yOrderCapacity = 512
baseLevelDir = "8"
)
type blockPos struct {

Näytä tiedosto

@@ -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) {