Changes between Version 17 and Version 18 of Styles/ShowID


Ignore:
Timestamp:
2021-11-17T12:28:26+01:00 (4 years ago)
Author:
Klumbumbus
Comment:

Reverted to version 16.

Legend:

Unmodified
Added
Removed
Modified
  • Styles/ShowID

    v17 v18  
    11[[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 house Grid Not, if some of the recorded Grid 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 =
     3This 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].
    44
    55{{{
     
    88meta
    99{
    10         title: "Grid No";
     10        title: "ShowID";
    1111        version: "1.1.[[revision]]_[[date]]";
    1212        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.";
     
    1717meta[lang=de]
    1818{
    19         title: "Grid No";
     19        title: "ZeigeID";
    2020        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.";
    2121        link: "https://josm.openstreetmap.de/wiki/De:Styles/ShowID";
    2222}
    2323
    24 node[Grid No()<0]::No
     24node[osm_id()<0]::id
    2525{
    2626        text-halo-color: white;
     
    3131        text-offset-x: 10;
    3232        text-offset-y: -15;
    33         text: eval(get(split(".", Grid No()), 0));
     33        text: eval(get(split(".", -osm_id()), 0));
    3434        z-index: 1;
    3535}