From bf27197b12d550aa0dde4b47452ebca8590afe48 Mon Sep 17 00:00:00 2001 From: Alexey Zakharenkov Date: Tue, 9 Nov 2021 20:54:49 +0300 Subject: [PATCH 1/3] Correct links to the repository and active validator instance --- README.md | 6 ++++-- v2h_templates.py | 11 ++++++++--- validation_to_html.py | 4 +--- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 89ae9cb..907c7f9 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,10 @@ if you allow the `process_subway.py` to fetch data from Overpass API. Here are t Summary information about all metro networks that are monitored is gathered in the [Google Spreadsheet](https://docs.google.com/spreadsheets/d/1SEW1-NiNOnA2qDwievcxYV1FOaQl1mb1fdeyqAxHu3k). -Not so regular updates of validation results are available at -[this website](https://alexey-zakharenkov.github.io/subways/rapid/). +Regular updates of validation results are available at +[this website](https://maps.mail.ru/osm/tools/subways/latest/). +You can find more info about this validator instance in +[OSM Wiki](https://wiki.openstreetmap.org/wiki/Quality_assurance#subway-preprocessor). ## Adding Stop Areas To OSM diff --git a/v2h_templates.py b/v2h_templates.py index bcec823..8198d9b 100644 --- a/v2h_templates.py +++ b/v2h_templates.py @@ -121,7 +121,12 @@ INDEX_HEADER = '''

Subway Validation Results

-

Total good metro networks: {good_cities} of {total_cities}.

+

{good_cities} of {total_cities} networks validated without errors. +To make a network validate successfully please follow the +metro mapping instructions. +Commit your changes to the OSM and then check back to the updated validation results after the next validation cycle, please. +See the validator instance(s) description +for the schedule and capabilities.

View networks on a map

'''.replace('(s)', STYLE) @@ -172,7 +177,7 @@ INDEX_COUNTRY = ''' INDEX_FOOTER = '''
-