Ignore:
Timestamp:
Nov 1, 2010, 7:52:10 PM (13 years ago)
Author:
grum
Message:

KML/KMZ files with spaces in file name are not managed
bug:1985

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GMaps/js/gmapsCategory.js

    r7500 r7547  
    366366    if(gmaps.geolocated)
    367367    {
    368       if(gmaps.maps[mapIndex].fitToBounds, mapIndex)
     368      if(gmaps.maps[mapIndex].fitToBounds)
    369369      {
    370370        fitToBounds(gmaps.bounds, mapIndex);
     
    404404
    405405    gmaps.maps[mapIndex].gMap.viewportInitialized=true;
    406   }
    407 
    408   if(mapIndex>-1) loadMarkers(gmaps.maps[mapIndex].gMap);
     406    loadMarkers(gmaps.maps[mapIndex].gMap);
     407  }
     408
     409
    409410}
    410411
Note: See TracChangeset for help on using the changeset viewer.