Re: [Geoserver-users] Different results from selecting KML for layer from layer summary page and KML from dropdown menu

2011-03-30 Thread Hartmuth Schachinger
Am 29.03.2011 14:59, schrieb Andrea Aime:
> On Tue, Mar 29, 2011 at 12:15 AM, Garey Mills
>   wrote:
>> Hi -
>>
>>  Geoserver 2.1-rc2. I created a new layer in a PostGis database.
>> Trying to view it from the layer preview page, if I click on the 'KML'
>> link on the page, although
>> it geolocates correctly, I get a big red X on Google Earth.
>>
>>  If, however, I select plain KML from the drop down menu available
>> for the layer from the preview page, things work as they should.
>>
>>  Has anyone seen this problem?
> Not a problem, this is expected behavior since the links used are different.
> The main link uses the reflector and drop down using a straight WMS call.
> The latter will generate a straight KML file with, as far as I rembember, no
> backlinks to GeoServer, the first will normally use backlinks, eventually
> superoverlays and the like (depends on how KML is configured in the WMS tab)
>
> Cheers
> Andrea
>
Hi

Thank you for the solution of one part of the problem. But is there any 
solution for the big red X. It only apears with Google Earth 6.

Hartmuth Schachinger

--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Problem with appschema and CityGML

2011-03-30 Thread Ben Caradoc-Davies
"Caused by: java.lang.IllegalStateException at 
org.geotools.xml.Configuration.allDependencies(Configuration.java:355)"

Lucas, this is a "should never happen" error in the underlying GeoTools 
dependency graph analysis (used to collect the XML bindings). I can only 
speculate that this means that there is something wrong with your schemas.

What happens if you leave out cityGMLBase.xsd (as it is imported by 
building.xsd?) I think you shoudl have just the schemaUri for building.xml

I recommend that you go back to using your geometry as a property of a 
feature type (such as Building). You are likely to have significant 
problems trying to use a geometry as a top-level feature type because 
GeoServer treats geometries as an atomic simple type (so spatial 
operations can be performed on it).

In general, GeoServer app-schema supports (something like) OGC SF1 
(simple features profile level one), which corresponds to most people's 
idea of complex features, but does not allow user-defined geometry types.

Please try mapping a Building type, with a  for 
lod2MultiSurface mapped to your SURFACE_GEOMETRY. This should work. I do 
not see such a mapping in your original Building.xml . Use just one 
schemaUri (building.xml).

I would be quite pleased if you can get app-schema working with CityGML, 
as CityGML is one of the older complex-feature GML application schemas 
and is in GeoServer's original domain (urban planning; there is mention 
of Vision for New York in the code base).

I think you are close to success. Please try my 
Building/lod2MultiSurface suggestion!

Kind regards,
Ben.


