plepe / OpenStreetBrowser

An application to ‘browse’ the information in the displayed part of the map. Similar to common Wikis and also the main page of http://www.openstreetmap.org the website shows a narrow menu on the left side, most of the page is used for the display of the map. In contrast to most Wikis the menu is not static, but rather the content of the map can be browsed in categories. For the map a special style has been developed (sorry guys, I neither like the default Mapnik nor Osmarender styles), and special overlays are displayed to support the current browsed categories. When you click on an object (either from the list or directly on the map) informations on this object are displayed.
http://www.openstreetbrowser.org
GNU General Public License v3.0
86 stars 20 forks source link

PT: support "_entry_only" and "_exit_only" roles #98

Open IgorEliezer opened 5 years ago

IgorEliezer commented 5 years ago

Per:

OSB will not list stops and platforms assigned with the roles stop_exit_only, stop_entry_only, platform_exit_only and platform_entry_only. They work as the stop and platform roles, except they indicate the stop is only for getting on or off.

In this example, the 1st stop and the last stop are not listed/highlighted in the route.

plepe commented 5 years ago

Finally fixed in plepe/openstreetbrowser-categories-main@9c70d617df6d286c7c422e13e32e3c24295bd1da - it will even show different icons: Screenshot at 2019-09-21 12-47-53

plepe commented 5 years ago

You can see another issue in the screenshots: some stops don't have a name - only the stop_area relation where these stops are a member of have them. I opened another issue to add support: #115.

plepe commented 5 years ago

Btw, platforms are currently not supported by the PT map.