﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10271	Custom tags not recognized in MapCSS	alex.rollin@…	team	"I think this is a bug.  Maybe someone would like to check it for themselves.

Basically, it seems to me that it is not possible to use a custom key to create a new style rule.

These are MapCSS examples we have tried:

We want to use a custom tag for our style, like this, but it does not work:

node[oursurvey=information] {
    icon-image: ""icons/triangle.png"";


This common key DOES work :

node[amenity=information] {
    icon-image: ""icons/triangle.png"";

This ACTUAL key also works:

node[tourism=information] {
    icon-image: ""icons/triangle.png"";


Why doesn't our custom key work? Is there a list of pre-approved tags that are allowed?
"	defect	closed	normal		Core		invalid		