On 28/03/11 06:42, Lukas Johansson wrote:
> Ok, I redifined gml:MultiSurface as a complete featuretype and fixed 
> targetTypes which was incorrect I last version. I do still get errors when 
> trying to access this featuretype. Anyone that see s what I'm missing here?
> Thank you
> /Lukas
>
> -Ursprungligt meddelande-
> Från: Lukas Johansson [mailto:lukas.johans...@decerno.se]
> Skickat: den 27 mars 2011 23:06
> Till: Ben Caradoc-Davies
> Kopia: geoserver-users@lists.sourceforge.net
> Ämne: Re: [Geoserver-users] Problem with appschema and CityGML
>
> Attached is part of the geoserverlog when gml:MultiSurface is used.
> /Lukas
>
> -Ursprungligt meddelande-
> Från: Lukas Johansson [mailto:lukas.johans...@decerno.se]
> Skickat: den 27 mars 2011 21:27
> Till: Ben Caradoc-Davies
> Kopia: geoserver-users@lists.sourceforge.net
> Ämne: Re: [Geoserver-users] Problem with appschema and CityGML
>
> Ok,
> I've got Building to work as a feature and I managed to map a the attribute 
> boundedBy in building to another feature Wallsurface. As I understand both 
> Building and Wallsurface is top level features and it all seems to work great.
>
> The problem occurs when I try to map 3dcitydb SURFACE_GEOMETRY table against 
> lod2MultiSurface. If I try to map lod2MultiSurface directly as a type I get:
> "lod2MultiSurface is not a top level type"
> and If I use lod2MultiSurface as a attribute on WallSurface and maps 
> SURFACE_GEOMETRY as a gml:MultiSurface I get:
> Error occurred getting features null 
> org.geotools.feature.type.AttributeTypeImpl cannot be cast to 
> org.opengis.feature.type.ComplexType
>
> Anyone got any pointers? There are no more "top level features" that I can 
> use in the bldg namespace but I don't seem to be able to map gml:MultiSurface.
>
> I attached the mappingfile for WallSurface and MultiSurface (Geometry.xml)
>
>
> Thank you for any help you can give.
> /Lukas
>
>
>
> -Ursprungligt meddelande-
> Från: Ben Caradoc-Davies [mailto:ben.caradoc-dav...@csiro.au]
> Skickat: den 25 mars 2011 04:26
> Till: Lukas Johansson
> Kopia: geoserver-users@lists.sourceforge.net
> Ämne: Re: [Geoserver-users] Problem with appschema and CityGML
>
> Good to hear. Please let us know if you encounter any further problems.
>
> Kind regards,
> Ben.
>
> On 22/03/11 01:47, Lukas Johansson wrote:
>> Ok, solved this issue. I had forgot to put the correct schemaUri in 
>> targettypes of  Building mapping file.
>> /Lukas
>>
>> Från: Lukas Johansson [mailto:lukas.johans...@decerno.se]
>> Skickat: den 21 mars 2011 09:45
>> Till: geoserver-users@lists.sourceforge.net
>> Ämne: [Geoserver-users] Problem with appschema and CityGML
>>
>> I’m having trouble setting up GeoServer application Schema plugin to serve a 
>> subset of CityGML.
>> The data is  stored in a Oracle Spatial database (3DCityDB schema) and I’ve 
>> managed to publish feature types for core:CityModel and core:_CityObject. 
>> Whenever I try to create a mapping file for Building I get this error:
>>
>> No top level element found in schemas:
>> {http://www.opengis.net/citygml/1.0}Building
>>
>> The reason to why I mapped core:_CityObject is because  Building inherits 
>> from core:_Site which in turn inherits from core:CityObject. When I use 
>> _CityObject instead of building it works and I can map the feature as I 
>> want. It does however get encoded into _CityO

Re: [Geoserver-users] 2.1-RC3 GeoWebCache fails to generate png tiles

2011-03-30 Thread Gabriel Roldán
On Wed, 2011-03-30 at 18:50 +0200, Roger Bedell wrote:
> I'm seeing the same thing. 
> 
> 
> Roger
> 
> On Wed, Mar 30, 2011 at 4:27 PM, Rick Workman 
> wrote:
> Using the GeoWebCache Demos page from the Web admin interface
> connected to a vanilla GeoServer2.1-RC3 (no user data), the
> OpenLayers links fail to produce any png tiles (appear as mini
> "?" icons on white background, grey outline). Links for jpeg
> seem to work fine. Nothing obvious in the log file to indicate
> a problem.
that's because for some reason the png encoder didn't work with 3-band
images but generated broken png files without complaining.
Sorry that bug slipped in for the RC. It's already fixed and the fix
will be on the next RC.
Meanwhile feel free to try out a recent nightly build.

Cheers,
Gabriel
> 
> Versions 2.0.2 and 2.1-RC1 appear to work as expected.
> 
> Running on OSX 10.6.6, Java 1.6.0.
> 
> Is this a known issue?
> 
> Rick
> 
> 
> 
> 
> --
> Create and publish websites with WebMatrix
> Use the most popular FREE web apps or write code yourself;
> WebMatrix provides all the features you need to develop and
> publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
> 
> 
> --
> Create and publish websites with WebMatrix
> Use the most popular FREE web apps or write code yourself; 
> WebMatrix provides all the features you need to develop and 
> publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

-- 
Gabriel Roldan
grol...@opengeo.org
Expert service straight from the developers


--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Two SLD questions

2011-03-30 Thread Andrea Aime
On Wed, Mar 30, 2011 at 7:13 PM, Gis Mage  wrote:
> 1. White line in the middle won't do - the symbol has to be hollow in the
> middle.

Then try hollow symbol + graphic symbolizer + dash array
There are some examples using markers in my FOSS4G 2011 presentation
here:
http://2010.foss4g.org/presentations/3588.pdf
though in your case you will probably want to use a transparent png as
the symbol.

The tool to do what you want the right way is guess what? Perpendicular
line computation, the same you need for curved labels at a distance from
the line.
I looked at existing open source implementation and they all fail spectacularly
in some case or ther other, generating loops or very long spikes when the
curve turns sharply or there are segments shorter than the offset distance
(not hard to get either, just zoom out and almost every line will become
very badly behaved).

> 2. That's very very sad. Maybe there is a workaround with geometry
> functions?
> There is a "drop shadow" example where geometry is offset from the original.
> So can I just offset a river and put a TextSymbolizer with followline in it?

It will never be really perpendicular, it may be perpendicular on the
"main direction"
of the river but at the first turn it will stop being so.
Geometry functions just apply some geometry math: the single side buffer,
aka perpendicular line, is something we just don't have.

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
mob:    +39 333 8128928

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

---

--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Two SLD questions

2011-03-30 Thread Gis Mage
1. White line in the middle won't do - the symbol has to be hollow in the
middle.

2. That's very very sad. Maybe there is a workaround with geometry
functions?
There is a "drop shadow" example where geometry is offset from the original.
So can I just offset a river and put a TextSymbolizer with followline in it?

2011/3/30 Andrea Aime 

> On Wed, Mar 30, 2011 at 6:18 PM, Gis Mage  wrote:
> > Hello!
> >
> > I'm doing a pretty strict cartographic map.
> > 1. How can I create a LineSymbolizer, which will produce two parallel
> dash
> > lines with 1 px hollow in between?
> > Like two same lines with positive and negative offset from centerline by
> > 1px.
>
> You create one large dashed line, black, and a white line in the middle
> (assuming the background is white).
>
> As far as I know it's the only way to get good looking results.
> Or you can use a graphics stroke with the base symbol you want and combine
> it with dash array, GS 2.1.x will repeat the symbol following the dash
> array
> as a template.
>
> > 2. How can I create a TextSymbolizer, which will follow the line and will
> > have an offset (be above the line at 2px)?
>
> Not possible, we don't have the code that computes a proper offset line.
> I tried to implement it but it was quite hard, also the JTS main developer
> agreed with me that a single side offset with proper bending in the curves
> is very hard to implement, not something that can be done in hours
> (I actually already threw days at the problem without luck, thought I'm
> sure
> Martin Davis, the father of JTS, would be able to do it properly)
>
> 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
> mob:+39 333 8128928
>
> 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
>
> ---
>
--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Two SLD questions

2011-03-30 Thread Ian Turton
On 30 March 2011 12:18, Gis Mage  wrote:
> Hello!
>
> I'm doing a pretty strict cartographic map.
> 1. How can I create a LineSymbolizer, which will produce two parallel dash
> lines with 1 px hollow in between?
> Like two same lines with positive and negative offset from centerline by
> 1px.

Draw a 3px wide dashed line (see dash array) and then draw a 1px white
line above. 
(http://docs.geoserver.org/latest/en/user/styling/sld-cookbook/lines.html#dashed-line)

>
> 2. How can I create a TextSymbolizer, which will follow the line and will
> have an offset (be above the line at 2px)?

See 
http://docs.geoserver.org/latest/en/user/styling/sld-cookbook/lines.html#optimized-label-placement
and then add a PerpendicularOffset value of 2.

Ian
-- 
Ian Turton

--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Two SLD questions

2011-03-30 Thread Andrea Aime
On Wed, Mar 30, 2011 at 6:18 PM, Gis Mage  wrote:
> Hello!
>
> I'm doing a pretty strict cartographic map.
> 1. How can I create a LineSymbolizer, which will produce two parallel dash
> lines with 1 px hollow in between?
> Like two same lines with positive and negative offset from centerline by
> 1px.

You create one large dashed line, black, and a white line in the middle
(assuming the background is white).

As far as I know it's the only way to get good looking results.
Or you can use a graphics stroke with the base symbol you want and combine
it with dash array, GS 2.1.x will repeat the symbol following the dash array
as a template.

> 2. How can I create a TextSymbolizer, which will follow the line and will
> have an offset (be above the line at 2px)?

Not possible, we don't have the code that computes a proper offset line.
I tried to implement it but it was quite hard, also the JTS main developer
agreed with me that a single side offset with proper bending in the curves
is very hard to implement, not something that can be done in hours
(I actually already threw days at the problem without luck, thought I'm sure
Martin Davis, the father of JTS, would be able to do it properly)

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
mob:    +39 333 8128928

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

---

--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] 2.1-RC3 GeoWebCache fails to generate png tiles

2011-03-30 Thread Roger Bedell
I'm seeing the same thing.

Roger

On Wed, Mar 30, 2011 at 4:27 PM, Rick Workman  wrote:

> Using the GeoWebCache Demos page from the Web admin interface connected to
> a vanilla GeoServer2.1-RC3 (no user data), the OpenLayers links fail to
> produce any png tiles (appear as mini "?" icons on white background, grey
> outline). Links for jpeg seem to work fine. Nothing obvious in the log file
> to indicate a problem.
>
> Versions 2.0.2 and 2.1-RC1 appear to work as expected.
>
> Running on OSX 10.6.6, Java 1.6.0.
>
> Is this a known issue?
>
> Rick
>
>
>
>
> --
> Create and publish websites with WebMatrix
> Use the most popular FREE web apps or write code yourself;
> WebMatrix provides all the features you need to develop and
> publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Two SLD questions

2011-03-30 Thread Gis Mage
Hello!

I'm doing a pretty strict cartographic map.
1. How can I create a LineSymbolizer, which will produce two parallel dash
lines with 1 px hollow in between?
Like two same lines with positive and negative offset from centerline by
1px.

2. How can I create a TextSymbolizer, which will follow the line and will
have an offset (be above the line at 2px)?
I need to label the linear hydrography in such a way.

Regards
--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Convex hull

2011-03-30 Thread Andrew Chamberlain


  
  
Hi Ahmad,

If you need this to be dynamic, the best bet is to use OpenLayers
for your client.  With a WFS layer configured to pull over the
building features from Geoserver, you can let the user pick the
buildings and then have a bit of _javascript_ to calculate and display
the convex hull.  The _javascript_ would get the all polygon vertices
as an array of points and then feed them into the getConvexHull()
function here:

http://en.literateprograms.org/Quickhull_%28Javascript%29

This could then be displayed by Openlayers in fairly quick time.

Andy




On 30/03/2011 16:37, Ahmad Aburizaiza wrote:

  Hello all,
  
  I am new to Geoserver and to web GIS in general. I have a
  building layer that I want to be able to select two buildings
  and create a convex hull. Any suggestions.
  
  Thanks in advance,

---
Ahmad Aburizaiza
  
PhD student at George Mason University
  
Geography and Geoinformation Science Department
  
Fairfax, VA, USA
  
Tel : +1352-328-5511

  

  


--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Convex hull

2011-03-30 Thread Andrea Aime
On Wed, Mar 30, 2011 at 5:37 PM, Ahmad Aburizaiza  wrote:
> Hello all,
>
> I am new to Geoserver and to web GIS in general. I have a building layer
> that I want to be able to select two buildings and create a convex hull. Any
> suggestions.

You need WPS, there is a process that can compute the convex hull given
two geometries expressed in GML

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
mob:    +39 333 8128928

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

---

--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Convex hull

2011-03-30 Thread Ahmad Aburizaiza
Hello all,

I am new to Geoserver and to web GIS in general. I have a building layer
that I want to be able to select two buildings and create a convex hull. Any
suggestions.

Thanks in advance,

*---
Ahmad Aburizaiza
PhD student at **George Mason University**
Geography and Geoinformation Science Department
Fairfax, VA, USA
Tel : +1352-328-5511*
--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Rendering a GeometryCollection with SLD

2011-03-30 Thread Mike Hampton
I am trying to use sld to style a GeometryCollection using Openlayers.

The collection contains a point, a line and a polygon.

My data is coming back properly, but I do not know how to get the SLD to apply 
to each geometry member within the data.  At present, only the first member (in 
this case the polygon) is being rendered.

Any help is greatly appreciated.

If this question is more appropriate for another mail list, please let me know.

The data in GML:

http://www.opengis.net/wfs"; 
xmlns:wfs="http://www.opengis.net/wfs"; 
xmlns:afics="http://www.issinc.com/afics"; 
xmlns:gml="http://www.opengis.net/gml"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://www.opengis.net/wfs 
http://localhost:7001/geoserver/schemas/wfs/1.0.0/WFS-basic.xsd 
http://www.issinc.com/afics 
http://localhost:7001/geoserver/wfs?service=WFS&version=1.0.0&request=DescribeFeatureType&typeName=afics%3ABaseEvent";>
  
unknown
  
  

  POINT (-76.35878 37.092896)
  72
  
http://www.opengis.net/gml/srs/epsg.xml#4326";>
  http://www.opengis.net/gml"; decimal="." 
cs="," ts=" ">-76.35878,37.092896

  
  
http://www.opengis.net/gml/srs/epsg.xml#4326";>
  

  

  http://www.opengis.net/gml"; 
decimal="." cs="," ts=" ">-76.35795709,37.092896 -76.35796105,37.09297666 
-76.3579729,37.09305654 -76.35799252,37.09313488 -76.35801973,37.09321091 
-76.35805426,37.09328392 -76.35809578,37.09335318 -76.35814388,37.09341805 
-76.35819811,37.09347789 -76.35825795,37.09353212 -76.35832282,37.09358022 
-76.35839208,37.09362174 -76.35846509,37.09365627 -76.35854112,37.09368348 
-76.35861946,37.0937031 -76.35869934,37.09371495 -76.35878,37.09371891 
-76.35886066,37.09371495 -76.35894054,37.0937031 -76.35901888,37.09368348 
-76.35909491,37.09365627 -76.35916792,37.09362174 -76.35923718,37.09358022 
-76.35930205,37.09353212 -76.35936189,37.09347789 -76.35941612,37.09341805 
-76.35946422,37.09335318 -76.35950574,37.09328392 -76.35954027,37.09321091 
-76.35956748,37.09313488 -76.3595871,37.09305654 -76.35959895,37.09297666 
-76.35960291,37.092896 -76.35959895,37.09281534 -76.3595871,37.09273546 
-76.35956748,37.09265712 -76.35954027,37.09258109 -76.35950574,37.09250808 
-76.35946422,37.09243882 -76.35941612,37.09237395 -76.35936189,37.09231411 
-76.35930205,37.09225988 -76.35923718,37.09221178 -76.35916792,37.09217026 
-76.35909491,37.09213573 -76.35901888,37.09210852 -76.35894054,37.0920889 
-76.35886066,37.09207705 -76.35878,37.09207309 -76.35869934,37.09207705 
-76.35861946,37.0920889 -76.35854112,37.09210852 -76.35846509,37.09213573 
-76.35839208,37.09217026 -76.35832282,37.09221178 -76.35825795,37.09225988 
-76.35819811,37.09231411 -76.35814388,37.09237395 -76.35809578,37.09243882 
-76.35805426,37.09250808 -76.35801973,37.09258109 -76.35799252,37.09265712 
-76.3579729,37.09273546 -76.35796105,37.09281534 
-76.35795709,37.092896

  

  
  

  http://www.opengis.net/gml"; 
decimal="." cs="," ts=" ">-76.36506,37.082882

  
  

  http://www.opengis.net/gml"; 
decimal="." cs="," ts=" ">-76.36506,37.082882 
-76.35878,37.092896

  

  

  



the SLD:

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";>
  
 Base Events 

  
Feature


  

  #FF
  0.3


  #FF
  3

  
  

  #FF
  0.3


  #FF
  3

  
  

  #00
  4

  

  

  





Mike Hampton
Senior Software Engineer
Intelligent Software Solutions
5450 Tech Center Drive
Colorado Springs, CO 80919-2341
Office: 719.234.0655
US Cell: 719.440.4889
Yahoo IM: javamike9
AOL IM: javamike9
Gmail: 
mike.hampton.issinc@gmail.com
Skype: mike.hampton.issinc.com
--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] 2.1-RC3 GeoWebCache fails to generate png tiles

