-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RoughSurface - rapprochements avec OSM et CNIG accessibilité #23
Closed
+35
−4
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3464,7 +3464,7 @@ passagers)* *–* Element | |
</tbody> | ||
</table> | ||
|
||
<div class="table-title">RoughSurface (surface irrégulière) – Element</div> | ||
<div class="table-title">RoughSurface (surface irrégulière) – Élément</div> | ||
|
||
<table> | ||
<colgroup> | ||
|
@@ -3477,9 +3477,9 @@ passagers)* *–* Element | |
<tbody> | ||
<tr class="odd"> | ||
<td><strong>Classification</strong></td> | ||
<td><strong>Name</strong></td> | ||
<td><strong>Nom</strong></td> | ||
<td><strong>Type</strong></td> | ||
<td><strong>Cardinality</strong></td> | ||
<td><strong>Cardinalité</strong></td> | ||
<td><strong>Description</strong></td> | ||
</tr> | ||
<tr class="even"> | ||
|
@@ -3501,7 +3501,7 @@ passagers)* *–* Element | |
<td>SurfaceType</td> | ||
<td>SurfaceEnum</td> | ||
<td>1:1</td> | ||
<td><p>Type of Surface.</p> | ||
<td><p>Type de surface.</p> | ||
<ul> | ||
<li><p><em>asphalt</em> (asphalte)</p></li> | ||
<li><p><em>bricks</em> (brique)</p></li> | ||
|
@@ -3515,7 +3515,38 @@ passagers)* *–* Element | |
<li><p><em>other</em> (autre)</p></li> | ||
</ul></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<div class="table-title">KeyList pour RoughSurface</div> | ||
|
||
<table style="width:100%;"> | ||
<tbody> | ||
<tr class="odd"> | ||
<td><strong>Clef</strong></td> | ||
<td><strong>Valeurs et description</strong></td> | ||
</tr> | ||
<tr> | ||
<td><em>RemainingWidth</em></td> | ||
<td><p>La largeur de passage utile restante sur le cheminement lors du contournement de la surface accidentée, en mètres arrondis au cm.</p> | ||
<p>À rapprocher de l'attribut OBSTACLE.largeurUtile dans le standard CNIG et du tag OpenStreetMap maxwidth:physical.</p></td> | ||
</tr> | ||
<tr> | ||
<td><em>Length</em></td> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Je préfère que l'on garde cela au niveau du SitePathLink car une même RoughSurface peut être traversée par plusieurs cheminement avec des longueurs différentes suivant le sens de traversée. |
||
<td><p>La longueur de l'obstacle, en mètres arrondis au cm.</p> | ||
<p>Si la surface accidentée présente une longueur importante, un SitePathLink dédié sera plus adapté à sa représentation.</p> | ||
<p>À rapprocher de l'attribut OBSTACLE.longueurObstacle dans le standard CNIG et du tag OpenStreetMap <a target="_blank" href="https://wiki.openstreetmap.org/wiki/FR:Key:length">length</a>.</p></td> | ||
</tr> | ||
<tr> | ||
<td><em>VisualContrast</em></td> | ||
<td><p>Indique si un contraste visuel est présent par rapport à l'environnement immédiat :</p> | ||
<ul> | ||
<li><p><em>true</em></p></li> | ||
<li><p><em>false</em></li> | ||
</ul> | ||
<p>Correspond à l'attribut OBSTACLE.reperabiliteVisuelle dans le standard CNIG.</p> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il y a déja un attribut Width (hérité de AccessEquipmentGroup)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il s'agit de deux informations différentes : Width correspond à la largeur de l'obstacle, tandis que RemainingWidth a vocation à indiquer l'espace restant pour circuler si on contourne l'obstacle.