Hello, I'm David. As I found out by trying, when in layer's <Datatasource> I
write the following 

<Parameter name="table">planet_osm_line</Parameter>
 
and don't use filter in <Style> tag the tile is being rendered. But when I
add either 
<Parameter name="table">(select way,access,highway from planet_osm_line
where access is not null) as access</Parameter>

or 

<Filter>(([access]='permissive') and ((([highway]='unclassified') or
([highway]='residential')) or ([highway]='service')))</Filter>

<MaxScaleDenominator>20000</MaxScaleDenominator>

Is anyone with this issue? Any suggestions or links are greatly welcomed!
TIA
Regards, David.


-- 
View this message in context: 
http://old.nabble.com/Problem-with-%3CFilter%3E-tag--tp27738218p27738218.html
Sent from the Mapnik - Users mailing list archive at Nabble.com.

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

Reply via email to