![]() |
Re: [Maemo 5] Maemo Mapper
I apologize. My previous post stated "pgx.geotags" instead of "gpx.geotags".
|
Re: [Maemo 5] Maemo Mapper
yea... won't work with geotags.com service, no kml output there. A bit larger patch is required to fix this issue
It seems to me that google.c is using KML and for example yandex.c (though broken as far as I can see) is using GPX for the routing. Just a quick read but Code:
#include <mappero/gpx.h> In theory using yandex.c with the google or geotags.com URL should parse the GPX route into something reasonable, if yandex was working before |
Re: [Maemo 5] Maemo Mapper
It works.
Just change the url in yandex.c to the geotags.com version and recompile, then use yandex as the router plugin. GUI is of course broken but the route is very similar if not identical to what everyone's used to... Edit: Quick fix for those who need working routes immediately http://lartza.dy.fi.nyud.net/~lartza..._3.2_armel.deb Use the yandex plugin, which uses geotags.com I'll leave the GUI patching, plugin redesigning and other fun for the upstream / package maintainers |
Re: [Maemo 5] Maemo Mapper
http://gpx.geotags.com/cgi-bin/gpx.cgi uses the gpx format. I thought maps.google.com/maps uses the kml format.
google.c calls map_kml_get_placemarks(kml) in kml.c; In kml.c the following xml elements are handled: [EL_KML] = "kml", [EL_DOCUMENT] = "Document", [EL_PLACEMARK] = "Placemark", [EL_POINT] = "Point", [EL_LINESTRING] = "LineString", [EL_NAME] = "name", [EL_DESCRIPTION] = "description", [EL_COORDINATES] = "coordinates", [EL_ALTITUDE_MODE] = "altitudeMode", |
Re: [Maemo 5] Maemo Mapper
Quote:
THanks for the hard work Lartza! However, I can't download the deb from the link, it cuts out at 224kb. |
Re: [Maemo 5] Maemo Mapper
i take it back, it worked!
|
Re: [Maemo 5] Maemo Mapper
Quote:
BTW: Mappero is not maintained anymore, so I do not think anybody will fix anything, but as long as this works, it is fine, thanks! |
Re: [Maemo 5] Maemo Mapper
Does yandex work for you? It worked for me, but today it just silently fails (no error message but no route either).
|
Re: [Maemo 5] Maemo Mapper
Quote:
Code:
#define YANDEX_ROUTER_URL \ |
Re: [Maemo 5] Maemo Mapper
yandex works when you apply the patch from the previous posts. Just dont accept the mappero update because it will roll auto-back the patch. The patch changes yandex to geotags which does work.
UOTE=lartza;1259571]Haven't worked for some time, Code:
#define YANDEX_ROUTER_URL \ |
All times are GMT. The time now is 23:21. |
vBulletin® Version 3.8.8