We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7052b37 commit 2564f7fCopy full SHA for 2564f7f
src/mapml/layers/MapMLLayer.js
@@ -878,8 +878,8 @@ export var MapMLLayer = L.Layer.extend({
878
// set layer._properties._mapExtents and layer._properties._templateVars
879
if (layer._properties.crs) processExtents();
880
layer._styles = getAlternateStyles();
881
- setLayerTitle();
882
parseLicenseAndLegend();
+ setLayerTitle();
883
setZoomInOrOutLinks();
884
// crs is only set if the layer has the same projection as the map
885
if (layer._properties.crs) processTiles();
0 commit comments