Re: [Geoserver-users] question about 3d visualition

2011-04-07 Thread tisham
I believe we can subvert the w3ds to support collada as well which is an internally a scenegraph and very much competing / complementary standard to x3d (much like KML/GML). Regarding Glob3, yes they have done some work with 3D assets and LOD based rendering with octiles. I am actively

Re: [Geoserver-users] State of play for case-sensitivity in LIKE filters?

2011-04-07 Thread Ivan PRICE
Hi Phil, is there no ogc:Function name=upper type of thing you can use ? -ivan Le 7/04/2011 12:10 AM, Phil Scadden a écrit : When I try a LIKE Filter eg ogc:Filterxmlns:ogc=http://www.opengis.net/ogc; ogc:And ogc:PropertyIsLikewildCard=*singleChar=.escapeChar=!

Re: [Geoserver-users] How can I style vector data with sld with a select style also?

2011-04-07 Thread Robert Buckley
Solved! code var style = new OpenLayers.Style(); var rule_class1 = new OpenLayers.Rule({ filter: new OpenLayers.Filter.Comparison({ type: OpenLayers.Filter.Comparison.LESS_THAN, property: solar_kopf, value: 26, }), symbolizer: {fillOpacity: 0.9,

Re: [Geoserver-users] How can I style vector data with sld with a select style also?

2011-04-07 Thread Robert Buckley
..ah...But how do I add the select part to this? When I click on the layer, the selected polygon is not highlighted!?!?! Von: Robert Buckley robertdbuck...@yahoo.com An: geoserver-users@lists.sourceforge.net Gesendet: Donnerstag, den 7. April 2011, 9:44:29 Uhr

Re: [Geoserver-users] How can I style vector data with sld with a select style also?

2011-04-07 Thread Sarah Schuessler
Hi Robert, did you try something like: var wfsStyle = new OpenLayers.StyleMap({ 'select': style, 'default': ...} ); best regards Sarah Von: Robert Buckley robertdbuck...@yahoo.com An: geoserver-users@lists.sourceforge.net Gesendet: Donnerstag, den 7.

[Geoserver-users] (no subject)

2011-04-07 Thread Milan Bozic
-- Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev___

Re: [Geoserver-users] State of play for case-sensitivity in LIKE filters?

2011-04-07 Thread Bart van den Eijnden (OSGIS)
Hey Phil, try adding matchCase=false as an attribute to the ogc:PropertyIsLike tag. As I understand it, it is implemented in GeoServer, but not for all datastores (Oracle for sure, other ones I don't know). Best regards, Bart When I try a LIKE Filter eg

[Geoserver-users] SLD: Rotation property set by attribute value

2011-04-07 Thread Appel, Tony
I have a point layer that I want to render based on the value of the BEARING attribute. IE I want to display arrows, rotated to the same direction as the BEARING field value. I have seen filters that are equal to, greater than, etc but I have not seen any examples of a dynamic value adaptor

Re: [Geoserver-users] State of play for case-sensitivity in LIKE filters?

2011-04-07 Thread Phil Scadden
try adding matchCase=false as an attribute to the ogc:PropertyIsLike tag. As I understand it, it is implemented in GeoServer, but not for all datastores (Oracle for sure, other ones I don't know). Okay, I'll try it. If it works it should be added to OpenLayers. I note the matchCase is