2011-03-30 Thread Rick Workman
Using the GeoWebCache Demos page from the Web admin interface connected to a 
vanilla GeoServer2.1-RC3 (no user data), the OpenLayers links fail to produce 
any png tiles (appear as mini "?" icons on white background, grey outline). 
Links for jpeg seem to work fine. Nothing obvious in the log file to indicate a 
problem.

Versions 2.0.2 and 2.1-RC1 appear to work as expected.

Running on OSX 10.6.6, Java 1.6.0.

Is this a known issue?

Rick



--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Concurrency Issues

2011-03-30 Thread Steve Way
Hi Andrea,

We have already tried the cleaning of the temp dirs.

With OAs, you do not have control to start one JVM at a time - this is 
controlled by OPMN.

Cheers,
Steve

-Original Message-
From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea 
Aime
Sent: 30 March 2011 12:11
To: Steve Way
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] GeoServer Concurrency Issues

On Wed, Mar 30, 2011 at 12:47 PM, Steve Way 
 wrote:
> Hi Andrea,
>
> Yes there are plenty, but here are some.

Hmmm... failures reading from the EPSG factory. That one is created on startup 
if missing, there is code doing locking to avoid multiple writers to step on 
each other toes but it may not working on your specific platform.

Try cleaning up all the temp dirs, start just one, then start the others

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
mob:+39 333 8128928

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

