History log of /plugin/openlayersmap/helper/ (Results 1 – 20 of 20)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f204b8ca26-Nov-2023 Mark Prins <1165786+mprins@users.noreply.github.com>

Replace deprecated `dbglog()` function use with dokuwiki\Logger (#8)

- Remove deprecated `dbglog()` function use / replace with `dokuwiki\Logger`
- Update plugin.info.txt

a760825c08-Nov-2023 github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

�� Rector and PHPCS fixes (#71)

Co-authored-by: mprins <mprins@users.noreply.github.com>


/plugin/openlayersmap/.gitattributes
/plugin/openlayersmap/.github/FUNDING.yml
/plugin/openlayersmap/.github/ISSUE_TEMPLATE/bug_report.md
/plugin/openlayersmap/.github/ISSUE_TEMPLATE/feature_request.md
/plugin/openlayersmap/.github/workflows/CI.yml
/plugin/openlayersmap/.github/workflows/autoFix.yml
/plugin/openlayersmap/.github/workflows/codeql-analysis.yml
/plugin/openlayersmap/.github/workflows/issues.yml
/plugin/openlayersmap/.github/workflows/maintenance.yml
/plugin/openlayersmap/.github/workflows/phpCS.yml
/plugin/openlayersmap/.github/workflows/release.yml
/plugin/openlayersmap/.gitignore
/plugin/openlayersmap/.scrutinizer.yml
/plugin/openlayersmap/StaticMap.php
/plugin/openlayersmap/_test/data/pages/issue34-fixed.txt
/plugin/openlayersmap/_test/data/pages/issue34.txt
/plugin/openlayersmap/_test/data/pages/rur.txt
/plugin/openlayersmap/_test/general.test.php
/plugin/openlayersmap/_test/syntax.test.php
/plugin/openlayersmap/action.php
/plugin/openlayersmap/admin/purge.php
/plugin/openlayersmap/all.less
/plugin/openlayersmap/composer.json
/plugin/openlayersmap/conf/default.php
/plugin/openlayersmap/conf/metadata.php
/plugin/openlayersmap/deleted.files
staticmap.php
/plugin/openlayersmap/icons/index.php
/plugin/openlayersmap/lang/en/help.txt
/plugin/openlayersmap/lang/en/settings.php
/plugin/openlayersmap/lang/es/settings.php
/plugin/openlayersmap/lang/fr/help.txt
/plugin/openlayersmap/lang/fr/settings.php
/plugin/openlayersmap/lang/nl/help.txt
/plugin/openlayersmap/lang/nl/settings.php
/plugin/openlayersmap/lang/ru/help.txt
/plugin/openlayersmap/lang/ru/settings.php
/plugin/openlayersmap/logo/stadiamaps.png
/plugin/openlayersmap/ol/README.md
/plugin/openlayersmap/ol/generate-info.js.diff
/plugin/openlayersmap/ol/ol-layerswitcher.css
/plugin/openlayersmap/ol/ol-layerswitcher.js
/plugin/openlayersmap/ol/ol.css
/plugin/openlayersmap/ol/ol.css.map
/plugin/openlayersmap/ol/ol.js
/plugin/openlayersmap/ol/ol.js.map
/plugin/openlayersmap/plugin.info.txt
/plugin/openlayersmap/requirements.txt
/plugin/openlayersmap/script.js
/plugin/openlayersmap/syntax/agslayer.php
/plugin/openlayersmap/syntax/olmap.php
/plugin/openlayersmap/syntax/osmlayer.php
/plugin/openlayersmap/syntax/wmslayer.php
/plugin/openlayersmap/syntax/wmtslayer.php
d2f1674e09-Nov-2022 Mark Prins <1165786+mprins@users.noreply.github.com>

Remove require_once to resolve PSR1.Files.SideEffects

close #2


/plugin/openlayersmap/.github/FUNDING.yml
/plugin/openlayersmap/.github/dependabot.yml
/plugin/openlayersmap/.github/workflows/CI.yml
/plugin/openlayersmap/.github/workflows/codeql-analysis.yml
/plugin/openlayersmap/.github/workflows/maintenance.yml
/plugin/openlayersmap/.github/workflows/phpCS.yml
/plugin/openlayersmap/.gitignore
/plugin/openlayersmap/.scrutinizer.yml
/plugin/openlayersmap/LICENSE.md
/plugin/openlayersmap/README.md
/plugin/openlayersmap/StaticMap.php
/plugin/openlayersmap/action.php
/plugin/openlayersmap/all.less
/plugin/openlayersmap/composer.json
/plugin/openlayersmap/conf/default.php
/plugin/openlayersmap/conf/metadata.php
/plugin/openlayersmap/deleted.files
staticmap.php
/plugin/openlayersmap/lang/en/help.txt
/plugin/openlayersmap/lang/en/settings.php
/plugin/openlayersmap/lang/es/settings.php
/plugin/openlayersmap/lang/fr/help.txt
/plugin/openlayersmap/lang/fr/settings.php
/plugin/openlayersmap/lang/nl/help.txt
/plugin/openlayersmap/lang/nl/settings.php
/plugin/openlayersmap/lang/ru/help.txt
/plugin/openlayersmap/lang/ru/settings.php
/plugin/openlayersmap/ol7/README.md
/plugin/openlayersmap/ol7/generate-info.js.diff
/plugin/openlayersmap/ol7/ol-layerswitcher.css
/plugin/openlayersmap/ol7/ol-layerswitcher.js
/plugin/openlayersmap/ol7/ol.css
/plugin/openlayersmap/ol7/ol.css.map
/plugin/openlayersmap/ol7/ol.js
/plugin/openlayersmap/ol7/ol.js.map
/plugin/openlayersmap/olMapbg.png
/plugin/openlayersmap/plugin.info.txt
/plugin/openlayersmap/print.less
/plugin/openlayersmap/script.js
/plugin/openlayersmap/style.less
/plugin/openlayersmap/syntax/agslayer.php
/plugin/openlayersmap/syntax/olmap.php
/plugin/openlayersmap/syntax/osmlayer.php
/plugin/openlayersmap/syntax/wmslayer.php
b63742de24-Apr-2021 Mark Prins <1165786+mprins@users.noreply.github.com>

Fix the creation of Thunderforest based static map.

close #3

57f8d5bb21-Apr-2021 Mark Prins <1165786+mprins@users.noreply.github.com>

code style and syntax fixes


/plugin/openlayersmap/.github/ISSUE_TEMPLATE.md
/plugin/openlayersmap/.github/dependabot.yml
/plugin/openlayersmap/.github/workflows/CI.yml
/plugin/openlayersmap/.github/workflows/maintainance.yml
/plugin/openlayersmap/.github/workflows/phpCS.yml
/plugin/openlayersmap/.gitignore
/plugin/openlayersmap/LICENSE.txt
/plugin/openlayersmap/README.md
/plugin/openlayersmap/StaticMap.php
/plugin/openlayersmap/_test/general.test.php
/plugin/openlayersmap/action.php
/plugin/openlayersmap/admin/purge.php
/plugin/openlayersmap/admin/purge.svg
/plugin/openlayersmap/conf/default.php
/plugin/openlayersmap/conf/metadata.php
staticmap.php
/plugin/openlayersmap/icons/index.php
/plugin/openlayersmap/javascript/OpenLayersMap/Layer/MapQuest.js
/plugin/openlayersmap/javascript/OpenLayersMap/Layer/OCM.js
/plugin/openlayersmap/javascript/OpenLayersMap/Layer/Stamen.js
/plugin/openlayersmap/lang/en/lang.php
/plugin/openlayersmap/lang/en/settings.php
/plugin/openlayersmap/lang/es/lang.php
/plugin/openlayersmap/lang/es/settings.php
/plugin/openlayersmap/lang/fr/admin_intro.txt
/plugin/openlayersmap/lang/fr/help.txt
/plugin/openlayersmap/lang/fr/lang.php
/plugin/openlayersmap/lang/fr/settings.php
/plugin/openlayersmap/lang/nl/lang.php
/plugin/openlayersmap/lang/nl/settings.php
/plugin/openlayersmap/lang/ru/lang.php
/plugin/openlayersmap/lang/ru/settings.php
/plugin/openlayersmap/lib/OpenLayers.js
/plugin/openlayersmap/logo.gif
/plugin/openlayersmap/plugin.info.txt
/plugin/openlayersmap/print.css
/plugin/openlayersmap/script.js
/plugin/openlayersmap/scss/_Common.scss
/plugin/openlayersmap/scss/_Fullscreen.scss
/plugin/openlayersmap/scss/_LayerSwitcher.scss
/plugin/openlayersmap/scss/_OverviewMap.scss
/plugin/openlayersmap/scss/_Popup.scss
/plugin/openlayersmap/scss/_ScaleLine.scss
/plugin/openlayersmap/scss/_StatusBar.scss
/plugin/openlayersmap/scss/_Zoom.scss
/plugin/openlayersmap/scss/_adminForm.scss
/plugin/openlayersmap/scss/_help.scss
/plugin/openlayersmap/scss/_tooltip.scss
/plugin/openlayersmap/scss/print.scss
/plugin/openlayersmap/scss/style.scss
/plugin/openlayersmap/style.css
/plugin/openlayersmap/syntax/olmap.php
d2f4772a27-Jan-2018 Mark Prins <1165786+mprins@users.noreply.github.com>

make the olmap more robust for coordinates in integer format
pass the tfApiKey from the caller

git-svn-id: https://svn.code.sf.net/p/dokuwikispatial/code/trunk/openlayersmap/src@749 5f327161-d4e9-4d

make the olmap more robust for coordinates in integer format
pass the tfApiKey from the caller

git-svn-id: https://svn.code.sf.net/p/dokuwikispatial/code/trunk/openlayersmap/src@749 5f327161-d4e9-4d76-8f34-ffb092c38ac6

show more ...

5c60353205-Nov-2017 Mark Prins <1165786+mprins@users.noreply.github.com>

allow to use thunderforest api key, update google maps api version

git-svn-id: https://svn.code.sf.net/p/dokuwikispatial/code/trunk/openlayersmap/src@725 5f327161-d4e9-4d76-8f34-ffb092c38ac6

c81a89cd15-Jun-2016 Mark Prins <1165786+mprins@users.noreply.github.com>

replace split() with explode()

git-svn-id: https://svn.code.sf.net/p/dokuwikispatial/code/trunk/openlayersmap/src@683 5f327161-d4e9-4d76-8f34-ffb092c38ac6

ee42299625-Dec-2015 Mark Prins <1165786+mprins@users.noreply.github.com>

update copyright year

git-svn-id: https://svn.code.sf.net/p/dokuwikispatial/code/trunk/openlayersmap/src@652 5f327161-d4e9-4d76-8f34-ffb092c38ac6


/plugin/openlayersmap/CHANGES
/plugin/openlayersmap/README
/plugin/openlayersmap/StaticMap.php
/plugin/openlayersmap/action.php
/plugin/openlayersmap/admin/purge.php
/plugin/openlayersmap/conf/default.php
/plugin/openlayersmap/conf/metadata.php
/plugin/openlayersmap/deleted.files
staticmap.php
/plugin/openlayersmap/javascript/OpenLayersMap.js
/plugin/openlayersmap/javascript/OpenLayersMap/Control/Fullscreen.js
/plugin/openlayersmap/javascript/OpenLayersMap/Control/KeyboardClick.js
/plugin/openlayersmap/javascript/OpenLayersMap/Control/LayerSwitcher.js
/plugin/openlayersmap/javascript/OpenLayersMap/Control/OverviewMap.js
/plugin/openlayersmap/javascript/OpenLayersMap/Control/Zoom.js
/plugin/openlayersmap/javascript/OpenLayersMap/Handler/KeyboardPoint.js
/plugin/openlayersmap/javascript/OpenLayersMap/Layer/MapQuest.js
/plugin/openlayersmap/javascript/OpenLayersMap/Layer/OCM.js
/plugin/openlayersmap/javascript/OpenLayersMap/Popup/FramedCloud.js
/plugin/openlayersmap/javascript/de.js
/plugin/openlayersmap/javascript/en.js
/plugin/openlayersmap/javascript/es.js
/plugin/openlayersmap/javascript/fr.js
/plugin/openlayersmap/javascript/nl.js
/plugin/openlayersmap/lang/en/help.txt
/plugin/openlayersmap/lang/en/lang.php
/plugin/openlayersmap/lang/en/settings.php
/plugin/openlayersmap/lang/es/lang.php
/plugin/openlayersmap/lang/es/settings.php
/plugin/openlayersmap/lang/nl/help.txt
/plugin/openlayersmap/lang/nl/lang.php
/plugin/openlayersmap/lang/nl/settings.php
/plugin/openlayersmap/lib/img/close.gif
/plugin/openlayersmap/lib/img/cloud-popup-relative.png
/plugin/openlayersmap/lib/img/info.png
/plugin/openlayersmap/lib/img/olMapbg.png
/plugin/openlayersmap/lib/img/overview_replacement.gif
/plugin/openlayersmap/plugin.info.txt
/plugin/openlayersmap/script.js
/plugin/openlayersmap/scss/_Common.scss
/plugin/openlayersmap/scss/_Fullscreen.scss
/plugin/openlayersmap/scss/_LayerSwitcher.scss
/plugin/openlayersmap/scss/_OverviewMap.scss
/plugin/openlayersmap/scss/_Popup.scss
/plugin/openlayersmap/scss/_ScaleLine.scss
/plugin/openlayersmap/scss/_StatusBar.scss
/plugin/openlayersmap/scss/_Zoom.scss
/plugin/openlayersmap/scss/_adminForm.scss
/plugin/openlayersmap/scss/_help.scss
/plugin/openlayersmap/scss/_tooltip.scss
/plugin/openlayersmap/scss/print.scss
/plugin/openlayersmap/scss/style.scss
/plugin/openlayersmap/syntax/olmap.php
57e6544522-Jun-2013 Mark Prins <1165786+mprins@users.noreply.github.com>

whitespace + formatting

git-svn-id: https://svn.code.sf.net/p/dokuwikispatial/code/trunk/openlayersmap/src@368 5f327161-d4e9-4d76-8f34-ffb092c38ac6


/plugin/openlayersmap/CHANGES
/plugin/openlayersmap/StaticMap.php
/plugin/openlayersmap/action.php
/plugin/openlayersmap/admin/purge.php
/plugin/openlayersmap/conf/default.php
/plugin/openlayersmap/conf/metadata.php
staticmap.php
/plugin/openlayersmap/javascript/OpenLayersMap.js
/plugin/openlayersmap/javascript/OpenLayersMap/Control/OverviewMap.js
/plugin/openlayersmap/javascript/OpenLayersMap/Layer/CloudMade.js
/plugin/openlayersmap/javascript/OpenLayersMap/Layer/MapQuest.js
/plugin/openlayersmap/javascript/OpenLayersMap/Layer/OCM.js
/plugin/openlayersmap/javascript/de.js
/plugin/openlayersmap/javascript/en.js
/plugin/openlayersmap/javascript/es.js
/plugin/openlayersmap/javascript/fr.js
/plugin/openlayersmap/javascript/nl.js
/plugin/openlayersmap/lang/en/lang.php
/plugin/openlayersmap/lang/en/settings.php
/plugin/openlayersmap/lang/es/lang.php
/plugin/openlayersmap/lang/es/settings.php
/plugin/openlayersmap/lang/nl/lang.php
/plugin/openlayersmap/lang/nl/settings.php
/plugin/openlayersmap/lib/orange/blank.gif
/plugin/openlayersmap/lib/theme/default/style.css
/plugin/openlayersmap/script.js
/plugin/openlayersmap/scss/_Common.scss
/plugin/openlayersmap/scss/_LayerSwitcher.scss
/plugin/openlayersmap/scss/_OverviewMap.scss
/plugin/openlayersmap/scss/_PanZoomBar.scss
/plugin/openlayersmap/scss/_Popup.scss
/plugin/openlayersmap/scss/_ScaleLine.scss
/plugin/openlayersmap/scss/_StatusBar.scss
/plugin/openlayersmap/scss/_ToolBar.scss
/plugin/openlayersmap/scss/_Zoom.scss
/plugin/openlayersmap/scss/_adminForm.scss
/plugin/openlayersmap/scss/_tooltip.scss
/plugin/openlayersmap/scss/print.scss
/plugin/openlayersmap/scss/style.scss
/plugin/openlayersmap/syntax/olmap.php
6914b92009-Jun-2013 Mark Prins <1165786+mprins@users.noreply.github.com>

add support for GeoJSON media

git-svn-id: https://svn.code.sf.net/p/dokuwikispatial/code/trunk/openlayersmap/src@336 5f327161-d4e9-4d76-8f34-ffb092c38ac6

53bfe4a326-May-2013 Mark Prins <1165786+mprins@users.noreply.github.com>

fix static map generator for local and remote OSM

git-svn-id: https://svn.code.sf.net/p/dokuwikispatial/code/trunk/openlayersmap/src@329 5f327161-d4e9-4d76-8f34-ffb092c38ac6

fc16f3cd01-May-2013 Mark Prins <1165786+mprins@users.noreply.github.com>

try to write the meta['relation']['firstimage'] for the map

it still fails though..

git-svn-id: https://svn.code.sf.net/p/dokuwikispatial/code/trunk/openlayersmap/src@326 5f327161-d4e9-4d76-8f34-f

try to write the meta['relation']['firstimage'] for the map

it still fails though..

git-svn-id: https://svn.code.sf.net/p/dokuwikispatial/code/trunk/openlayersmap/src@326 5f327161-d4e9-4d76-8f34-ffb092c38ac6

show more ...

6eb3157e01-May-2013 Mark Prins <1165786+mprins@users.noreply.github.com>

docs + cleanup

git-svn-id: https://svn.code.sf.net/p/dokuwikispatial/code/trunk/openlayersmap/src@324 5f327161-d4e9-4d76-8f34-ffb092c38ac6

2d11d70003-Aug-2012 Mark Prins <1165786+mprins@users.noreply.github.com>

- adding autoZoomMap config option and better printing for BING
- adding autozoom to StaticMap

git-svn-id: https://svn.code.sf.net/p/dokuwikispatial/code/trunk/openlayersmap/src@291 5f327161-d4e9-4d

- adding autoZoomMap config option and better printing for BING
- adding autozoom to StaticMap

git-svn-id: https://svn.code.sf.net/p/dokuwikispatial/code/trunk/openlayersmap/src@291 5f327161-d4e9-4d76-8f34-ffb092c38ac6

show more ...

cc74a83c06-Jul-2012 Mark Prins <1165786+mprins@users.noreply.github.com>

code cleanup and better descriptive for kml/gpx on printout
BUGTRACK ID-3284079


git-svn-id: https://svn.code.sf.net/p/dokuwikispatial/code/trunk/openlayersmap/src@287 5f327161-d4e9-4d76-8f34-ffb092

code cleanup and better descriptive for kml/gpx on printout
BUGTRACK ID-3284079


git-svn-id: https://svn.code.sf.net/p/dokuwikispatial/code/trunk/openlayersmap/src@287 5f327161-d4e9-4d76-8f34-ffb092c38ac6

show more ...

e61425c703-Jul-2012 Mark Prins <1165786+mprins@users.noreply.github.com>

write a row in the print table, better parsing

git-svn-id: https://svn.code.sf.net/p/dokuwikispatial/code/trunk/openlayersmap/src@284 5f327161-d4e9-4d76-8f34-ffb092c38ac6

da6f229f02-Jul-2012 Mark Prins <1165786+mprins@users.noreply.github.com>

fixez


git-svn-id: https://svn.code.sf.net/p/dokuwikispatial/code/trunk/openlayersmap/src@283 5f327161-d4e9-4d76-8f34-ffb092c38ac6

6c6bb02202-Jul-2012 Mark Prins <1165786+mprins@users.noreply.github.com>

initial drawing of gpx track/waypoints, import geoPHP

git-svn-id: https://svn.code.sf.net/p/dokuwikispatial/code/trunk/openlayersmap/src@282 5f327161-d4e9-4d76-8f34-ffb092c38ac6

628e43cc29-Jun-2012 Mark Prins <1165786+mprins@users.noreply.github.com>

refactor static map generator and cleanup

git-svn-id: https://svn.code.sf.net/p/dokuwikispatial/code/trunk/openlayersmap/src@279 5f327161-d4e9-4d76-8f34-ffb092c38ac6


/plugin/openlayersmap/CHANGES
/plugin/openlayersmap/README
/plugin/openlayersmap/StaticMap.php
/plugin/openlayersmap/action.php
/plugin/openlayersmap/conf/default.php
/plugin/openlayersmap/conf/metadata.php
staticmap.php
/plugin/openlayersmap/icons/airplane.png
/plugin/openlayersmap/icons/bus-stop.png
/plugin/openlayersmap/icons/camping.png
/plugin/openlayersmap/icons/caravan_park.png
/plugin/openlayersmap/icons/cave.png
/plugin/openlayersmap/icons/chalet.png
/plugin/openlayersmap/icons/clock.png
/plugin/openlayersmap/icons/construction.png
/plugin/openlayersmap/icons/danger.png
/plugin/openlayersmap/icons/ford.png
/plugin/openlayersmap/icons/fuel.png
/plugin/openlayersmap/icons/geocache.png
/plugin/openlayersmap/icons/hospital.png
/plugin/openlayersmap/icons/hostel.png
/plugin/openlayersmap/icons/hotel.png
/plugin/openlayersmap/icons/hydro.png
/plugin/openlayersmap/icons/index.php
/plugin/openlayersmap/icons/marker-blue.png
/plugin/openlayersmap/icons/marker-gold.png
/plugin/openlayersmap/icons/marker-green.png
/plugin/openlayersmap/icons/marker-red.png
/plugin/openlayersmap/icons/marker.png
/plugin/openlayersmap/icons/marker_shadow.png
/plugin/openlayersmap/icons/mine.png
/plugin/openlayersmap/icons/motel.png
/plugin/openlayersmap/icons/parking.png
/plugin/openlayersmap/icons/peak.png
/plugin/openlayersmap/icons/photo.png
/plugin/openlayersmap/icons/picnic.png
/plugin/openlayersmap/icons/poi.png
/plugin/openlayersmap/icons/shelter.png
/plugin/openlayersmap/icons/slipway.png
/plugin/openlayersmap/icons/taxi.png
/plugin/openlayersmap/icons/telephone.png
/plugin/openlayersmap/icons/terrain.png
/plugin/openlayersmap/icons/train.png
/plugin/openlayersmap/icons/video.png
/plugin/openlayersmap/icons/walking.png
/plugin/openlayersmap/icons/webcam.png
/plugin/openlayersmap/icons/wlan.png
/plugin/openlayersmap/icons/ww_gauge.png
/plugin/openlayersmap/icons/ww_hazard.png
/plugin/openlayersmap/icons/ww_put-in-out.png
/plugin/openlayersmap/icons/ww_put-in.png
/plugin/openlayersmap/icons/ww_take-out.png
/plugin/openlayersmap/icons/ww_weir.png
/plugin/openlayersmap/lang/en/lang.php
/plugin/openlayersmap/lang/en/settings.php
/plugin/openlayersmap/lang/es/lang.php
/plugin/openlayersmap/lang/es/settings.php
/plugin/openlayersmap/lang/nl/lang.php
/plugin/openlayersmap/lang/nl/settings.php
/plugin/openlayersmap/lib/classic/blank.gif
/plugin/openlayersmap/lib/classic/cloud-popup-relative.png
/plugin/openlayersmap/lib/classic/east-mini.png
/plugin/openlayersmap/lib/classic/layer-switcher-maximize.png
/plugin/openlayersmap/lib/classic/layer-switcher-minimize.png
/plugin/openlayersmap/lib/classic/north-mini.png
/plugin/openlayersmap/lib/classic/overview-switcher-maximize.png
/plugin/openlayersmap/lib/classic/overview-switcher-minimize.png
/plugin/openlayersmap/lib/classic/overview_replacement.gif
/plugin/openlayersmap/lib/classic/slider.png
/plugin/openlayersmap/lib/classic/south-mini.png
/plugin/openlayersmap/lib/classic/west-mini.png
/plugin/openlayersmap/lib/classic/zoom-minus-mini.png
/plugin/openlayersmap/lib/classic/zoom-plus-mini.png
/plugin/openlayersmap/lib/classic/zoombar.png
/plugin/openlayersmap/lib/dark/blank.gif
/plugin/openlayersmap/lib/dark/cloud-popup-relative.png
/plugin/openlayersmap/lib/dark/east-mini.png
/plugin/openlayersmap/lib/dark/layer-switcher-maximize.png
/plugin/openlayersmap/lib/dark/layer-switcher-minimize.png
/plugin/openlayersmap/lib/dark/north-mini.png
/plugin/openlayersmap/lib/dark/overview-switcher-maximize.png
/plugin/openlayersmap/lib/dark/overview-switcher-minimize.png
/plugin/openlayersmap/lib/dark/overview_replacement.gif
/plugin/openlayersmap/lib/dark/slider.png
/plugin/openlayersmap/lib/dark/south-mini.png
/plugin/openlayersmap/lib/dark/west-mini.png
/plugin/openlayersmap/lib/dark/zoom-minus-mini.png
/plugin/openlayersmap/lib/dark/zoom-plus-mini.png
/plugin/openlayersmap/lib/dark/zoombar.png
/plugin/openlayersmap/lib/grey/blank.gif
/plugin/openlayersmap/lib/grey/cloud-popup-relative.png
/plugin/openlayersmap/lib/grey/east-mini.png
/plugin/openlayersmap/lib/grey/layer-switcher-maximize.png
/plugin/openlayersmap/lib/grey/layer-switcher-minimize.png
/plugin/openlayersmap/lib/grey/north-mini.png
/plugin/openlayersmap/lib/grey/overview-switcher-maximize.png
/plugin/openlayersmap/lib/grey/overview-switcher-minimize.png
/plugin/openlayersmap/lib/grey/overview_replacement.gif
/plugin/openlayersmap/lib/grey/slider.png
/plugin/openlayersmap/lib/grey/south-mini.png
/plugin/openlayersmap/lib/grey/west-mini.png
/plugin/openlayersmap/lib/grey/zoom-minus-mini.png
/plugin/openlayersmap/lib/grey/zoom-plus-mini.png
/plugin/openlayersmap/lib/grey/zoombar.png
/plugin/openlayersmap/lib/img/blank.gif
/plugin/openlayersmap/lib/img/close.gif
/plugin/openlayersmap/lib/img/icon_pan.png
/plugin/openlayersmap/lib/img/icon_query.png
/plugin/openlayersmap/lib/img/icon_zoomin.png
/plugin/openlayersmap/lib/img/icon_zoomout.png
/plugin/openlayersmap/lib/img/navigation_history.png
/plugin/openlayersmap/lib/neutral/blank.gif
/plugin/openlayersmap/lib/neutral/cloud-popup-relative.png
/plugin/openlayersmap/lib/neutral/east-mini.png
/plugin/openlayersmap/lib/neutral/layer-switcher-maximize.png
/plugin/openlayersmap/lib/neutral/layer-switcher-minimize.png
/plugin/openlayersmap/lib/neutral/north-mini.png
/plugin/openlayersmap/lib/neutral/overview-switcher-maximize.png
/plugin/openlayersmap/lib/neutral/overview-switcher-minimize.png
/plugin/openlayersmap/lib/neutral/overview_replacement.gif
/plugin/openlayersmap/lib/neutral/slider.png
/plugin/openlayersmap/lib/neutral/south-mini.png
/plugin/openlayersmap/lib/neutral/west-mini.png
/plugin/openlayersmap/lib/neutral/zoom-minus-mini.png
/plugin/openlayersmap/lib/neutral/zoom-plus-mini.png
/plugin/openlayersmap/lib/neutral/zoombar.png
/plugin/openlayersmap/logo/cloudmade_logo.png
/plugin/openlayersmap/logo/cycle_logo.png
/plugin/openlayersmap/logo/hnb_logo.png
/plugin/openlayersmap/logo/mq_logo.png
/plugin/openlayersmap/logo/osm_logo.png
/plugin/openlayersmap/logo/sea_logo.png
/plugin/openlayersmap/plugin.info.txt
/plugin/openlayersmap/print.css
/plugin/openlayersmap/script.js
/plugin/openlayersmap/style.css
/plugin/openlayersmap/syntax/olmap.php
/plugin/openlayersmap/toolbar/georss.png
/plugin/openlayersmap/toolbar/gps.png
/plugin/openlayersmap/toolbar/kml_file.png
/plugin/openlayersmap/toolbar/map.png