Summary: | map coorresponding to address , bad result | ||
---|---|---|---|
Product: | [Applications] kaddressbook | Reporter: | Philippe ROUBACH <philippe.roubach> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | montel, tokoe |
Priority: | NOR | ||
Version: | 4.12 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepimlibs/146c0590d158fe963d143570d47dd72fecae46c8 | Version Fixed In: | 4.13 |
Sentry Crash Report: | |||
Attachments: |
case A 1
case A 2 case B 1 case C |
Description
Philippe ROUBACH
2014-01-17 18:13:08 UTC
Created attachment 84702 [details]
case A 1
Created attachment 84703 [details]
case A 2
Created attachment 84704 [details]
case B 1
Created attachment 84706 [details]
case C
moreover using directly open.mapquest.fr you have a rich tool bar to search hotels , bars ... , to print the map using http://open.mapquest.fr/?q=%s,%l,%c you have the best user experience I will add to my todo list to investigate it. I need to investigate openstreetmap api Git commit b0dad15c031dd40c2828de909a2451339de55fca by Montel Laurent. Committed on 21/01/2014 at 06:41. Pushed by mlaurent into branch 'KDE/4.12'. Start to fix bug 330091 - map coorresponding to address , bad result Indeed without +z it's better M +1 -1 akonadi/contact/actions/contactactionssettings.kcfg.cmake http://commits.kde.org/kdepimlibs/b0dad15c031dd40c2828de909a2451339de55fca Git commit 146c0590d158fe963d143570d47dd72fecae46c8 by Montel Laurent. Committed on 21/01/2014 at 07:46. Pushed by mlaurent into branch 'master'. Fix Bug 330091 - map coorresponding to address , bad result Add more map (googlemap, open.mapquest) FIXED-IN: 4.13 M +2 -0 akonadi/contact/actions/contactactionssettings.kcfg.cmake M +13 -1 akonadi/contact/actions/showaddressaction.cpp M +3 -30 akonadi/contact/kcm/akonadicontactactions.ui M +30 -0 akonadi/contact/kcm/kcmakonadicontactactions.cpp M +1 -1 akonadi/contact/kcm/kcmakonadicontactactions.h http://commits.kde.org/kdepimlibs/146c0590d158fe963d143570d47dd72fecae46c8 I added google map/open.mapquest.com request. Don't know if there is more service for it. Thanks for reporting this bug. we must wait for 4.12.2 or what ? openmaquest.com by default uses english language this site offers in its preference to select a language but curiously does not select automaticaly the language of the user. i test it with ff and chromium . same pb but minor one with maps.google.com : automaticaly all is in french but the default map is the us map with maps.google.fr the default map is the one of my location (geo localization mechanism ?) perhaps in the request we can add a language parameter . or at least for the french we have the chance to have open.mapquest.fr then add it thanks "we must wait for 4.12.2 or what ?" 4.13 I added new i18n (In reply to comment #13) > openmaquest.com by default uses english language > this site offers in its preference to select a language > but > curiously does not select automaticaly the language of the user. > i test it with ff and chromium . > > same pb but minor one with maps.google.com : > automaticaly all is in french but the default map is the us map > > with maps.google.fr the default map is the one of my location (geo > localization mechanism ?) > > perhaps in the request we can add a language parameter . > or > at least for the french we have the chance to have open.mapquest.fr then add > it > > thanks Yes I know for language it's a problem. But we can't hardcode french url :) But perhaps indeed there is a language parameter. I will look at it. We can use "https://maps.google.com/maps?hl=fr&q=" i tested https://www.google.com/maps?hl=fr google changes it to https://www.google.com/maps/preview?hl=fr#!data=!1m4!1m3!1d21429026!2d-95.677068!3d37.0625 i supposed it is because i use the new google map but it's not a pb bad localization for the map . you must ask for google map to seek your position . it is not automatic ! so i consider with google map there is no more pb for openmapquest www.openmapquest.com in french is poorer than open.mapquest.fr not all is in french . the search bar supplies 6 types of poi instead of 11 ! definitively i use open.mapquest.fr . in my prevoius comment #13 and comment #18 i made an error it is www.mapquest.com i speak about . i discover this open.mapquest.fr is a multilanguage site it offers 29 languages instead of 14 for www.mapquest.com so i strongly recommend to use open.mapquest.fr |