File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " configure" ,
3- "version" : " 5.0.13-20260521 " ,
3+ "version" : " 5.0.14-20260526 " ,
44 "homepage" : " ./configure/build" ,
55 "private" : true ,
66 "dependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " mmgis" ,
3- "version" : " 5.0.13-20260521 " ,
3+ "version" : " 5.0.14-20260526 " ,
44 "description" : " A web-based mapping and localization solution for science operation on planetary missions." ,
55 "homepage" : " build" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -285,6 +285,10 @@ let Map_ = {
285285 //Remove attribution
286286 $ ( '.leaflet-control-attribution' ) . remove ( )
287287
288+ // Expose Map_ on L_ early so that AJAX callbacks from makeLayers
289+ // can safely access L_.Map_.map (e.g. getZoom()) before L_.fina() runs.
290+ L_ . Map_ = this
291+
288292 //Make our layers
289293 makeLayers ( L_ . layers . dataFlat )
290294
You can’t perform that action at this time.
0 commit comments