Ignore:
Timestamp:
Jun 7, 2013, 6:01:12 AM (11 years ago)
Author:
rvelices
Message:

rv_gmaps:

  • admin can choose default map type (roadmap, satellite, ...)
  • auto center and zoom when viewing map for the entire gallery
  • fix kml namespace
  • attempt to fix uage with https on the photo page (need test)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/include/picture_map.inc.php

    r13092 r23083  
    3434  $template->assign(
    3535    array(
     36                        'MAP_TYPE' => rvm_get_config_var('map_type', 'ROADMAP'),
    3637      'U_NO_MAP' => duplicate_picture_url(),
    3738      'U_BLOWUP' => rvm_make_blowup_url( array('ll'=>$picture), array('start','box') ),
Note: See TracChangeset for help on using the changeset viewer.