---

DISCLAIMER:

This email may contain confidential information and is intended only for the 
use of the specific individual(s) to which it is addressed. If you are not the 
intended recipient of this email, you are hereby notified that any unauthorized 
use, dissemination or copying of this email or the information contained in it 
or attached to it is strictly prohibited. If you received this message in 
error, please immediately notify the sender at Infotech or 
mail.ad...@infotech-enterprises.com and delete the original message.

--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Concurrency Issues

2011-03-30 Thread Andrea Aime
On Wed, Mar 30, 2011 at 12:47 PM, Steve Way
 wrote:
> Hi Andrea,
>
> Yes there are plenty, but here are some.

Hmmm... failures reading from the EPSG factory. That one is created on
startup if missing,
there is code doing locking to avoid multiple writers to step on each
other toes but
it may not working on your specific platform.

Try cleaning up all the temp dirs, start just one, then start the others

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
mob:    +39 333 8128928

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

---

--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Concurrency Issues

2011-03-30 Thread Steve Way
Hi Andrea,

Yes there are plenty, but here are some.

Cheers,
Steve

-Original Message-
From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea 
Aime
Sent: 30 March 2011 11:29
To: Steve Way
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] GeoServer Concurrency Issues

On Wed, Mar 30, 2011 at 12:14 PM, Steve Way 
 wrote:
