Skip to content

Commit 9b7fa10

Browse files
committed
vector tiles wip
1 parent 8ed38d2 commit 9b7fa10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/clients/leaflet/vector-tile-layer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* global L */
22
(function() {
33

4-
L.vectorTileLayer = L.GeoJSON.extend({
4+
L.VectorTileLayer = L.GeoJSON.extend({
55

66
includes: L.Evented.prototype,
77

@@ -108,7 +108,7 @@ var total_tiles = width * height; // -> eg. 377
108108
});
109109

110110
L.vectorTileLayer = function (options) {
111-
return new L.vectorTileLayer(options);
111+
return new L.VectorTileLayer(options);
112112
};
113113

114114
}).call(this);

0 commit comments

Comments
 (0)