Try placement="line" instead of label_placement="line" I think example is wrong in the wiki.
Peter Luca Delucchi írta: > Hi, i'm a newbye about mapnik, i would draw the streets with inside > their name; i use this code but i haven't the expected result > > <Rule> > <Filter>([highway] = 'unclassified' or [highway] = 'tertiary' or > [highway] = 'service' or [highway] = 'residential') and not ([tunnel] > = 'yes' or [tunnel] = 'true' or [tunnel] = '1')</Filter> > <LineSymbolizer> > <CssParameter name="stroke">#FFFFFF</CssParameter> > <CssParameter name="stroke-width">6</CssParameter> > <CssParameter name="stroke-linejoin">round</CssParameter> > </LineSymbolizer> > <TextSymbolizer name="name" face_name="DejaVu Sans Book" > size="6" fill="black" halo_radius="1" label_placement="line" > allow_overlap="false"/> > </Rule> > _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