> Hi All,
>
>
>
> Does anyone know the reason why we maybe getting concurrency issues
> with Geoserver?
>
>
>
> Running multiple JVMs using OAS, seems to throw up issues whenever the
> JVMs are started.
>
>
>
> At first we thought this could be GWC, and still believe this is part
> of the problem, but having removed the GWC jars, there still seem to
> be concurrency issues.

Please define concurrency issues. Examples, requests, stack traces

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
mob:+39 333 8128928

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

---

DISCLAIMER:

This email may contain confidential information and is intended only for the 
use of the specific individual(s) to which it is addressed. If you are not the 
intended recipient of this email, you are hereby notified that any unauthorized 
use, dissemination or copying of this email or the information contained in it 
or attached to it is strictly prohibited. If you received this message in 
error, please immediately notify the sender at Infotech or 
mail.ad...@infotech-enterprises.com and delete the original message.
2011-03-26 03:59:35,171 WARN [org.geoserver] - Error decode epsg code: 
EPSG:27700
org.opengis.referencing.FactoryException: Error in "PROJECTION": No transform 
for classification "British National Grid (EPSG OP 19916)".
at 
org.geotools.referencing.factory.PropertyAuthorityFactory.createCoordinateReferenceSystem(PropertyAuthorityFactory.java:397)
at 
org.geotools.referencing.factory.BufferedAuthorityFactory.createCoordinateReferenceSystem(BufferedAuthorityFactory.java:781)
at 
org.geotools.referencing.factory.FallbackAuthorityFactory.createCoordinateReferenceSystem(FallbackAuthorityFactory.java:642)
at 
org.geotools.referencing.factory.AuthorityFactoryAdapter.createCoordinateReferenceSystem(AuthorityFactoryAdapter.java:798)
at 
org.geotools.referencing.factory.ThreadedAuthorityFactory.createCoordinateReferenceSystem(ThreadedAuthorityFactory.java:729)
at 
org.geotools.referencing.DefaultAuthorityFactory.createCoordinateReferenceSystem(DefaultAuthorityFactory.java:179)
at org.geotools.referencing.CRS.decode(CRS.java:458)
at org.geotools.referencing.CRS.decode(CRS.java:386)
at 
org.geoserver.config.util.XStreamPersister$SRSConverter.fromString(XStreamPersister.java:950)
at 
com.thoughtworks.xstream.converters.SingleValueConverterWrapper.fromString(SingleValueConverterWrapper.java:41)
at 
com.thoughtworks.xstream.converters.SingleValueConverterWrapper.unmarshal(SingleValueConverterWrapper.java:49)
at 
com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
at 
com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
at 
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:246)
at 
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:218)
at 
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:162)
at 
com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
at 
com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
at 
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:246)
at 
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:218)
at 
org.geoserver.config.util.XStreamPersister$ResourceInfoConverter.doUnmarshal(XStreamPersister.java:1415)
at 
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:162)
at 
com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
at 
com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
at 
com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60)
at 
com.thoughtworks.xs

Re: [Geoserver-users] GeoServer Concurrency Issues

2011-03-30 Thread Andrea Aime
On Wed, Mar 30, 2011 at 12:14 PM, Steve Way
 wrote:
> Hi All,
>
>
>
> Does anyone know the reason why we maybe getting concurrency issues with
> Geoserver?
>
>
>
> Running multiple JVMs using OAS, seems to throw up issues whenever the JVMs
> are started.
>
>
>
> At first we thought this could be GWC, and still believe this is part of the
> problem, but having removed the GWC jars, there still seem to be concurrency
> issues.

Please define concurrency issues. Examples, requests, stack traces

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
mob:    +39 333 8128928

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

---

--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] GeoServer Concurrency Issues

2011-03-30 Thread Steve Way
Hi All,

Does anyone know the reason why we maybe getting concurrency issues with 
Geoserver?

Running multiple JVMs using OAS, seems to throw up issues whenever the JVMs are 
started.

At first we thought this could be GWC, and still believe this is part of the 
problem, but having removed the GWC jars, there still seem to be concurrency 
issues.

Thanks,
Steve


DISCLAIMER:

This email may contain confidential information and is intended only for the 
use of the specific individual(s) to which it is addressed. If you are not the 
intended recipient of this email, you are hereby notified that any unauthorized 
use, dissemination or copying of this email or the information contained in it 
or attached to it is strictly prohibited. If you received this message in 
error, please immediately notify the sender at Infotech or 
mail.ad...@infotech-enterprises.com and delete the original message.
--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] WMS capabilities in 2.1 RC3

2011-03-30 Thread Andrea Aime
On Wed, Mar 30, 2011 at 10:43 AM,   wrote:
>
> Hi,
> WMS - Capabilities in 2.1 RC3 and whats going wrong?
> In 2.0.3 the query of the wms capabilities works - but when using 2.1-RC3
> the XML query aborts.
> Queries via uDig or Qgis failed with version 2.1 RC3 - but with version
> 2.0.3 they show the general survey!!

