From ca3e77092ce366660de1310fa682b052472f43be Mon Sep 17 00:00:00 2001 From: Christophe Duquesne Date: Fri, 3 Nov 2023 10:21:01 +0100 Subject: [PATCH 1/5] Accessibility PathLink enhancement Enhancements of the Pathlink proposed by the French team working on an accessibility capture tool These enhancements are mainly coming from comparison and mapping with OSM The original request is here https://github.com/etalab/transport-normes/pull/17 First discussed in NeTEx meeting # 16 (June 23) --- .../part1_ifopt/netex_ifopt_path_support.xsd | 34 +++++++++++++++++++ .../part1_ifopt/netex_ifopt_path_version.xsd | 20 +++++++++++ 2 files changed, 54 insertions(+) diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd index 522179008..b594cf368 100644 --- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd +++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd @@ -319,6 +319,40 @@ Rail transport, Roads and Road transport + + + Allowed values for the status of the flooring + + + + + + + + + + + + Allowed values for the status of the Tactile Guiding Strip + + + + + when there is no guide strip as such but a decorative element or ledge can be used for this purpose + + + + + when there is a guide strip but it does not correspond to a path that can actually be used (passes through the middle of an obstacle without going around it for example) + + + + + when the guide strip is degraded and difficult to interpret + + + + diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd index 862a4f4b3..547404f18 100644 --- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd +++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd @@ -171,6 +171,11 @@ Rail transport, Roads and Road transport Type of flooring of the walking surface. +v1.1 + + + Status of the flooring + + Type of border on the right side (in the direction of the PATH LINK). @@ -185,12 +190,27 @@ Rail transport, Roads and Road transport Nature of the tactile warning strips (in the direction of the PATH LINK). +v1.1 + + + + indicates whether the color of the possible warning strip is sufficiently contrasted with the color of the floor. To compare with the OpenStreetMap tag tactile_paving https://wiki.openstreetmap.org/wiki/FR:Key:tactile_paving + Indicates whether there are guiding strips. +v1.1 + + + indicates whether the color of the possible guide strip is sufficiently contrasted with the color of the floor. To compare with the OpenStreetMap tag tactile_paving https://wiki.openstreetmap.org/wiki/FR:Key:tactile_paving + + + + + Provides additional details on possible guide strip. To compare with the OpenStreetMap tag tactile_paving https://wiki.openstreetmap.org/wiki/FR:Key:tactile_paving + + From 24f95dcbc37fdc0721e17e06b3a07e9774120b0e Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 09:28:10 +0000 Subject: [PATCH 2/5] Lint and update documentation tables --- xsd/netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd | 2 +- xsd/netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd index b594cf368..b328db4a0 100644 --- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd +++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd @@ -352,7 +352,7 @@ Rail transport, Roads and Road transport - + diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd index 547404f18..3ff13ccd6 100644 --- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd +++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd @@ -191,7 +191,7 @@ Rail transport, Roads and Road transport Nature of the tactile warning strips (in the direction of the PATH LINK). +v1.1 - + indicates whether the color of the possible warning strip is sufficiently contrasted with the color of the floor. To compare with the OpenStreetMap tag tactile_paving https://wiki.openstreetmap.org/wiki/FR:Key:tactile_paving From 3cb101b2cc31712a22b9dc01b06348d6cf2971e5 Mon Sep 17 00:00:00 2001 From: Christophe Duquesne Date: Thu, 9 Nov 2023 15:44:57 +0100 Subject: [PATCH 3/5] Update following Github comment Merge of TactileGuidingStripContrast and TactileGuidingStripStatus Addition of goodAndContrasted value to TactileGuidingStripStatusEnumeration Addition of defaults --- .../part1_ifopt/netex_ifopt_path_support.xsd | 5 +++++ .../part1_ifopt/netex_ifopt_path_version.xsd | 9 ++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd index b328db4a0..16489e8a5 100644 --- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd +++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd @@ -336,6 +336,11 @@ Rail transport, Roads and Road transport Allowed values for the status of the Tactile Guiding Strip + + + when there guiding strip has the expected quality level + + when there is no guide strip as such but a decorative element or ledge can be used for this purpose diff --git a/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd b/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd index 3ff13ccd6..c30e99037 100644 --- a/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd +++ b/xsd/netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd @@ -191,7 +191,7 @@ Rail transport, Roads and Road transport Nature of the tactile warning strips (in the direction of the PATH LINK). +v1.1 - + indicates whether the color of the possible warning strip is sufficiently contrasted with the color of the floor. To compare with the OpenStreetMap tag tactile_paving https://wiki.openstreetmap.org/wiki/FR:Key:tactile_paving @@ -201,12 +201,7 @@ Rail transport, Roads and Road transport Indicates whether there are guiding strips. +v1.1 - - - indicates whether the color of the possible guide strip is sufficiently contrasted with the color of the floor. To compare with the OpenStreetMap tag tactile_paving https://wiki.openstreetmap.org/wiki/FR:Key:tactile_paving - - - + Provides additional details on possible guide strip. To compare with the OpenStreetMap tag tactile_paving https://wiki.openstreetmap.org/wiki/FR:Key:tactile_paving From 6cfc5d4c9938dc36d9952bf72f929fdf3ca209d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnter?= Date: Tue, 19 Dec 2023 19:30:20 +0100 Subject: [PATCH 4/5] example --- .../stopPlace/Netex_04_Stops_SimpleStation_1.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/examples/functions/stopPlace/Netex_04_Stops_SimpleStation_1.xml b/examples/functions/stopPlace/Netex_04_Stops_SimpleStation_1.xml index 7847f5a9d..0d7392b7b 100644 --- a/examples/functions/stopPlace/Netex_04_Stops_SimpleStation_1.xml +++ b/examples/functions/stopPlace/Netex_04_Stops_SimpleStation_1.xml @@ -683,6 +683,17 @@ B. Frames and grouping 0 twoWay level + + 5 + mediumLeftTilt + barrier + corridor + concrete + good + barrier + true + true + goodAndContrasted 200 PT1M @@ -1235,4 +1246,4 @@ B. Frames and grouping - + \ No newline at end of file From 294beaffea2d9802554cdadea036787198f3405b Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:31:53 +0000 Subject: [PATCH 5/5] Lint and update documentation tables --- examples/functions/stopPlace/Netex_04_Stops_SimpleStation_1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/functions/stopPlace/Netex_04_Stops_SimpleStation_1.xml b/examples/functions/stopPlace/Netex_04_Stops_SimpleStation_1.xml index 0d7392b7b..83e4af6a0 100644 --- a/examples/functions/stopPlace/Netex_04_Stops_SimpleStation_1.xml +++ b/examples/functions/stopPlace/Netex_04_Stops_SimpleStation_1.xml @@ -1246,4 +1246,4 @@ B. Frames and grouping - \ No newline at end of file +