trufi-association / trufi-core

Trufi - A Flutter app for Public Transportation
https://www.trufi-association.org
GNU General Public License v3.0
92 stars 45 forks source link

CBBA: Resolve Issues with POIs #738

Open AnivlisLuz opened 2 months ago

AnivlisLuz commented 2 months ago

There are issues with some POIs that are polygons where the center is significantly distanced from the street, resulting in 'point not found' errors in the app. This might be a CENDI case, but for now, we are referring to it as the 'PARQUE VIAL' case. A list of other failing points has also been recorded and needs attention.

AnivlisLuz commented 2 months ago

Ismael is asking if it's possible to download all the POIs in the city?

leoguti commented 2 months ago

Proposed Solution: To address this issue, we can map the entrances of these large area POIs using the OpenStreetMap tag: https://wiki.openstreetmap.org/wiki/Key:entrance. By utilizing this tag, we can precisely define the entry points for the POIs, which should then appear in the app. However, it is important to note that this solution requires the entrances to be properly mapped.

AnivlisLuz commented 1 month ago

We have decided to test the issue in OTP 2.5. Increasing the walking value might solve the problem. We are taking advantage of the Peru project to address this issue. The tests can be found here: Test Link.

Additionally, these are tests with variables: Test Link with Variables.