osm-ToniE / ptna

Public Transport Network Analysis for OSM
GNU General Public License v3.0
19 stars 5 forks source link

Ignore OSM-Wiki directives in routes data #77

Closed osm-ToniE closed 4 years ago

osm-ToniE commented 4 years ago

Ignore data which is outside the "prepared date range", to be more precise: which follows the closing </pre>

<pre> ... </pre>

[[Category:Germany]]

In this case [[Category:Germany]] shall be ignored

Code:

if we find a starting <pre>, then ignore everything which is after closing </pre>

if we do not find a starting <pre>, then accept everything