master
Robin Hawkes 2016-02-25 11:24:36 +00:00
rodzic 1e1a8cada2
commit 43b2e47a7f
5 zmienionych plików z 5 dodań i 5 usunięć

2
dist/vizicities.js vendored
Wyświetl plik

@ -7991,7 +7991,7 @@ return /******/ (function(modules) { // webpackBootstrap
value: function destroy() {
// Delete reference to layer and world
this._layer = null;
thos._world = null;
this._world = null;
// Delete location references
this._boundsLatLon = null;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -15,7 +15,7 @@ var topoJSONTileLayer = VIZI.TopoJSONTileLayer('https://vector.mapzen.com/osm/bu
style: function(feature) {
return {
// color: (feature.properties.area > 10000) ? '#ff0000' : '#0000ff'
color: '#cccccc'
color: '#ffffff'
};
},
// filter: function(feature) {

Wyświetl plik

@ -67,7 +67,7 @@ class Tile {
destroy() {
// Delete reference to layer and world
this._layer = null;
thos._world = null;
this._world = null;
// Delete location references
this._boundsLatLon = null;