Opened 9 years ago

Last modified 8 years ago

#15006 closed defect

Way, text-offset-y is not working — at Version 4

Reported by: Allroads Owned by: team
Priority: normal Milestone: 17.07
Component: Core mappaint Version: latest
Keywords: text offset regression Cc: michael2402

Description (last modified by Don-vip)

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;
}


Change History (5)

by Allroads, 9 years ago

Attachment: maxspeed offset y wrong.PNG added

comment:1 by Klumbumbus, 9 years ago

Keywords: regression added
Milestone: 17.07

regression, this was working once (see Styles/Surface)

Last edited 9 years ago by Klumbumbus (previous) (diff)

comment:2 by bastiK, 9 years ago

In 12465/josm:

see #15006 - new MapCSSRendererTest test case for text along way

comment:3 by bastiK, 9 years ago

Cc: michael2402 added

Regression of [11748].

comment:4 by Don-vip, 8 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.