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
in my package.json (the values I get from npm install leaflet-image), and the following code:
var map = L.map("towMap", {
preferCanvas: true,
layers: [
baseLayer,
towTrack,
sampleLayer
] })
leafletImage(map, function (err, canvas) {
...
I get the error
No value provided for variable {TileMatrix}
baseLayer is from L.GIBSLayer (gibs-leaflet package), so perhaps is not CORS-compliant as required (I have no idea how to test that), but if that's the case the error message could be more obvious.
The text was updated successfully, but these errors were encountered:
With leaflet
in my package.json (the values I get from
npm install leaflet-image
), and the following code:I get the error
baseLayer is from
L.GIBSLayer
(gibs-leaflet package), so perhaps is not CORS-compliant as required (I have no idea how to test that), but if that's the case the error message could be more obvious.The text was updated successfully, but these errors were encountered: