Home › All Topics › General › Importing a route into Pocket Earth from another app
- This topic has 7 replies, 3 voices, and was last updated 10 years, 10 months ago by XOMTOR.
-
AuthorPosts
-
March 25, 2014 at 2:16 pm #4268
Hello,
I use a Geocaching app on my iPhone (Geosphere) that allows you to create bookmarks. These bookmarks allow you to send parameters from Geosphere to other apps on the phone via url. By studying the syntax of the P.E. exports i’ve worked out how to transfer the location of a Geocache from Geosphere into P.E by using the longlat cords.
Now ideally what i’d like to do is transfer two sets of cords from Geosphere, my current location and the location of the geocache, into P.E. and then have P.E. create a router between these two locations.
Can P.E. accept two sets of cords and create a route from them? If so what’s syntax?
Many thanks
March 27, 2014 at 7:30 am #5320Thanks to Rob Wolfe over at the Geosphere forum i’ve now got the correct syntax for passing over the details of the geocache into PE. However I still have a problem.
I’ve noticed that if someone uses the & character in their geocache description any text following the & character gets cut off and never makes it over to PE. Not sure if this is a bug or not.
Can anyone help?
Thanks
March 27, 2014 at 7:44 am #5334ggggrrrrr why is this forum so full of spam?
March 28, 2014 at 1:20 am #5338Yea we are being attacked by spammers, not sure why, and we already have a Captcha and 2 anti-spam plugins :/
Anyway, since Apple uses URL scheme to communicate between apps, & and some other characters are reserved and must use a special code instead: %26 means &
If you run into any other problematic characters, this site gives the escape codes for everything.We will look into it on our end, even though it is supposed to be considered invalid to use such characters, we may be able to make it work for most cases.
March 28, 2014 at 3:30 am #5323I wasn’t sure if this problem should be resolved from the app (Geosphere) sending the variable containing the & character or the app receiving it (PE).
Would the complete description text still be within the variable at the point it arrives at PE at which point only the text up to the & is imported, or does this mean that Geosphere is only exporting the text up to & character so there’s nothing extra for PE to import?
March 28, 2014 at 8:00 pm #5331Most likely the entire text is being sent from Geosphere, but since & and a few other characters are reserved they should be escaped from Geosphere’s side. We can try to “work-around” it from PE but it really this is a hack and it will not be perfect.
All apps should “URL Escape” any content that they send to other apps, so really it would seem to be their bug.March 29, 2014 at 5:17 pm #5350Thanks for the info. I’ve since been informed by someone on the geosphere forum that there’s a way to escape these chars. Since implementing this the text is coming in fine to PE.
March 29, 2014 at 7:43 pm #5351 -
AuthorPosts
- You must be logged in to reply to this topic.