Ignore:
Timestamp:
Dec 29, 2013, 3:14:42 PM (10 years ago)
Author:
rvelices
Message:

rv_gmaps compatible with nez latitude/longitude fields in piwigo core 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/map.php

    r25922 r26331  
    5050if ( !isset($_GET['ll']) /*and ($page['section']!='categories' or isset($page['category']) )*/ )
    5151{
    52   $img_fields = 'MIN(i.lat) s, MIN(i.lon) w, MAX(i.lat) n, MAX(i.lon) e';
     52  $img_fields = 'MIN(i.latitude) s, MIN(i.longitude) w, MAX(i.latitude) n, MAX(i.longitude) e';
    5353  $page['flat']=true;
    5454  rvm_build_section_items($img_fields, null, RVM_BUILD_AGGREGATE);
Note: See TracChangeset for help on using the changeset viewer.