Great! Thank you for the quick response.
How can I get a polygon from only one point? There is a PostGIS-function
makepolygon but I have to have more than one points for that.
Is there another solution?

Martin

Arne Kepp-2 wrote:
> 
> One way to achieve the effect you are after is to create a polygon for 
> each of these points and send these polygons as KML to Google Earth. 
> Those are not clickable, so if you want popups you'll also have to add a 
> transparent PNG or something something similar as a point symbolizer.
> 
> -Arne
> 
> On 8/24/10 9:23 PM, Martin.L wrote:
>> Hi @ all!
>>
>> I have a problem with my SLD and the GoogleEarth-Plugin in my
>> application. I
>> made a SLD with PointSymbolizers which have a dynamic size.
>>
>> <PointSymbolizer>
>>      <Graphic>
>>                <Mark>
>>                         <WellKnownName>circle</WellKnownName>
>>                      <Fill>
>>                              <CssParameter 
>> name="fill-opacity">1.0</CssParameter>
>>                              <CssParameter name="fill">#FFFFD4</CssParameter>
>>                      </Fill>
>>                </Mark>
>>               
>> <Size><ogc:PropertyName>magnitude</ogc:PropertyName></Size>
>>          </Graphic>
>> </PointSymbolizer>
>>
>> The size is defined by the field "magnitude" coming from GeoServer (at
>> the
>> end from PostGIS). In my OpenLayers-application everything works fine.
>> The
>> points have a different size. However the GoogleEarth-plugin styles the
>> points with the default point style of GoogleEarth and the color I
>> defined
>> for different rules. The problem is, that the size is the same for every
>> point.
>>
>> Does anyone have a solution for this problem? I appreciate any help.
>> Thanks in advance
>> Martin
> 
> 
> ------------------------------------------------------------------------------
> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
> Be part of this innovative community and reach millions of netbook users 
> worldwide. Take advantage of special opportunities to increase revenue and 
> speed time-to-market. Join now, and jumpstart your future.
> http://p.sf.net/sfu/intel-atom-d2d
> _______________________________________________
> Geoserver-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
> 
> 

-- 
View this message in context: 
http://old.nabble.com/SLD-doesnt-work-exactly-for-GoogleEarth-Plugin-tp29523761p29532009.html
Sent from the GeoServer - User mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to