We need to see the contents of geoserver.log, there should be a stack trace
reporting why and how the request is failing

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
mob:    +39 333 8128928

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

---

--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] WMS capabilities in 2.1 RC3

2011-03-30 Thread Wolfram . Winter

Hi,
WMS - Capabilities in 2.1 RC3 and whats going wrong?
In 2.0.3 the query of the wms capabilities works - but when using 2.1-RC3
the XML query aborts.
Queries via uDig or Qgis failed with version 2.1 RC3 - but with version
2.0.3 they show the general survey!!

http://localhost:8080/geoserver/wms?service=wms&version1.1.1&request=GetCapabilities
or
http://localhost:8080/geoserver/ows?service=wms&version1.1.1&request=GetCapabilities
or
http://localhost:8080/geoserver/ows?service=wms&version1.3.0&request=GetCapabilities

=> XML-Result:
...
- 
  XML
  INIMAGE
  BLANK
  
- 
  GeoServer Web Map Service
  A compliant implementation of WMS plus most of the SLD
extension (dynamic styling). Can also generate PDF, SVG, KML,
GeoRSS
  AUTO:42001
  AUTO:42002
  AUTO:42003
  AUTO:42004
  EPSG:WGS84(DD)
  EPSG:2000
  ...
  EPSG:61306413
  EPSG:61316405
  EPSG:61326405
  <

Die XML-Seite kann nicht angezeigt werden
Die XML-Eingabe kann nicht angezeigt werden, wenn Stylesheet XSL verwendet
wird. Beheben Sie den Fehler und klicken Sie dann auf Aktualisieren, oder
wiederholen Sie den Vorgang später.
Die folgenden Tags wurden nicht geschlossen: WMS_Capabilities, Capability,
Layer, CRS. Fehler beim Bearbeiten der Ressource...

class="t">CRS>EPSG:61336405
  EPSG:61346405
  EPSG:61356405
  EPSG:61366405

Any suggestions???

Regards

Wolfram Winter
AgL Regionale Infrastrukturdaten (I.NVT 5 (D-W))

DB Netz AG
Hansastraße 15, 47058 Duisburg
Tel. +49 203-3017-4561, Fax +49 203-3017-4593, intern 9481-
_

Internetauftritt der Deutschen Bahn AG >> http://www.db.de

Sitz der Gesellschaft: Frankfurt am Main
Registergericht: Frankfurt am Main, HRB 50879
USt-IdNr.: DE 199861757
Vorstand: Oliver Kraft (Vorsitzender), Dr. Roland Bosch, Ralph-Peter
Hänisch, Dr. Jörg Sandvoß, Hans-Otto Umlandt
Vorsitzender des Aufsichtsrates: Dr. Rüdiger Grube



--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Intersect or Intersects?

2011-03-30 Thread Andrea Aime
On Wed, Mar 30, 2011 at 9:23 AM, Rahkonen Jukka
 wrote:

> Amazing, I love all versions of WFS standard.  So WFS 1.0.0 GetCapabilities 
> is advertising "Intersect" but users should not care and use "Intersects" 
> instead? That's what I have done but I got baffled because of somewhat 
> misleading GetCapabilities.
>
> I am still confused with "Intersect". The query above with "Intersects" 
> against topp:states returns one state. If I edit the query to use "Intersect" 
> it returns all the states. Is this what it is supposed to do?

Depends on your configuration. The geoserver xml parser is lenient, if
it finds something it does not understand
it skips it silently, that's why you get everything.

If you want it to actually do validation you should enable it in the
wfs configuration (cite compliance)
but be warned, some clients will break as it often happens they send
over non fully compliant
requests.

If you want validation on a per request basis add ?strict=true to the
request url

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
mob:    +39 333 8128928

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

---

--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] [ExternalEmail] Spatial Information Services Stack Workshop: Canberra 22-24 March 2011

2011-03-30 Thread Ben Caradoc-Davies
The Spatial Information Services Stack Workshop was conducted last week. 
All of the workshop content can be found on the SEEGrid wiki:
https://www.seegrid.csiro.au/wiki/bin/view/Siss/SissWorkshop2011

On 18/02/11 14:03, Ben Caradoc-Davies wrote:
> AuScope is running a three-day Spatial Information Services Stack
> Workshop in Canberra on 22-24 March 2011.
>
> The Spatial Information Services Stack - an Australian Interoperable SDI
> http://auscope.org/res/file/downloads/grid/SISS_Program-form.pdf
>
> 22-24 March 2011
> Geoscience Australia
> Cnr Jerrabomberra Ave and Hindmarsh Drive
> Symonston ACT 2609
>
> Background
>
> The Spatial Information Services Stack (SISS) is a suite of tools for
> spatial data interoperability. SISS uses OGC standards, GML application
> schema, modelling tools, vocabulary support services and registries.
> AuScope is deploying the SISS in multiple Australian Government agencies
> and research organisations. AuScope has developed a Web portal to
> demonstrate the infrastructure, and to encourage the development of
> other third party client tools. As SISS is built on open source
> technologies others are encouraged to use the stack and assist in its
> development.
>
> SISS builds on existing technologies including GeoServer, FullMoon and
> GeoNetwork. AuScope has made enhancements to support complex application
> schemas like GeoSciML and WaterML, and quality improvements to raise the
> quality of service level and ensure stack completeness. For example, the
> AuScope portal uses GeoNetwork to discover services, and the application
> schemas supported by GeoServer are developed and tested with FullMoon.
> SISS provides a complete solution to develop, establish and maintain OGC
> standards compliant infrastructures.The development of SISS was funded
> by NCRIS through the NeAT initiative.
>
> Workshop goal
>
> The goal of the workshop is to show how communities can use SISS to
> provide transparent interoperable access to spatial data and knowledge
> about Australia.
>
> Full programme and registration form:
> http://auscope.org/res/file/downloads/grid/SISS_Program-form.pdf
>
> Space is limited so places will be allocated to ensure representation
> from the greatest number of organisations in each session.
>
> Kind regards,
>

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

