You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have copied all sample code into my page say index.html. When I try to browse this page I got no map and in console I see error message: leaflet-tilelayer-wmts.js:1 Uncaught TypeError: Cannot read property 'identifier' of undefined
And error is here
var h = this.matrixIds[e].identifier
because e = this._tileZoom is not defined.
How could it be fixed?
The text was updated successfully, but these errors were encountered:
I have copied all sample code into my page say index.html. When I try to browse this page I got no map and in console I see error message:
leaflet-tilelayer-wmts.js:1 Uncaught TypeError: Cannot read property 'identifier' of undefined
And error is here
var h = this.matrixIds[e].identifier
because e = this._tileZoom is not defined.
How could it be fixed?
The text was updated successfully, but these errors were encountered: