I am attempting to style a point layer using a CSS style in geoserver.
Here is the style definition:

/* @title red point */* {
  mark: 
url(https://raw.githubusercontent.com/mapbox/maki/master/icons/industry-15.svg);
  mark-mime: "image/svg";}
[@scale < 2000000] {
  mark-size: 30;}
[@scale > 2000000] [@scale < 4000000] {
  mark-size: 15;}
[@scale > 4000000] {
  mark-size: 7.5;}

I've attached (what I believe to be) the pertinent portion of this log
file for this error.

I believe CSS styling was working at one point, so I'm inclined to
think it's an issue with my syntax.

Any assistance with this issue would be appreciated. Thanks.

Cross-posted here as well: https://stackoverflow.com/q/46959440/6072959


-- 
Kris Johnson
Natural Resources Research Institute
5013 Miller Trunk Highway, Duluth, MN 55811
p: 218.788.2767
www.nrri.umn.edu

Attachment: css_style_issue.log
Description: Binary data

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to