--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Intersect or Intersects?

2011-03-30 Thread Rahkonen Jukka
Hi,

A bit more testing: WFS 1.1.0 does not accept "Intersect" filter but gives an 
error. However, WFS 1.0.0 is accepting all filters, it is just doing nothing 
with not recognised ones. This one gives me also all the states.
 


  
the_geom
  http://www.opengis.net/gml/srs/epsg.xml#4326";>
-74.817265,40.5296504
  

  
  

-Jukka Rahkonen-

 

> -Alkuperäinen viesti-
> Lähettäjä: Rahkonen Jukka [mailto:jukka.rahko...@mmmtike.fi] 
> Lähetetty: 30. maaliskuuta 2011 10:24
> Vastaanottaja: geoserver-users@lists.sourceforge.net
> Aihe: Re: [Geoserver-users] Intersect or Intersects?
> 
> 
>  
> Andrea Aime wrote:
> 
> > On Tue, Mar 29, 2011 at 9:03 PM, Rahkonen Jukka
> >  wrote:
> > > Hi,
> > >
> > > I noticed that the demo request of Geoserver 2.0.2 is using filter
> > >
> > >  
> > >    
> > >      
> > >        the_geom
> > >           > srsName="http://www.opengis.net/gml/srs/epsg.xml#4326";>
> > >            
-74.817265,40.5296504
> > >          
> > >        
> > >      
> > >  
> > > 
> > >
> > > The WFS GetCapabilities of the same server is listing in 
> > the capabilities
> > > 
> > >  ?
> > >  ?
> > >    
> > >
> > > Why the demo request is using "Intersects"? I had a try 
> > with that demo request and Geoserver seems to accept both
> > > Intersect and Intersects but the result is different. I've 
> > been told that uDig is creating requests with "Intersects" 
> > and Mapserver does not accept those but I have not checked 
> > that myself.
> > 
> > The Filter specification 1.0 states:
> > 
> >  > substitutionGroup="ogc:spatialOps"/>
> > 
> > however filtercapabilties.xsd, referred by wfs 1.0 caps states:
> > 
> >
> >   
> >
> > 
> > and Filter 1.1 states:
> > 
> > > type="ogc:BinarySpatialOpType"
> > substitutionGroup="ogc:spatialOps"/>
> > 
> > while wfs 1.1 caps states:
> > 
> >
> >   
> >  
> >  
> >  
> >  
> > 
> > As far as I can see GeoServer respects all by the letter, even the
> > inconsistency in WFS 1.0/Filter 1.0 between the caps name and the
> > actual filter name.
> 
> 
> Amazing, I love all versions of WFS standard.  So WFS 1.0.0 
> GetCapabilities is advertising "Intersect" but users should 
> not care and use "Intersects" instead? That's what I have 
> done but I got baffled because of somewhat misleading GetCapabilities.
> 
> I am still confused with "Intersect". The query above with 
> "Intersects" against topp:states returns one state. If I edit 
> the query to use "Intersect" it returns all the states. Is 
> this what it is supposed to do?
> 
> -Jukka Rahkonen-
> 
> 
> --
> 
> Enable your software for Intel(R) Active Management 
> Technology to meet the
> growing manageability and security demands of your customers. 
> Businesses
> are taking advantage of Intel(R) vPro (TM) technology - will 
> your software 
> be a part of the solution? Download the Intel(R) 
> Manageability Checker 
> today! http://p.sf.net/sfu/intel-dev2devmar
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
> 

--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Geoserver 2.0.3 and 2.1-RC3 REST config issues

2011-03-30 Thread Marianna Borriello




Dear all,
I'm trying to upload a shapefile via rest api.
I use the following command:

curl -u admin:geoserver -XPUT -H 'Content-type: application/zip'
--data-binary @C:/cultivated-areas.zip 
http://localhost:8080/geoserver/rest/workspaces/prova/datastores/test/file.shp

This test fails both on geoserver 2.0.3 and 2.1-RC3 releases, in fact
it seems to fail while unzipping my source and i got the exception:
java.io.IOException:
Wrong
magic number, expected 9994, got 1347093252
I found also in the JIRA the GEOS-3973 "Errors decompressing zipped
shapefiles when sending them via rest to GeoServer" fixed but I can't
do the upload.

Please, can you help me?

Thanks in advance,

Marianna



--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Cascading WMS

2011-03-30 Thread Ivan Grcic
Hi all,

Fabio, just to make sure, did you enable developer logging and Verbose
Mesaging in Geoserver global settings? Usually the error stack should
be then written out in the image.

Andrea, should I go and make a patch to print out the cascading
request, for the Level.FINE log level? It is pretty useful to have it
around when something goes wrong.

Regards,
Ivan


On Wed, Mar 30, 2011 at 9:40 AM, Di Pietro, Fabio VGD
 wrote:
