Hello,
I have a layer created with a mongodb datastore. My filter has time
dimension, where default is PT20M/PRESENT
If I do a WMS request with a simple style, the time dimension filter works,
but if I use a style like this:


/* @title None */
  [level = -99] {
    fill: #aaaaaa;
  }

  /* @title Low */
  [level = 0] {
    fill: #00ff00;
  }

  /* @title High */
  [level = 3] {
    fill: #ff0000;
  }


The time dimension filter doesn't work. Do you know why? How can I solve
this problem?
Thanks,
Cintia
------------------------------------------------------------------------------
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

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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

Reply via email to