Re: [Geoserver-users] Labelborder in an sld?

2011-11-01 Thread Andrea Aime
On Tue, Nov 1, 2011 at 4:08 PM, Klemm, Stephan - LIST
 wrote:
> Hi List,
>
>
>
> is it possible to draw a Border about  Labels with SLD?
>
> Something like:  A 8    B 300

Yep, it's possible, see my FOSS4G 2010 presentation, slides 40, 41 and 42
("Mixing labels with graphics):
http://2010.foss4g.org/presentations/3588.pdf

It would be nice if someone could merge that information into the official
styling documentation...

Cheers
Andrea

-- 
---
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:      +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

---

--
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] problem with imagecollection plugin

2011-11-01 Thread Garey Mills

Daniele -

On the page 
http://docs.geoserver.org/latest/en/user/data/gdal.html?highlight=gdal
the instructions have you go to the ImageI/O-Ext releases page. There 
you get a number of libraries that you download and install in 
$JAVA_HOME/jre/lib/i386.


In the ImageIO-Ext Setup Guide, for imageio-ext one downloads the 
sources and runs 'mvn install'.


If I have already downloaded an imageio release following the 
Geoserver doc page, will 'mvn install' replace those libraries in 
jre/lib/i386, or do I have to clear them out manually? Where does the 
mvn install install the libraries?


Garey

On 10/31/2011 12:42 PM, Daniele Romagnoli wrote:

Hi Garey,
using GDAL 1.7.3, I would recommend using with the ImageI/O Setup 
guide 1.1.1 (Not sure whether the paragraph number is the same).

http://java.net/downloads/imageio-ext/Documentation/ImageioExt-SetupGuide-1.1.pdf

Anyway, if my memory serves me right, these gdal versions also require 
you specify "--with-threads" in the configure. I remember I saw a 
warning message on the JNI methods call when loading them without this 
flag being set.


Hope this helps.
Regards,
Daniele

On Mon, Oct 31, 2011 at 7:22 PM, Garey Mills 
mailto:gmi...@library.berkeley.edu>> wrote:


Daniele -

I found the Image I/O Setup Guide 1.0.8 again and followed the
instructions for Linux. I found the version 7 MrSid DSDK and
installed JAI and the JAI-ImageIO Toolkit. I used gdal-1.7.3 and
did not apply the patches for gdal1.4.5. This is how I configured
GDAL:

./configure --with-mrsid=/opt/Geo_DSDK --with-jp2mrsid=yes
--with-png=internal --with-libtiff=internal
--with-geotiff=internal --with-jpeg=internal --with-gif=internal
--with-hide-internal-symbols

once I had compiled and installed GDAL, I ran SWIG, though, I left
the lines in GDALmake.opt like this

CFLAGS  = -g -O1 -fvisibility=hidden  -Wall
-Wdeclaration-after-statement $(USER_DEFS)
CXXFLAGS= -g -O1 -fvisibility=hidden  -Wall $(USER_DEFS)

assuming the optimization change to be what was required. I then
copied the libraries SWIG generated to $JAVA_HOME/jre/lib/i386



In any case, when I try to run GeoServer, I get this at startup


WARNING: Failed to load the GDAL native libs. This is not a
problem unless you need to use the GDAL plugins: they won't be
enabled.java.lang.UnsatisfiedLinkError:
org.gdal.gdal.gdalJNI.AllRegister()V

Garey

On 10/31/2011 1:32 AM, Daniele Romagnoli wrote:

Hi Garey,

On Fri, Oct 28, 2011 at 7:14 PM, Garey Mills
mailto:gmi...@library.berkeley.edu>> wrote:

Daniele -

First let me apologize for having asked this question
twice. I just plain forgot that I had encountered this
problem before.

Don't worry, it's not a problem. I was just saying that in case
you have already solved it in the past somehow (and documented
how to do it) and you have forgot it :)


Is  the version of GDAL 1.7.3 essential? I could download
GDAL 1.8.0-4?

We didn't tried GDAL 1.8  yet with imageio-ext, just tested with
1.7.3, therefore I have no idea.
The only thing which could do the difference is related to the
JNI bindings which are invoked by ImageIO-ext. I don't know if
something has been changed on that side (We didn't looked at the
swig interface of 1.8 yet).
You could do a try and see how it works. In case it works,
please, let us know so we can report that.

Hope this helps.
Regards,
Daniele


