Hi all,

When I add a rule to my wfs vector layer my map is not being displayed and in Firebug I receive the following error:

   feature.layer is null

This error is coming from line 1599 in OpenLayers.js:

   this.symbolizer=null;delete
   this.symbolizers;},evaluate:function(feature){var
   context=this.getContext(feature);var
   applies=true;if(this.minScaleDenominator||this.maxScaleDenominator){var
   scale=feature.layer.map.getScale();}

My source can be found here: http://pastebin.com/M7NefQre

I also tried to use sld styling for my vector layer as shown in the example http://openlayers.org/dev/examples/sld.html But as soon as I add a ScaleDenominator to the sld file I again receive the error "feature.layer is null"
Does anyone have an idea what is going wrong?
Thanks for having a look!
Regards,
Kim
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to