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
#define GOOGLE_ROUTER_URL \ "http://maps.google.com/maps?saddr=%s&daddr=%s&output=kml"
http://gpx.geotags.com/cgi-bin/gpx.cgi?saddr=%s&daddr=%s