Looking at the following DBF database, how would I go about targeting the "hospital" type? In CSS3 you can do something like *[attr^='hospital']
.
I don't know how to do this with CartoCSS, however. The best I can do is: #poi[zoom>=10][CATEGORY="Health care"]
, but many of those "health care" related entities are in fact pharmacies, which I don't want to put a marker on.