File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Changes from v2.7.b to v2.7.c
2+ - RE Add Batch manager mode support
3+ - Extend PWG support for GPX tracks file
4+ - Add a prefilter for GPX tracks on batch manager
5+ - Add/Integrate Map in batch manager
6+ - Add new config option for world map layout
7+ - Add new config options for GPX view
8+ - Update language, thanks to the contributors
9+ - Drop previous support for GPS tracks file
10+
111Changes from v2.7.a to v2.7.b
212- Add new options for world map view
313- Unify code, Thanks to GnunuX
414- Add support for GPS tracks file, Thanks to GnunuX
15+ - Fix PHP error for special config
516
617Changes from v2.6.b to v2.7.a
718- Add custom pin marker support
Original file line number Diff line number Diff line change 112112$ available_layout = array (
113113 '1 ' => 'osm-map.tpl ' ,
114114 '2 ' => 'osm-map2.tpl ' ,
115- '3 ' => 'osm-map3.tpl ' ,
115+ // '3' => 'osm-map3.tpl',
116116);
117117
118118$ query = 'SELECT COUNT(*) FROM ' .IMAGES_TABLE .' WHERE `latitude` IS NOT NULL and `longitude` IS NOT NULL ' ;
Original file line number Diff line number Diff line change 11<?php
22/*
33Plugin Name: OpenStreetMap
4- Version: 2.7.b
4+ Version: 2.7.c
55Description: OpenStreetMap integration for piwigo
66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=701
77Author: xbmgsharp
You can’t perform that action at this time.
0 commit comments