Garey


On 10/28/2011 1:52 AM, Daniele Romagnoli wrote:

Hi Garey,
if my memory serves me right, you have already encountered
this error a few months ago which is mainly related to the
underlying set of libraries available on your machine.
I did a quick search on the web and I found several
forum/discussions talking about this issue, as well as
several solutions/ways/attempts to fix it. Some of them
worked for some users while some others ways worked for
other ones. Look for "/usr/lib/libstdc++.so.6: version
`GLIBCXX_3.4.9' not found" on the web. I'll suggest to read
some of these threads to better investigate on which
dependencies you have on your machine and how to add/depends
on the required ones. (Sometime it's seems only matter of
updating a few symbolic links).

I'm sorry about not being able to provide you more helps on
that topic but I guess it's a typical dependencies problem
which should be analyzed case by case.

Alternatively, you can build GDAL 1.7.3 by yourself on your
system (therefore using the set of libraries you have on
your own machine).
I can forward you an email I sent to you a few months ago,
with pointers to the paragraphs of the ImageIO-Ext setup
document re

Re: [Geoserver-users] Unable to publish ImagePyramid

2011-11-01 Thread Robert Buckley
Hi Peter,

Unfortunately I have a linux system for the geoserver stuff, but I have created 
the tiles in windows using FWTools.

If the tiles, shp and Directory structure is being created in a windows 
environment and python is not complaining it would seem that the pyramid 
creation part works ok.

I can remember that I was having problems with Windows permissions, which were 
pretty unpredictable on my xp system. Check for permission problems and make 
everything read/write/execution and see what happens.

yours,

Rob








Von: "Turvey, Peter G (UK)" 
An: Robert Buckley 
Gesendet: 15:58 Dienstag, 1.November 2011 
Betreff: RE: [Geoserver-users] Unable to publish ImagePyramid


Thanks for the reply Rob,
We are using GeoServer 2.1.2 on a Windows XP – SP3 machine. We have Java 6 
update 12 and we are using Tomcat.
 
What sort of thing should I be looking for in the GeoServer log ? There’s 
nothing obvious as far as I can see.
And GeoServer itself doesn’t give any reason why the Publishing of the Layer 
has failed after you hit the “Save” button. It just remains on the Publishing 
page.
 
Also what version of GeoTools do I need, if any ?
I currently have an old GeoTools 2-2. 
 
Peter
 
From:Robert Buckley [mailto:robertdbuck...@yahoo.com] 
Sent: 01 November 2011 12:29
To: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Unable to publish ImagePyramid
 
                    *** WARNING ***

  This message has originated outside your organisation,
  either from an external partner or the Global Internet. 
      Keep this in mind if you answer this message.
Hi Peter,
 
I have done this recently, but to answer the question I will need to compare my 
system with yours...so.. 
 
Which Geoserver are you using? Which OS..linux/win? Java Installation version? 
Tomcat? or Jetty? What do the geoserver/tomcat logs tell you?
 
yours,
 
Rob
 
 



Von:"Turvey, Peter G (UK)" 
An: geoserver-users@lists.sourceforge.net
Gesendet: 12:13 Dienstag, 1.November 2011 
Betreff: [Geoserver-users] Unable to publish ImagePyramid
I am trying to create a Layer using an ImagePyramid Store but can not get past 
the Publishing Page.
 
I am following the instructions in GeoServer User Manual 2.1.0.
 
I have processed the original .CIB (Controlled Image Base) data using 
“gdal_translate” and “gdal_retile” commands that gave me a “pyramid” with 
sub-folders numbered 1 to 6.
Then I created a new Image Pyramid Store in GeoServer. When I did this a new 
sub-folder was created called “0”.
And the “pyramid.properties” and “pyramid.prj” files were created.
 
I then try and use this new Store to create a Layer.
On the Publishing Page the bounding boxes, style etc. all look OK but when I 
hit the “Save” button I remain on this Publishing Page.
 
My new Layer does not appear in my list of Published Layers. There are no Error 
messages but it obviously hasn’t worked.
 
How can I find out what to do to get this layer to be Published ?
 
Thanks
 Peter
 
 


This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.


--
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users--
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Labelborder in an sld?

2011-11-01 Thread Klemm, Stephan - LIST
Hi List,

 

is it possible to draw a Border about  Labels with SLD?

Something like:  A 8B 300

 

Best Regards

Stephan

--
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Buffer function in an sld?

2011-11-01 Thread Andrea Aime
On Tue, Nov 1, 2011 at 3:13 PM, Stephen V. Mather
 wrote:
> Yes, but it was the negative buffers I wanted... :).

Tomorrow you'll have them

> We've been using
> offsets to great effect with building footprints, per the examples, but for
> doubling up boundary lines with different dashing per line, and ensuring
> that the exterior line is the definitive boundary line, negative buffers are
> the thing.
>
> BTW, with geometry transformations like this, is there any way, hacking or
> otherwise, to express the transformation in pixel units?

Hmmm... nope, at the moment there is no way, nor I can see a simple
way to add it.
To the renderer the transformation is a black box used to get to the
geometry, in the
common case it's just evaluating the default geometry property attribute, when
using transformations it's evaluation a more complex expression, but
there is nothing
telling the renderer that a certain parameter, eventually deeply
nested in the expression,
is a measure.

If we had that metadata we would be instead able to transform that
measure before
the transformation, pretty much like what we do to support uom (we just change
the style before it's being applied, the symbolizing code does not
know about units
either).

Cheers
Andrea

-- 
---
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:      +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

---

--
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Buffer function in an sld?

2011-11-01 Thread Stephen V. Mather
Yes, but it was the negative buffers I wanted... :).  We've been using
offsets to great effect with building footprints, per the examples, but for
doubling up boundary lines with different dashing per line, and ensuring
that the exterior line is the definitive boundary line, negative buffers are
the thing.

BTW, with geometry transformations like this, is there any way, hacking or
otherwise, to express the transformation in pixel units?

Thanks,
Steve

Stephen Mather
Geographic Information Systems (GIS) Manager
(216) 635-3243
s...@clevelandmetroparks.com
clevelandmetroparks.com





-Original Message-
From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of
Andrea Aime
Sent: Tuesday, November 01, 2011 9:53 AM
To: s...@clevelandmetroparks.com
Cc: Robert Buckley; geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Buffer function in an sld?

On Tue, Nov 1, 2011 at 1:57 PM, Stephen V. Mather
 wrote:
> Awesome.  This will make for really great cartographic effects.

Thanks. This ability has been there for a long time (as far as
positive buffers are concerned)
and you can pretty much apply any of the geometry functions listed here:
http://docs.geoserver.org/stable/en/user/filter/function_reference.html

Functions are also pluggable, so one can add whatever one is missing by some
java programming (hopefully soon that statement will also cover
scripting languages).

Cheers
Andrea

-- 
---
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:      +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

---




--
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Buffer function in an sld?

2011-11-01 Thread Andrea Aime
On Tue, Nov 1, 2011 at 1:57 PM, Stephen V. Mather
 wrote:
> Awesome.  This will make for really great cartographic effects.

Thanks. This ability has been there for a long time (as far as
positive buffers are concerned)
and you can pretty much apply any of the geometry functions listed here:
http://docs.geoserver.org/stable/en/user/filter/function_reference.html

Functions are also pluggable, so one can add whatever one is missing by some
java programming (hopefully soon that statement will also cover
scripting languages).

Cheers
Andrea

-- 
---
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:      +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

---

--
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Buffer function in an sld?

2011-11-01 Thread Andrea Aime
On Tue, Nov 1, 2011 at 1:26 PM, Robert Buckley  wrote:
> Thanks a lot Andrea,
> Just to clarify>From tomrrow evening the 2.1.x Geoserver will have the
> ability to create an inside buffer using the SLD you attatched?
> I am using 2.1.2 which is about a month old, and the sld doesn´t buffer the
> polygon, which is the reason i´m asking.

Negative buffers, as already said, do not work due to a bug, they will
work starting from
tomorrow's nightly.
Positive ones should work, they certainly do in this 2.1.x series build:
http://demo1.geo-solutions.it/geoserver/geonetwork/wms?service=WMS&version=1.1.0&request=GetMap&layers=geonetwork:WDPA&styles=pbuffer&bbox=-17.332,6.671,13.434,26.758&width=512&height=334&srs=EPSG:4326&format=application/openlayers

Cheers
Andrea

-- 
---
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:      +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

---

--
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Buffer function in an sld?

2011-11-01 Thread Stephen V. Mather
Awesome.  This will make for really great cartographic effects.

Stephen Mather
Geographic Information Systems (GIS) Manager
(216) 635-3243
s...@clevelandmetroparks.com
clevelandmetroparks.com





-Original Message-
From: Andrea Aime [mailto:andrea.a...@geo-solutions.it] 
Sent: Tuesday, November 01, 2011 6:16 AM
To: Robert Buckley
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Buffer function in an sld?

On Tue, Nov 1, 2011 at 8:10 AM, Robert Buckley 
wrote:
> Hi,
> I have recently read this pdf explaining the amazing capabilities of 
> slds and geoserver styling.
> GeoServer Cartographic Rendering
> - http://2010.foss4g.org/presentations/3588.pdf
> Looking at page 27 - Geometry transformationsm, it seems possible to 
> create a buffer in a sld file. How does this work?

The geometry transformations mechanism is described in the user guide:
http://docs.geoserver.org/stable/en/user/styling/sld-extensions/geometry-tra
nsformations.html

> I have a situation where I am trying to style a polygon with a thin 
> outline approx. 1 px and a relatively thick line - approx.10px  which 
> is on the inside of the polygon. This is currently not possible with 
> slds because i cannot define an offset for the thick line.
> Would I be able to use the sld geometry function to do this for me?

You mean something like in the attached image?
It has been generated using the attached pbuffer.sld

Unfortunately negative buffers were never tried out before and there was an
issue with them:
http://jira.codehaus.org/browse/GEOT-3936

I've just committed a fix, tomorrows nightly build from either trunk or
2.1.x series should work:
http://gridlock.opengeo.org/geoserver/

Cheers
Andrea

--
---
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:      +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

---



--
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Unable to publish ImagePyramid

2011-11-01 Thread Robert Buckley
Hi Peter,

I have done this recently, but to answer the question I will need to compare my 
system with yours...so.. 

Which Geoserver are you using? Which OS..linux/win? Java Installation version? 
Tomcat? or Jetty? What do the geoserver/tomcat logs tell you?

yours,

Rob




Von: "Turvey, Peter G (UK)" 
An: geoserver-users@lists.sourceforge.net
Gesendet: 12:13 Dienstag, 1.November 2011 
Betreff: [Geoserver-users] Unable to publish ImagePyramid


I am trying to create a Layer using an ImagePyramid Store but can not get past 
the Publishing Page.
 
I am following the instructions in GeoServer User Manual 2.1.0.
 
I have processed the original .CIB (Controlled Image Base) data using 
“gdal_translate” and “gdal_retile” commands that gave me a “pyramid” with 
sub-folders numbered 1 to 6.
Then I created a new Image Pyramid Store in GeoServer. When I did this a new 
sub-folder was created called “0”.
And the “pyramid.properties” and “pyramid.prj” files were created.
 
I then try and use this new Store to create a Layer.
On the Publishing Page the bounding boxes, style etc. all look OK but when I 
hit the “Save” button I remain on this Publishing Page.
 
My new Layer does not appear in my list of Published Layers. There are no Error 
messages but it obviously hasn’t worked.
 
How can I find out what to do to get this layer to be Published ?
 
Thanks
 Peter
 
 

This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.



--
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users--
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Buffer function in an sld?

2011-11-01 Thread Robert Buckley
Thanks a lot Andrea,

Just to clarifyFrom tomrrow evening the 2.1.x Geoserver will have the 
ability to create an inside buffer using the SLD you attatched?

I am using 2.1.2 which is about a month old, and the sld doesn´t buffer the 
polygon, which is the reason i´m asking.


          
            
              #AA  
            
            
              #00 
              1
            
          
          
          
            
               
                the_geom
                -0.5
              
            
            
            
              #00 
              3
            
          

        

I assume that the Buffer itself can also be a different color than the whole 
polygon fill by adding a fill to the buffer part of the sld.

thanks,

Rob




Von: Andrea Aime 
An: Robert Buckley 
Cc: "geoserver-users@lists.sourceforge.net" 

Gesendet: 11:15 Dienstag, 1.November 2011 
Betreff: Re: [Geoserver-users] Buffer function in an sld?

On Tue, Nov 1, 2011 at 8:10 AM, Robert Buckley  wrote:
> Hi,
> I have recently read this pdf explaining the amazing capabilities of slds
> and geoserver styling.
> GeoServer Cartographic Rendering
> - http://2010.foss4g.org/presentations/3588.pdf
> Looking at page 27 - Geometry transformationsm, it seems possible to create
> a buffer in a sld file. How does this work?

The geometry transformations mechanism is described in the user guide:
http://docs.geoserver.org/stable/en/user/styling/sld-extensions/geometry-transformations.html

> I have a situation where I am trying to style a polygon with a thin outline
> approx. 1 px and a relatively thick line - approx.10px  which is on the
> inside of the polygon. This is currently not possible with slds because i
> cannot define an offset for the thick line.
> Would I be able to use the sld geometry function to do this for me?

You mean something like in the attached image?
It has been generated using the attached pbuffer.sld

Unfortunately negative buffers were never
tried out before and there was an issue with them:
http://jira.codehaus.org/browse/GEOT-3936

I've just committed a fix, tomorrows nightly build from either trunk
or 2.1.x series
should work:
http://gridlock.opengeo.org/geoserver/

Cheers
Andrea

-- 
---
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:      +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

-
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Unable to publish ImagePyramid

2011-11-01 Thread Turvey, Peter G (UK)
I am trying to create a Layer using an ImagePyramid Store but can not
get past the Publishing Page.

 

I am following the instructions in GeoServer User Manual 2.1.0.

 

I have processed the original .CIB (Controlled Image Base) data using
"gdal_translate" and "gdal_retile" commands that gave me a "pyramid"
with sub-folders numbered 1 to 6.

Then I created a new Image Pyramid Store in GeoServer. When I did this a
new sub-folder was created called "0".

And the "pyramid.properties" and "pyramid.prj" files were created.

 

I then try and use this new Store to create a Layer.

On the Publishing Page the bounding boxes, style etc. all look OK but
when I hit the "Save" button I remain on this Publishing Page.

 

My new Layer does not appear in my list of Published Layers. There are
no Error messages but it obviously hasn't worked.

 

How can I find out what to do to get this layer to be Published ?

 

Thanks

 Peter

 

 



This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.


--
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Filter getCapabilites according to KEYWORD Possible?

2011-11-01 Thread Andrea Aime
On Tue, Nov 1, 2011 at 10:15 AM, Robert Buckley
 wrote:
> Hi,
> Is it possible to filter the getCapabilities document in the URL according
> to the keyword attribute of the layer?
> e.g. http:MyHost:8080/geoserver/wms?request=getCapabilities&Keyword=ENERGY

The same question was asked some time ago, the answer is negative but there
is a bit more info in that thread.

Please give the user list posting guidelines a read:
http://geoserver.org/display/GEOS/GeoServer+user+list+posting+guidelines

Cheers
Andrea

-- 
---
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:      +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

---

--
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Filter getCapabilites according to KEYWORD Possible?

2011-11-01 Thread Robert Buckley
Hi,

Is it possible to filter the getCapabilities document in the URL according to 
the keyword attribute of the layer?

e.g. http:MyHost:8080/geoserver/wms?request=getCapabilities&Keyword=ENERGY



yours,

Rob--
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] 2.1.2 REST create featuretype with app-schema datastore

2011-11-01 Thread Ben Caradoc-Davies
Sina,

we have never tried using REST with app-schema. Please reply attaching 
the full stack trace that will appear in your geoserver.log when you 
make the REST request, as well as the REST request itself.

Kind regards,
Ben.

On 01/11/11 14:40, Sina wrote:
> I just extended the POST example in the link below to create an app-schema
> datastore given a predefined workspace and then used the name of the new
> datastore to create a new featuretype
>
> http://docs.geoserver.org/stable/en/user/restconfig/rest-config-examples/rest-config-examples-php.html
>
> We've been using this process to create temporary features to mediate WFS
> results with respect to an ontology.

-- 
Ben Caradoc-Davies 
Software Engineer
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre

--
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Buffer function in an sld?

2011-11-01 Thread Robert Buckley
Hi,

I have recently read this pdf explaining the amazing capabilities of slds and 
geoserver styling.

GeoServer Cartographic Rendering - http://2010.foss4g.org/presentations/3588.pdf

Looking at page 27 - Geometry transformationsm, it seems possible to create a 
buffer in a sld file. How does this work?

I have a situation where I am trying to style a polygon with a thin outline 
approx. 1 px and a relatively thick line - approx.10px  which is on the inside 
of the polygon. This is currently not possible with slds because i cannot 
define an offset for the thick line.

Would I be able to use the sld geometry function to do this for me?

yours,

Rob--
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users