Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
Changelog
Browse Source
View Tickets
New Ticket
Roadmap
Builds
Sonar
Search
Context Navigation
+0
Start Page
Index
History
Editing Styles/ConscriptionStreetnumber
Adjust edit area height:
8
12
16
20
24
28
32
36
40
Edit side-by-side
{{{ #!style type="mapcss" meta { title: "Conscriptionnumbers/streetnumbers"; version: "0.2.[[revision]]_[[date]]"; description: "Displays addresses using Czech/Slovak address system"; link: "https://wiki.openstreetmap.org/wiki/CS:WikiProject_Czech_Republic/Address_system"; author: "jose1711"; } meta[lang=sk]{ title: "Súpisné/orientačné čísla"; description: "Zobrazenie adries podľa českého/slovenského systému"; } meta[lang=cs]{ title: "Čísla popisná/orientační"; description: "Zobrazení adres dle českého/slovenského schématu"; } /* address on a node */ node|z18-[addr:streetnumber][!addr:conscriptionnumber] { font-family: "DejaVu Sans Book"; font-size: 12; text: "addr:streetnumber"; text-color: black; text-halo-radius: 2; text-wrap-width: 10; text-position: line; } node|z18-[addr:streetnumber][addr:conscriptionnumber] { font-family: "DejaVu Sans Book"; font-size: 12; text: concat(eval(tag("addr:streetnumber")),"/",eval(tag("addr:conscriptionnumber"))); text-color: black; text-halo-radius: 2; text-wrap-width: 10; text-position: line; } /* address on a building */ area|z18-[addr:streetnumber][!addr:conscriptionnumber] { font-family: "DejaVu Sans Book"; font-size: 14; text: "addr:streetnumber"; text-color: white; text-halo-radius: 2; fill-color: white; text-wrap-width: 10; text-position: center; } area|z18-[addr:streetnumber][addr:conscriptionnumber] { font-family: "DejaVu Sans Book"; font-size: 14; text: concat(eval(tag("addr:streetnumber")),"/",eval(tag("addr:conscriptionnumber"))); text-color: white; text-halo-radius: 2; fill-color: white; text-wrap-width: 10; text-position: center; } }}}
Note:
See
WikiFormatting
and
TracWiki
for help on editing wiki content.
Change information
Your email or username:
E-mail address and name can be saved in the
Preferences
Comment about this change (optional):
Note:
See
TracWiki
for help on using the wiki.