Changes between Version 17 and Version 18 of Styles/ShowID
- Timestamp:
- 2021-11-17T12:28:26+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/ShowID
v17 v18 1 1 [[TranslatedPages]] 2 = [[Image(icon.svg,36,middle,inline)]] Grid No=3 This style is for a layer with the .osm file from Keypad-Mapper 3. It shows the (positive) IDs of the Grid No. So you can see the sequence of the nodes, how you recorded them. This can help you for the houseGrid Not, if some of the recordedGrid Noare clustered. For more information how to use this style see [osmwiki:See_the_tagging_sequence_of_Keypad-Mapper_3_in_JOSM associated OSM Wiki page].2 = [[Image(icon.svg,36,middle,inline)]] ShowID = 3 This style is for a layer with the .osm file from Keypad-Mapper 3. It shows the (positive) IDs of the housenumbers. So you can see the sequence of the nodes, how you recorded them. This can help you for the house assignement, if some of the recorded housenumbers are clustered. For more information how to use this style see [osmwiki:See_the_tagging_sequence_of_Keypad-Mapper_3_in_JOSM associated OSM Wiki page]. 4 4 5 5 {{{ … … 8 8 meta 9 9 { 10 title: " Grid No";10 title: "ShowID"; 11 11 version: "1.1.[[revision]]_[[date]]"; 12 12 description: "This style is for a layer with the .osm file from Keypad-Mapper 3. It shows the (positive) IDs of the housenumbers. So you can see the sequence of the nodes, how you recorded them. For more information how to use this style see the link."; … … 17 17 meta[lang=de] 18 18 { 19 title: " Grid No";19 title: "ZeigeID"; 20 20 description: "Dieser Stil ist für eine Ebene mit der .osm-Datei von Keypad-Mapper 3. Er zeigt die (positive) ID der Hausnummern. Dadurch kann man die Reihenfolge nachvollziehen, in der man die Punkte aufgenommen hat. Dies kann bei der Hauszuordnung helfen, wenn manche der aufgenommenen Hausnummern auf einem Haufen sind. Mehr Informationen, wie dieser Stil benutzt wird siehe den angegebenen Link."; 21 21 link: "https://josm.openstreetmap.de/wiki/De:Styles/ShowID"; 22 22 } 23 23 24 node[ Grid No()<0]::No24 node[osm_id()<0]::id 25 25 { 26 26 text-halo-color: white; … … 31 31 text-offset-x: 10; 32 32 text-offset-y: -15; 33 text: eval(get(split(".", Grid No()), 0));33 text: eval(get(split(".", -osm_id()), 0)); 34 34 z-index: 1; 35 35 }
