Re: [Geoserver-users] WG: Is the rotation of a WellKnownName square in a linesybolizer possible?

2012-11-07 Thread Martin Davis
I've recently run into this same issue.  Looking at the GeoTools code, it
looks like this functionality was never implemented.  Luckily it's a fairly
simple fix.  I've created a patch for this under the ticket:

https://jira.codehaus.org/browse/GEOT-4310


On Tue, Apr 10, 2012 at 11:39 PM, Robert Buckley
wrote:

> regarding the test dataset here...
>
>
> http://maps.zgb.de/geoserver/zgb/wms?service=WMS&version=1.1.0&request=GetMap&layers=zgb:line_symbol_rotation&styles=&bbox=3585266.16823884,5779757.00815985,3638562.94689992,5821864.4078755&width=512&height=404&srs=EPSG:25832&format=application/openlayers
>
> I have tested this with a point dataset and it works fine...so why not
> when imbedded within a linesymbolizer?
>
> Has anyone implemented a rotated  WellKnownName shape in a line?
>
>
> --
Martin Davis
OpenGeo - http://opengeo.org
Expert service straight from the developers.
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] WG: Is the rotation of a WellKnownName square in a linesybolizer possible?

2012-04-10 Thread Robert Buckley
regarding the test dataset here...

http://maps.zgb.de/geoserver/zgb/wms?service=WMS&version=1.1.0&request=GetMap&layers=zgb:line_symbol_rotation&styles=&bbox=3585266.16823884,5779757.00815985,3638562.94689992,5821864.4078755&width=512&height=404&srs=EPSG:25832&format=application/openlayers

I have tested this with a point dataset and it works fine...so why not when 
imbedded within a linesymbolizer?

Has anyone implemented a rotated WellKnownName shape in a line?

yours,

Rob



 Von: Robert Buckley 
An: "geoserver-users@lists.sourceforge.net" 
 
Gesendet: 14:17 Freitag, 6.April 2012
Betreff: [Geoserver-users] WG: Is the rotation of a WellKnownName square in a 
linesybolizer possible?
 

sorry Edward.

- Weitergeleitete Message -
Von: Robert Buckley 
An: Edward Mac Gillavry  
Gesendet: 14:16 Freitag, 6.April 2012
Betreff: Re: [Geoserver-users] Is the rotation of a WellKnownName square in a 
linesybolizer possible?
 

thanks,

I did what you said, but it doesn´t work...I simplified the sld to reduce the 
risk of errorsthe sld validates ok, but the 45 is not 
being applied.


http://www.opengis.net/sld StyledLayerDescriptor.xsd"
xmlns="http://www.opengis.net/sld";
xmlns:ogc="http://www.opengis.net/ogc";
xmlns:xlink="http://www.w3.org/1999/xlink";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  
    line-symbol rotation
    
      line-symbol rotation      
              
              
          line-symbol rotation                          
              
            
              
                
                  
                    square
                    
                      #00
                      1
                                        
                                    
                  20  
                  45                
                                
                            
            
                           
                
               
    
  







 Von: Edward Mac Gillavry 
An: robertdbuck...@yahoo.com; geoserver-users@lists.sourceforge.net 
Gesendet: 10:46 Freitag, 6.April 2012
Betreff: RE: [Geoserver-users] Is the rotation of a WellKnownName square in a 
linesybolizer possible?
 

 

Robert,

Noticed the CssParameters "stroke-dasharray" and "stroke-dashoffset" were 
misplaced, so your SLD does not validate. Put them after of the GraphicStroke 
block, but still inside the Stroke block.

HTH

Edward




Date: Fri, 6 Apr 2012 08:19:47 +0100
From: robertdbuck...@yahoo.com
Subject: Re: [Geoserver-users] Is the rotation of a WellKnownName square in a 
linesybolizer possible?
To: emacgilla...@hotmail.com


Thanks, but I noticed that and changed it...but it still does not work


Attached is the full sld, and the test dataset is here.

http://maps.zgb.de/geoserver/zgb/wms?service=WMS&version=1.1.0&request=GetMap&layers=zgb:line_symbol_rotation&styles=&bbox=3585266.16823884,5779757.00815985,3638562.94689992,5821864.4078755&width=512&height=404&srs=EPSG:25832&format=application/openlayers


yours,

Rob




 Von: Edward Mac Gillavry 
An: fg...@users.sourceforge.net; robertdbuck...@yahoo.com; 
geoserver-users@lists.sourceforge.net 
Gesendet: 22:02 Donnerstag, 5.April 2012
Betreff: RE: [Geoserver-users] Is the rotation of a WellKnownName square in a 
linesybolizer possible?
 

 
Make that an uppercase 

