ui icon indicating copy to clipboard operation
ui copied to clipboard

Unable to display the name of an area

Open ikkentim opened this issue 10 years ago • 1 comments

I would like to be able to display the name of an area, but it just doesn't display it..

area[name] {
    text-color: black;
    text-halo-radius: 2;
    text-halo-color: white;
    font-size: 14;
    /*text: name;*/ /*not working with or without*/
}

What it should look like:

ikkentim avatar Feb 19 '15 17:02 ikkentim

This is a problem with the MapCSS support. It's not complete yet, sorry about that.

A quickfix would be to add a point with a label at the location you want but I can image this is not a nice workaround.

xivk avatar Feb 20 '15 10:02 xivk