Some of these examples are broken due to the way PHP is configured at sourceforge. More examples are available at wild-water.nl eg search nearby 48º11'36.384"N;16º27'39.06"E
This plugin provides helpers for the other DokuWiki Spatial plugins such as spatial indexing, SEO and a search action. Currently the search action needs a geohash or a lat/lon pair, support for a pagename/ID is in the works. See the tracker for all requested features.
A search url will look something like this (examples below):
https://dokuwikispatial.sourceforge.io/dokuwiki/doku.php?id=start&do=findnearby&geohash=u
or
https://dokuwikispatial.sourceforge.io/dokuwiki/doku.php?id=start&do=findnearby&geohash=u15vk4
find pages near geohash u or find pages near geohash u15vk4 or find pages near 50.4;5.9
The length (number of characters) of the geohash actually determines the search area, the more characters you strip off the end the larger the search area becomes, that is u1
is a larger area than u15vk4
.
Based on the spatial index sitemaps in both KML and GeoRSS are generated, these contain all public pages. Both sitemap documents are stored in the media directory of the wiki and linked in the page headers.
code for this sitemap:
<olmap id="olMapOne" width="750px" height="550px" lat="50.0" lon="5.1" zoom="8" statusbar="1" controls="1" poihoverstyle="0" baselyr="OpenStreetMap" gpxfile="" kmlfile=":sitemap.kml" geojsonfile="" summary="KML sitemap of this wiki" > </olmap>
Various functions are available as part of the map.
Keyboard operation becomes available after activating the map using the tab key (the map will show a focus indicator ring).
It's possible that some of the functions or buttons describe above have been disabled by the page author or the administrator
id | symbol | latitude | longitude | description |
---|---|---|---|---|
KML sitemap of this wiki | ||||
KML track: sitemap |
More information is available at the DokuWiki plugin site.