Hi, i have a problem with TextSymbolizer with some amenity and tourism
i try like these:

<Style name="tourism">
        <Rule>
        <Filter>[tourism]='hotel'</Filter>
                <PointSymbolizer file="&icons;/tourism_hotel.png" type="png"
width="20" height="20" allow_overlap="yes"/>
                <TextSymbolizer name="name" face_name="DejaVu Sans Book" 
size="8"
fill="#3399FF" halo_radius="1" allow_overlap="yes" wrap_width="0"/>
        </Rule>
</Style>

<Style name="amenity">
        <Rule>
        <Filter>[amenity]='pub'</Filter>        
                <PointSymbolizer file="&icons;/pint.png" type="png"
width="16" height="16"/>
        </Rule>
</Style>
<Style name="amenity_name">
    <Rule>
          <Filter>[amenity]='pub'</Filter>
          <TextSymbolizer name="name" face_name="DejaVu Sans Book" size="24"
fill="#000000" allow_overlap="yes" halo_radius="1" wrap_width="0"/>
    </Rule>
</Style>


where is the mystake?

thank's
luca
_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to