[Geoserver-users] WMS GetFeatureInfo with Polygon

Hi,

That is so exotic that for sure developers haven't had such as a test case. You must be the one who can test it best. I would think ways to make the situation simpler and step by step add new tricks:
- Make SQLView to return only polygons and use simple polygon style
- Make SQLView to return different geometrytypes but keep the simple polygon style (not sure if it can paint the polygons, just thinking)
- Same as before but with multi-geometry styles

-Jukka Rahkonen-

astrony wrote:

Dear Jukka Rahkonen and Mauro Bartolomeoli

Thanks for response.
We are using Geoserver 2.5 and our polygon style has fill but this layers has been
created by SQLView which not directly publish from table. Is this the point?
Moreover in this SQLView return me with many types of geometry (not
multigeometrycollection) which use multi-geometry style to display map.

Br,
Astrony

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/WMS-
GetFeatureInfo-with-Polygon-tp5163455p5163716.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI
DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-
Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS
3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktr
k
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Hi all,

Our team found that when we use SQLView which got several type of geometry
and styled polygon with <stroke> like this:
<sld:PolygonSymbolizer>
            <sld:Stroke>
              <sld:CssParameter
name="stroke-dashoffset">1</sld:CssParameter>
              <sld:CssParameter
name="stroke-dasharray">6.0</sld:CssParameter>
            </sld:Stroke>
</sld:PolygonSymbolizer>
It will not able to click inside polygon for GetFeatureInfo. We removed this
parameter then worked properly.
Thanks for all idea.

Br,
atrony

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/WMS-GetFeatureInfo-with-Polygon-tp5163455p5163859.html
Sent from the GeoServer - User mailing list archive at Nabble.com.