[FEATURE REQUEST] Use the places API when importing a list #886
-
|
when you import a naver/google list the location appear with only coordinates and name the feature is opt-in with a toggle when importing a list. it will use the place name to search using the places API and use the first option to populate more fields |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
I guess that would solve the current issue I'm facing. Right now when I import a list from Google Maps, the places do populate into Trek. But when I click the Google Maps tab on Trek, it takes me to the coordinates of the place rather than the place itself. Also it doesn't auto populate whether the place is open or closed and doesn't import the photos either. |
Beta Was this translation helpful? Give feedback.
-
|
Came to request this as well. I assume the data needed to exactly identify the place exists in the list already,and if so then I think it would be ideal to use that identifier to import the data from rather than performing a search if possible. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks all — @OranShuster, @sherlockholmes77777, @kleinwareio. This is now implemented in #1161 (heading into There's a new opt-in "Enrich places via Google" toggle in the list-import dialog (shown when a Google Maps key is configured). With it on, the import stays fast and then a background pass re-resolves each imported place and fills in the photo, address, website and phone, plus stores the real Google On the specific points raised:
Closing as resolved since it's in the PR — thanks for the detailed reports! |
Beta Was this translation helpful? Give feedback.
Thanks all — @OranShuster, @sherlockholmes77777, @kleinwareio. This is now implemented in #1161 (heading into
dev, so it'll be in the next release).There's a new opt-in "Enrich places via Google" toggle in the list-import dialog (shown when a Google Maps key is configured). With it on, the import stays fast and then a background pass re-resolves each imported place and fills in the photo, address, website and phone, plus stores the real Google
place_id— pushed in live so the list fills in progressively.On the specific points raised:
place_id+ a photo). Open/closed is…