Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Kuratkoo

#1
Add-ons & Co-apps / GSAK database
December 15, 2011, 20:50:52
Author had stopped the development due to his being too busy elsewhere. However, the code of the add-on is open for development by somebody else: https://github.com/radimvaculik/LocusAddonGsakDatabase




After GeoGet database addon comes new addon – GSAK database. Do you know GSAK? GSAK is geocache manager, where you can manage your final waypoints, add notes or waypoints to geocache or import/export geocache from/to GSAK.

This addon provide connection between GSAK database, where geocaches are save, and Locus, great map tool for Android! So you can view all your GSAK geocache in Locus, manage final waypoints, view listing, etc. And everything offline!

It's simple – install plugin, copy your GSAK database to SD card, setup addon and run Locus. And just import geocaches.

Instructions:
1. Set correct path to GSAK database on your SD card
2. Change filter in settings, if you want
3a. Add this addon on right-side panel and click on it.
3b. Tap on map (hold finger), select last icon in bottom menu – Settings and select Load GSAK geocaches.
4. Done!

Changelog:
v1.0 - 2011-12-15
* Initial release
#2
Other features / Addon - GeoGet Database
December 02, 2011, 09:53:30
Since new version of Locus 1.14.6 comes new addon – GeoGet database. Do you know GeoGet? GeoGet is geocache manager, where you can manage your final waypoints, add notes or waypoints to geocache or import/export geocache from/to GeoGet.

This addon provide connection between GeoGet database, where geocaches are save, and Locus, great map tool for Android! So you can view all your GeoGet geocache in Locus, manage final waypoints, view listing, etc. And everything offline!

It's simple – install plugin, copy your GeoGet database to SD card, setup addon and run Locus. And just import geocaches.

Android Market: //https://market.android.com/details?id=net.kuratkoo.locusaddon.geogetdatabase

Support development: Paypal

Instructions:
1. Set correct path to GeoGet database on your SD card
2. Change filter in settings, if you want
3. Open Locus, tap on map (hold finger), select last icon in bottom menu – Settings and select Load GeoGet geocaches.
4. Done!

Changelog:
v1.3 - 2011-12-13
* fix issue with negative coords
* little speed improve

v1.2 - 2011-12-04
* Correct display of geocaches with final waypoint
* Option to filter geocaches by "archived"

v1.1 - 2011-12-04
* Able to load caches from right-side panel (by add function). Position from center of map
* Some fixies

#3
Developers / [CZ] PointGeocachingAttributes
November 23, 2011, 19:42:14
Ahoj,

jak se tohle vlastne pouziva? Muzu nastavovat pouze podle URL obrazku nebo ID?

V Geocachingu take plati, ze atribut muze mit 2 varianty. Napriklad: dogs - no dogs. Jak je tohle resene?

Diky
Kuratkoo
#4
Developers / PointGeocachingData - owner
November 22, 2011, 14:25:42
Hi,

I make new PointGeocachingData, set some data. I also set owner of geocache and all this stuff I send via API to Locus. Everything is OK, but owner name is not available.

PointGeocachingData gcData = new PointGeocachingData();
gcData.owner = "AAAA";



Thanks for some help,
Kuratkoo