Suggestions for Improving Points of Interest Searching #1341
Replies: 1 comment
|
Thanks for writing these up with screenshots, that made all four easy to check. Here is where each one stands. 1. Names in the system language: done, ships with 4.0.0. POI names now follow your interface language. The pin looks for 2. Permanently closed places: done, ships with 4.0.0. Google actually tells us this in a field called One deliberate exception: temporarily closed places stay. A restaurant shut for a refit or closed for the winter is still worth putting in a plan for next spring. 3. Description and photos: done, ships with 4.0.0. Clicking a POI opens the add place dialog, and it now has a details column on the left showing photos and a description for that place. You can pick one of the photos as the place image and take the description over into the form with one click. So it fills in the same information as if you had searched for the place by name, which is what you asked for at minimum. 4. Autofill place category: not planned. This one we are going to say no to, and it is worth explaining why. Categories in TREK are not a fixed list. Every user creates their own, with their own names, colours and icons. So there is nothing stable to map a POI type onto: your "Museums" might be someone else's "Kultur", and plenty of people organise by day or by traveller instead of by type. Any guess we made would be wrong for most setups, and a wrong preselection is more annoying than an empty field. Everything above is on the development branch and will be in the 4.0.0 release. |










Thanks for writing these up with screenshots, that made all four easy to check. Here is where each one stands.
1. Names in the system language: done, ships with 4.0.0.
POI names now follow your interface language. The pin looks for
name:<your language>first, thenint_name, then falls back to the native name if neither exists. The language is part of the cache key, so two people on the same server with different languages do not end up seeing each other's names.2. Permanently closed places: done, ships with 4.0.0.
Google actually tells us this in a field called
businessStatus, we just never asked for it. We do now, and anything marked as closed for good is dropped before the results reac…