View Single Post
Posts: 47 | Thanked: 31 times | Joined on Jul 2010
#190
Originally Posted by lartza View Post
I've located the source code for mappero 3.2 (latest for n900) http://repository.maemo.org/extras/p.../maemo-mapper/

It seems that google url is hardcoded in plugins/google.c

Code:
#define GOOGLE_ROUTER_URL \
    "http://maps.google.com/maps?saddr=%s&daddr=%s&output=kml"
Replacing this with Frago's geotags.com URL should provide a quick fix for the problem

I currently don't have the maemo development environment installed on any PC so this simple fix is a bit of work...

If someone has the environment ready, please try it. Just change the URL and recompile
I've tried
Code:
http://gpx.geotags.com/cgi-bin/gpx.cgi?saddr=%s&daddr=%s
(and verified that the new libgoogle.so is being used, as I initially had pgx.geotags.com with resulting dns lookup error), but am still receiving the invalid destination error.