From dd9cf18c6ff0897b8113ae3f7c4c2455669fc6f1 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Sun, 21 Jun 2015 00:37:00 +0200 Subject: [PATCH] Add Yahoo! Maps Enhance bing maps url for lat/lon (now has a pointer) Update module description --- partner_external_maps/README.rst | 2 ++ partner_external_maps/map_website_data.xml | 11 ++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/partner_external_maps/README.rst b/partner_external_maps/README.rst index ba76971bf..535ad2383 100644 --- a/partner_external_maps/README.rst +++ b/partner_external_maps/README.rst @@ -12,6 +12,8 @@ This module supports several map websites: * `OpenStreetMap ` * `Bing Maps ` * `Here Maps ` +* `MapQuest ` +* `Yahoo! Maps ` If the module *base_geolocalize* from the official addons is installed on the system, it will use the latitude and longitude to localize the partner (instead of the address) if this information is present on the partner. diff --git a/partner_external_maps/map_website_data.xml b/partner_external_maps/map_website_data.xml index ca5abab0f..3d8f3efa6 100644 --- a/partner_external_maps/map_website_data.xml +++ b/partner_external_maps/map_website_data.xml @@ -8,6 +8,7 @@ + Google Maps https://www.google.com/maps?ie=UTF8&q={ADDRESS} @@ -32,7 +33,7 @@ Bing Maps https://www.bing.com/maps/default.aspx?where1={ADDRESS} - https://www.bing.com/maps/default.aspx?cp={LATITUDE}~{LONGITUDE}&lvl=15 + https://www.bing.com/maps/default.aspx?where1={LATITUDE},{LONGITUDE}&lvl=15 @@ -51,5 +52,13 @@ http://mapq.st/directions?saddr={START_LATITUDE},{START_LONGITUDE}&daddr={DEST_LATITUDE},{DEST_LONGITUDE} + + Yahoo! Maps + https://maps.yahoo.com/place/?addr={ADDRESS} + https://maps.yahoo.com/place/?lat={LATITUDE}&lon={LONGITUDE} + https://maps.yahoo.com/directions/?o={START_ADDRESS}&d={DEST_ADDRESS} + + +