David,

Which tile is not being rendered? How are you rending that tile?

Filters and Scale denominators are designed to show data only a specific zoom levels so it makes sense that you would or would not see the data appear depending on what zoom you are rendering.

Dane


On Feb 28, 2010, at 1:40 PM, armenian wrote:


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

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

Reply via email to