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/main.inc.php

    r22180 r23083  
    11<?php /*
    22Plugin Name: RV Maps&Earth
    3 Version: 2.5.b
     3Version: 2.5.c
    44Description: Extend your gallery with Google Maps and Google Earth ...
    55Plugin URI: http://piwigo.org/ext/extension_view.php?eid=122
     
    77Author URI: http://www.modusoptimus.com/
    88*/
    9 define( 'RVM_PLUGIN_VERSION', '2.5.b');
     9define( 'RVM_PLUGIN_VERSION', '2.5.c');
    1010defined('PHPWG_ROOT_PATH') or die('Hacking attempt!');
    1111
     
    108108                }
    109109        }
    110         else
    111                 if ( isset($_GET['map']) )
     110        elseif ( isset($_GET['map']) )
    112111                        redirect( duplicate_picture_url() );
    113112        return $pictures;
Note: See TracChangeset for help on using the changeset viewer.