Issue Type: Bug Bug
Affects Versions: 2.4.3
Assignee: Andrea Aime
Attachments: test.zip
Components: CSS
Created: 28/Nov/13 3:48 PM
Description:

Trying to create a css attribute based style for a shape with an id column which should be used, there is an error like:

[1.10] failure: Constructor function not defined at id <= 2 [id <= 2] { ^

I created a small shape with an 'id' column and an 'xid' column now. Switching the rules to xid fix the problem.

The failing css to test:

[id <= 2]

{ fill: #0000ff; stroke: #000000; }

[id > 2]

{ fill: #FF0000; stroke: #000000; }
  • { fill-opacity: 0.5; }

Working:

[xid <= 2]

{ fill: #0000ff; stroke: #000000; }

[xid > 2]

{ fill: #FF0000; stroke: #000000; }
  • { fill-opacity: 0.5; }

shapefile to test also attached

Environment: tried both on windows (war in tomcat) and on linux (binary run in jetty)

Project: GeoServer
Priority: Major Major
Reporter: Richard Duivenvoorde
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to