01/03/2010, 03:44 PM
|
#142 (permalink) |
|
Member
![]() ![]() Join Date: Mar 2006
Location: Berlin, Germany, Europe
Posts: 1,457
Likes Received: 50
Thanks: 85
Thanked 608 Times in 256 Posts
|
It's done. Just download the latest MapTool (0.9.3) and you can call it with the JSON object as defined in your post.
__________________
Paid Apps: UberRadio, Match This! Pro, TravelGuide, Wikay and more. Grab ImageWorker Pro while it's on sale! |
01/04/2010, 03:19 AM
|
#143 (permalink) | |
|
Member
![]() ![]() Join Date: Nov 2009
Location: Prague, Czech republic
Posts: 191
Likes Received: 1
Thanks: 16
Thanked 60 Times in 19 Posts
|
Quote:
I tried it, but it doesn't work. I figure out, why. I'm sending string with JSON: Code:
var params = [
{
lat: this.parameters['latitude'].toFixed(5),
lon: this.parameters['longitude'].toFixed(5),
name: this.parameters['title'],
image: "http://www.geocaching.com/images/WptTypes/sm/3.gif"
}
];
this.controller.serviceRequest('palm://com.palm.applicationManager', {
method: 'launch',
parameters: {
id: 'de.metaviewsoft.maptool',
params: Object.toJSON(params)
}
});
Code:
var params = Mojo.getLaunchParameters(); gblLaunchParams = params; And also it failed, when Maptool are open already. It doesn change layout. |
|
01/04/2010, 03:55 AM
|
#144 (permalink) |
|
Member
![]() ![]() Join Date: Mar 2006
Location: Berlin, Germany, Europe
Posts: 1,457
Likes Received: 50
Thanks: 85
Thanked 608 Times in 256 Posts
|
Ok, when you already send with Object.toJSON, then I can skip it. I will change it tonight and also check what happens if MapTool is already running.
__________________
Paid Apps: UberRadio, Match This! Pro, TravelGuide, Wikay and more. Grab ImageWorker Pro while it's on sale! |
01/04/2010, 04:17 AM
|
#145 (permalink) |
|
Member
![]() ![]() Join Date: Nov 2009
Location: Prague, Czech republic
Posts: 191
Likes Received: 1
Thanks: 16
Thanked 60 Times in 19 Posts
|
Great. If you like, I can send you development version of preCaching with Mapping Tool integration. (Or you can download latest git version and make it yourself).
|
01/04/2010, 07:25 AM
|
#146 (permalink) |
|
Member
![]() ![]() Join Date: Mar 2006
Location: Berlin, Germany, Europe
Posts: 1,457
Likes Received: 50
Thanks: 85
Thanked 608 Times in 256 Posts
|
Would be cool, if you could just send me the dev version of preCaching. Then I can truly test it. Do you know by heart how to check for being already a JSON object? Would save me the search at google (or prototype website). Thx
__________________
Paid Apps: UberRadio, Match This! Pro, TravelGuide, Wikay and more. Grab ImageWorker Pro while it's on sale! |
01/04/2010, 07:29 AM
|
#147 (permalink) | |
|
Member
![]() ![]() Join Date: Nov 2009
Location: Prague, Czech republic
Posts: 191
Likes Received: 1
Thanks: 16
Thanked 60 Times in 19 Posts
|
Quote:
Code:
var params = Mojo.getLaunchParameters();
if (typeof(params) == 'object') {
gblLaunchParams = params;
}
|
|
01/07/2010, 03:15 PM
|
#148 (permalink) |
|
Member
![]() Join Date: Aug 2009
Posts: 103
Likes Received: 0
Thanks: 15
Thanked 1 Time in 1 Post
|
Feature request:
'Current Location' button: Used for when you are placing a new cache and need the exact coordinates. Also if this could be presented in the standard Geocaching coordinate style of Degrees minutes.seconds (117 34.339 for example) that would be even better. Currently I could use ##GPS# but having it as a choice on the front page of the app would be a lot easier. Thanks again for the great app and I cant wait to try the MapTool integration. |
01/08/2010, 12:28 PM
|
#151 (permalink) | |
|
Member
![]() Join Date: Oct 2009
Location: Germany
Posts: 443
Likes Received: 28
Thanks: 49
Thanked 88 Times in 46 Posts
|
Quote:
Also nice would be the last found date and the Attributes (expecialy the "Needs Maintenance" one). Something that is also usfull is to see the Spoiler Pictures. |
|
01/13/2010, 03:39 AM
|
#152 (permalink) |
|
Member
![]() ![]() Join Date: Nov 2009
Location: Prague, Czech republic
Posts: 191
Likes Received: 1
Thanks: 16
Thanked 60 Times in 19 Posts
|
Hi,
maybe you're already know, Groundspeak change Geocaching.com layout, so most of preCaching functions doesn't work. I'm working on fix, some draft is emulator for testing. I will release new version (originally planned to January 15th) in next 8 hours. Stay in touch. |
01/13/2010, 04:36 AM
|
#156 (permalink) |
|
Member
![]() ![]() Join Date: Nov 2009
Location: Prague, Czech republic
Posts: 191
Likes Received: 1
Thanks: 16
Thanked 60 Times in 19 Posts
|
New version, working with new geocaching.com layout is out:
Attention New version of preCaching have another application ID than older ones. If you're upgrading, it's recommended to remove old preCaching application (in Launcher List press Orange button a tap on preCaching icon) and install new from Preware |
![]() |
|
| Tags |
| geocaching, gps |
| Thread Tools | |
| Display Modes | |
|
|



