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
@@ -1400,6 +1400,7 @@ export var MapMLLayer = L.Layer.extend({
1400
1400
// a layer must share a projection with the map so that all the layers can
1401
1401
// be overlayed in one coordinate space. WGS84 is a 'wildcard', sort of.
1402
1402
getProjection: function(){
1403
+
if(!this._extent){return;}
1403
1404
letextent=this._extent._mapExtents ? this._extent._mapExtents[0] : this._extent;// the projections for each extent eould be the same (as) validated in _validProjection, so can use mapExtents[0]
0 commit comments