﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
15006	Way, text-offset-y is not working	Allroads	michael2402	"
I want the maxspeed number just above the way name.
Is not working.

{{{
#!mapcss
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.

{{{
#!mapcss
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;
}
}}}

[[Image(maxspeed offset y wrong.PNG)]]"	defect	closed	normal	17.07	Core mappaint	latest	fixed	text offset regression	michael2402
