| | 1 | [[TranslatedPages (revision=0)]] |
| | 2 | = [[Image(Styles/Maxspeed:maxspeed_icon.png)]] Höchstgeschwindigkeit-Kartenstil = |
| | 3 | [[PageOutline]] |
| | 4 | == Beschreibung== |
| | 5 | Dieser Kartenstil fügt die Anzeige von Höchstgeschwindigkeitsspezifischen Informationen zur JOSM Kartenanzeige hinzu. Beispiel: |
| | 6 | |
| | 7 | [[Image(Styles/Maxspeed:maxspeed_example.png)]] |
| | 8 | |
| | 9 | Man kann die Farben in den Einstellungen von JOSM ändern. Die Standard-Farben sind nachstehend dargestellt. |
| | 10 | |
| | 11 | [[Image(Styles/Maxspeed:maxspeed_legend.png)]] |
| | 12 | |
| | 13 | Bei Anregungen/Fragen/Bugs/Vorschlägen o.ä. bitte eine Nachricht an [osmwww:user/Klumbumbus Klumbumbus] senden. |
| | 14 | |
| | 15 | Gerne kann diese Wiki-Seite in weitere Sprachen übersetzt werden. Bereits übersetzte Sprachen siehe oben rechts. |
| | 16 | |
| | 17 | == Änderungshistorie == |
| | 18 | === Version 1.5 zu 2.0.xx === |
| | 19 | |
| | 20 | * change from xml to mapcss |
| | 21 | * support of maxspeed:forward and maxspeed:backward (considering left and right hand traffic) |
| | 22 | * support of maxspeed:variable, maxspeed:variable:forward and maxspeed:variable:backward (dashed line) |
| | 23 | * highlight color is now below the highway line, to see the highway type (residential, secondary, motorway,...) |
| | 24 | * removed support of values without space between number and unit (e.g. ''35mph'') |
| | 25 | * added error message for wrong maxspeed values (like ''35mph'' or ''35 m/h'') |
| | 26 | * added error message if maxspeed direction is opposed to oneway direction |
| | 27 | * adjusted to most used values according to [http://taginfo.openstreetmap.org/keys/maxspeed#values taginfo] |
| | 28 | * added ''20'', ''45'', ''none'' |
| | 29 | * removed unused values like ''32.19'' |
| | 30 | * adjusted opacities, widths and some colors for better display and distinction between the colors |
| | 31 | * widths depends on zoom level |
| | 32 | |
| | 33 | |
| | 34 | == Code == |
| | 35 | Siehe [wiki:Styles/Maxspeed#Code englische Seite]. |