wiki:Styles/ShowID

Version 17 (modified by anonymous, 4 years ago) ( diff )

--

Icon Grid No

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 associated OSM Wiki page.

meta
{
        title: "Grid No";
        version: "1.1.18_2021-11-17";
        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.";
        icon: "icon.svg";
        author: "Klumbumbus";
        link: "https://josm.openstreetmap.de/wiki/Styles/ShowID";
}
meta[lang=de]
{
        title: "Grid No";
        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.";
        link: "https://josm.openstreetmap.de/wiki/De:Styles/ShowID";
}

node[Grid No()<0]::No
{
        text-halo-color: white;
        text-halo-radius: 3;
        font-size: 12;
        text-color: black;
        text-anchor-vertical: center;
        text-offset-x: 10;
        text-offset-y: -15;
        text: eval(get(split(".", Grid No()), 0));
        z-index: 1;
}

Styles_ShowID-style.mapcss, Styles_ShowID.zip

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.