> Ciao Andrea
> Thank you. For testing WMS on Geotask Server we have to allow it with asking 
> Server (your Geoserver) TCP-IP Number. Please send me your TCP-Adress.
>
> Regards,
> Fabio
>
>
> -Original Message-
> From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of 
> Andrea Aime
> Sent: Wednesday, March 30, 2011 9:31 AM
> To: Di Pietro, Fabio VGD
> Cc: geoserver-users@lists.sourceforge.net
> Subject: Re: [Geoserver-users] Cascading WMS
>
> On Wed, Mar 30, 2011 at 8:35 AM, Di Pietro, Fabio VGD  
> wrote:
>> Ciao Andrea
>> I'm not able to change the Java code an recompile geoserver.
>> We use a Geotask WMS-Server. Do you want have a look on the getCapability 
>> Result?
>
> That is unlikely to be very useful. Is there a publicly available Geotask WMS 
> server we can hit to see what's going on?
>
>> Perhaps you can see what can be the problem. I suspect the following entry:
>>
>> At the top:
>> http://hostname/"; xlink:type="simple"/> or
>> here on every entry:
>> > xlink:href="http://www.geotesBLABLA.ch/pa..r/ser...et/gtEoint;jses
>> sionid=F423087ABF8A9C82B090D1A302D4CFED?"/>
>
> This actually looks normal as far as I can see
>
> 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
> mob:    +39 333 8128928
>
> 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
>
> ---
>
> --
> Enable your software for Intel(R) Active Management Technology to meet the
> growing manageability and security demands of your customers. Businesses
> are taking advantage of Intel(R) vPro (TM) technology - will your software
> be a part of the solution? Download the Intel(R) Manageability Checker
> today! http://p.sf.net/sfu/intel-dev2devmar
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>



-- 
---
Ivan Grcic
GeoSolutions S.A.S.
Software Engineer


Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:      +39 0584 962313
mob:   +39 328 0559267


http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://twitter.com/geosolutions_it
http://www.youtube.com/user/GeoSolutionsIT


---

--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Cascading WMS

2011-03-30 Thread Di Pietro, Fabio VGD
Ciao Andrea
Thank you. For testing WMS on Geotask Server we have to allow it with asking 
Server (your Geoserver) TCP-IP Number. Please send me your TCP-Adress.

Regards,
Fabio


-Original Message-
From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea 
Aime
Sent: Wednesday, March 30, 2011 9:31 AM
To: Di Pietro, Fabio VGD
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Cascading WMS

On Wed, Mar 30, 2011 at 8:35 AM, Di Pietro, Fabio VGD  
wrote:
> Ciao Andrea
> I'm not able to change the Java code an recompile geoserver.
> We use a Geotask WMS-Server. Do you want have a look on the getCapability 
> Result?

That is unlikely to be very useful. Is there a publicly available Geotask WMS 
server we can hit to see what's going on?

> Perhaps you can see what can be the problem. I suspect the following entry:
>
> At the top:
> http://hostname/"; xlink:type="simple"/> or
> here on every entry:
>  xlink:href="http://www.geotesBLABLA.ch/pa..r/ser...et/gtEoint;jses
> sionid=F423087ABF8A9C82B090D1A302D4CFED?"/>

This actually looks normal as far as I can see

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
mob:+39 333 8128928

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

---

--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Cascading WMS

2011-03-30 Thread Andrea Aime
On Wed, Mar 30, 2011 at 8:35 AM, Di Pietro, Fabio VGD
 wrote:
> Ciao Andrea
> I'm not able to change the Java code an recompile geoserver.
> We use a Geotask WMS-Server. Do you want have a look on the getCapability 
> Result?

That is unlikely to be very useful. Is there a publicly available
Geotask WMS server
we can hit to see what's going on?

> Perhaps you can see what can be the problem. I suspect the following entry:
>
> At the top:
> http://hostname/"; xlink:type="simple"/>
> or here on every entry:
>  xlink:href="http://www.geotesBLABLA.ch/pa..r/ser...et/gtEoint;jsessionid=F423087ABF8A9C82B090D1A302D4CFED?"/>

This actually looks normal as far as I can see

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
mob:    +39 333 8128928

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

---

--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Intersect or Intersects?

2011-03-30 Thread Rahkonen Jukka
 
Andrea Aime wrote:

> On Tue, Mar 29, 2011 at 9:03 PM, Rahkonen Jukka
>  wrote:
> > Hi,
> >
> > I noticed that the demo request of Geoserver 2.0.2 is using filter
> >
> >  
> >    
> >      
> >        the_geom
> >           srsName="http://www.opengis.net/gml/srs/epsg.xml#4326";>
> >            -74.817265,40.5296504
> >          
> >        
> >      
> >  
> > 
> >
> > The WFS GetCapabilities of the same server is listing in 
> the capabilities
> > 
> >  ?
> >  ?
> >    
> >
> > Why the demo request is using "Intersects"? I had a try 
> with that demo request and Geoserver seems to accept both
> > Intersect and Intersects but the result is different. I've 
> been told that uDig is creating requests with "Intersects" 
> and Mapserver does not accept those but I have not checked 
> that myself.
> 
> The Filter specification 1.0 states:
> 
>  substitutionGroup="ogc:spatialOps"/>
> 
> however filtercapabilties.xsd, referred by wfs 1.0 caps states:
> 
>
>   
>
> 
> and Filter 1.1 states:
> 
> type="ogc:BinarySpatialOpType"
> substitutionGroup="ogc:spatialOps"/>
> 
> while wfs 1.1 caps states:
> 
>
>   
>  
>  
>  
>  
> 
> As far as I can see GeoServer respects all by the letter, even the
> inconsistency in WFS 1.0/Filter 1.0 between the caps name and the
> actual filter name.


Amazing, I love all versions of WFS standard.  So WFS 1.0.0 GetCapabilities is 
advertising "Intersect" but users should not care and use "Intersects" instead? 
That's what I have done but I got baffled because of somewhat misleading 
GetCapabilities.

I am still confused with "Intersect". The query above with "Intersects" against 
topp:states returns one state. If I edit the query to use "Intersect" it 
returns all the states. Is this what it is supposed to do?

-Jukka Rahkonen-


--
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users