Releases: k3b/k3b-geoHelper
Releases · k3b/k3b-geoHelper
v1.1.12 Support for parsing result of www.wikidata.org
v1.1.11 Fixed link to license file
fixed link to license
V1.1.10 Bugfix: Prevent interpreting Housenumber, zip as lat/lon
- #7: bugfix: parsing housenumber+areacode as lat/lan
- Example "geo:0,0?q=Testgasse 13, 12345 Testhausen" resulted in geo:13,12345
- Fixed possible compatibility issues with old android versions
v1.1.9 Support for fuzzy geo uri-s (without lat/lon but with Search expression)
https://github.com/gjedeer/Acastus/issues/16: added support for fuzzy…
v1.1.8 bugfix npe with geo-uri-s
https://github.com/k3b/LocationMapViewer/issues/18: fixed npe
v1.1.7 Added support for kml symbols and zip compress data (kmz)
v1.1.7 fixed missing gradle.properties
v1.1.5
First maven central release
v1.1.4 First maven release
More XML formats
Added support for wikimedia-web-apis of wikipedia and wikivoyage
Example: this query asks the german wikivoyage.org for entries around "Las Palmas, Gran Canaria"
In general wikimedia looks like this
<api ...><query><pages>
<page pageid='7445' title='Las_Palmas' touched='2015-02-10T08:04:45Z' fullurl='https://de.wikivoyage.org/wiki/Las_Palmas'>
<coordinates><co lat='52' lon='9'/></coordinates>
<thumbnail source='theIconUrl' width='50' height='38'/>
</page>
</pages></query></api>
k3b-geoHelper will extract a poi-marker for every page element.
v1.1
Extracted from https://github.com/k3b/LocationMapViewer and https://github.com/k3b/APhotoManager