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} + + +