Ignore:
Timestamp:
Oct 20, 2010, 10:49:29 PM (14 years ago)
Author:
grum
Message:

fix bug and implement new features
bug:1926, bug:1927, bug:1929, bug:1930, bug:1931, bug:1939, bug:1946

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GMaps/gmaps_pip.class.inc.php

    r7177 r7308  
    178178                title:'".addslashes( ($map['title']=='')?l10n('gmaps_geolocation'):$map['title']  )."',
    179179                markers:[],
    180                 fitToBounds:true
     180                fitToBounds:true,
     181                zoomLevelMaxActivated:".($map['zoomLevelMaxActivated']=='y'?'true':'false')."
    181182              }";
    182183
     
    224225      maps:
    225226      [".implode(',', $scripts)."],
     227      popupAutomaticSize:".$this->config['popupAutomaticSize'].",
     228      callId:0
    226229    }
    227230  </script>", false);
     
    304307      maps:
    305308      [".implode(',', $this->picture['properties'])."],
     309      popupAutomaticSize:".$this->config['popupAutomaticSize']."
    306310    }
    307311</script>", false);
Note: See TracChangeset for help on using the changeset viewer.