Opened 8 years ago
Last modified 8 years ago
#15006 closed defect
Way, text-offset-y is not working — at Initial Version
| Reported by: | Allroads | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 17.07 |
| Component: | Core mappaint | Version: | latest |
| Keywords: | text offset regression | Cc: | michael2402 |
Description
I want the maxspeed number just above the way name.
Is not working.
way|z18-[highway][maxspeed]::access_maxspeed_waylayer {
font-family: "DejaVu Sans Book";
font-size: 12;
text: "maxspeed";
text-color: #ffff00;
text-offset-y: 100;
text-halo-color: #262626;
text-halo-opacity: 0.8 ;
text-halo-radius: 1.5;
}
But also with text offset it is not working.
way|z18-[highway][maxspeed]::access_maxspeed_waylayer {
font-family: "DejaVu Sans Book";
font-size: 12;
text: "maxspeed";
text-color: #ffff00;
text-offset: 30;
text-halo-color: #262626;
text-halo-opacity: 0.8 ;
text-halo-radius: 1.5;
}
Note:
See TracTickets
for help on using tickets.


