Implemented a simple LRU cache with max 256 entries for base tile hasing. TODO: Improve test.

This commit is contained in:
Sascha L. Teichmann
2016-05-10 18:57:14 +02:00
parent 5d1be98ae5
commit 69ee5af388
3 changed files with 89 additions and 8 deletions

View File

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