HTH

Edward


> Date: Thu, 5 Apr 2012 13:35:29 +0200
> From: fg...@users.sourceforge.net
> To: robertdbuck...@yahoo.com; geoserver-users@lists.sourceforge.net
> Subject: Re: [Geoserver-users] Is the rotation of a WellKnownName square in a 
> linesybolizer possible?
> 
> My read of the SLD 1.0.0 Documentation is, that this should be
> possible (see section 11.3.2
> http://www.opengeospatial.org/standards/sld)
> 
> Could you create an issue with a sample sld file to test... against
> 
> Frank
> 
> 2012/4/5 Robert Buckley :
> > Mark
> 
> --
> Better than sec? Nothing is better than sec when it comes to
> monitoring Big Data applications. Try Boundary one-second 
> resolution app monitoring today. Free.
> http://p.sf.net/sfu/Boundary-dev2dev
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users







--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resol

[Geoserver-users] WG: Is the rotation of a WellKnownName square in a linesybolizer possible?

2012-04-06 Thread Robert Buckley
sorry Edward.

- Weitergeleitete Message -
Von: Robert Buckley 
An: Edward Mac Gillavry  
Gesendet: 14:16 Freitag, 6.April 2012
Betreff: Re: [Geoserver-users] Is the rotation of a WellKnownName square in a 
linesybolizer possible?
 

thanks,

I did what you said, but it doesn´t work...I simplified the sld to reduce the 
risk of errorsthe sld validates ok, but the 45 is not 
being applied.


http://www.opengis.net/sld StyledLayerDescriptor.xsd"
xmlns="http://www.opengis.net/sld";
xmlns:ogc="http://www.opengis.net/ogc";
xmlns:xlink="http://www.w3.org/1999/xlink";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  
    line-symbol rotation
    
      line-symbol rotation      
              
              
          line-symbol rotation                          
              
            
              
                
                  
                    square
                    
                      #00
                      1
                                        
                                    
                  20  
                  45                
                                
                            
            
                           
                
               
    
  







 Von: Edward Mac Gillavry 
An: robertdbuck...@yahoo.com; geoserver-users@lists.sourceforge.net 
Gesendet: 10:46 Freitag, 6.April 2012
Betreff: RE: [Geoserver-users] Is the rotation of a WellKnownName square in a 
linesybolizer possible?
 

 

Robert,

Noticed the CssParameters "stroke-dasharray" and "stroke-dashoffset" were 
misplaced, so your SLD does not validate. Put them after of the GraphicStroke 
block, but still inside the Stroke block.

HTH

Edward




Date: Fri, 6 Apr 2012 08:19:47 +0100
From: robertdbuck...@yahoo.com
Subject: Re: [Geoserver-users] Is the rotation of a WellKnownName square in a 
linesybolizer possible?
To: emacgilla...@hotmail.com


Thanks, but I noticed that and changed it...but it still does not work


Attached is the full sld, and the test dataset is here.

http://maps.zgb.de/geoserver/zgb/wms?service=WMS&version=1.1.0&request=GetMap&layers=zgb:line_symbol_rotation&styles=&bbox=3585266.16823884,5779757.00815985,3638562.94689992,5821864.4078755&width=512&height=404&srs=EPSG:25832&format=application/openlayers


yours,

Rob




 Von: Edward Mac Gillavry 
An: fg...@users.sourceforge.net; robertdbuck...@yahoo.com; 
geoserver-users@lists.sourceforge.net 
Gesendet: 22:02 Donnerstag, 5.April 2012
Betreff: RE: [Geoserver-users] Is the rotation of a WellKnownName square in a 
linesybolizer possible?
 

 
Make that an uppercase 

HTH

Edward


> Date: Thu, 5 Apr 2012 13:35:29 +0200
> From: fg...@users.sourceforge.net
> To: robertdbuck...@yahoo.com; geoserver-users@lists.sourceforge.net
> Subject: Re: [Geoserver-users] Is the rotation of a WellKnownName square in a 
> linesybolizer possible?
> 
> My read of the SLD 1.0.0 Documentation is, that this should be
> possible (see section 11.3.2
> http://www.opengeospatial.org/standards/sld)
> 
> Could you create an issue with a sample sld file to test... against
> 
> Frank
> 
> 2012/4/5 Robert Buckley :
> > Mark
> 
> --
> Better than sec? Nothing is better than sec when it comes to
> monitoring Big Data applications. Try Boundary one-second 
> resolution app monitoring today. Free.
> http://p.sf.net/sfu/Boundary-dev2dev
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users