Re: [Geoserver-users] Geometry column Name - Oracle

2013-02-19 Thread Gede Mátyás
Hi,

You can specify the geometry column in the SLD:

 LineSymbolizer
  Geometry
   ogc:PropertyNamegeometry_column_to_use/ogc:PropertyName
  /Geometry
  ...
 /LineSymbolizer

cheers,

GEDE Mátyás
ELTE Térképtudományi és Geoinformatikai Tanszék, Budapest


On Mon, 18 Feb 2013 13:44:22 -0500, Olivier Gagnon wrote
 Hi,
 I'm using geoserver 2.2.2.
 I'm able to serve data from Oracle with OpenLayers.
 In one of my tables, I have two geometry column (sdo_geometry).
 How can I indicate which of the two should be used ?
 Thanks



--
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_feb
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] OGR DataStore using Geomedia

2013-02-19 Thread PBI
Hello,

unfortunately it seems, that nobody can help me.

Could you please tell me how I can compile the OGRDataStore, in order to use
it in GeoServer?

I will try to fix it by myself.

Best regards

Paul



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/OGR-DataStore-using-Geomedia-tp5033667p5035094.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
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_feb
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] OGR DataStore using Geomedia

2013-02-19 Thread Andrea Aime
On Tue, Feb 19, 2013 at 10:37 AM, PBI paul.bis...@fit.fichtner.de wrote:

 Hello,

 unfortunately it seems, that nobody can help me.

 Could you please tell me how I can compile the OGRDataStore, in order to
 use
 it in GeoServer?

 I will try to fix it by myself.


The ogr data store is in GeoTools, unsupported land:
https://github.com/geotools/geotools/tree/master/modules/unsupported/ogr

You'll have to pick up the proper branch depending on the version of
GeoServer you're using:
master (2.4.x) - master (10.x)
2.3.x - 9.x
2.2.x - 8.x
2.1.x - 2.7.x

Cheers
Andrea

-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
--
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_feb___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] OGR DataStore using Geomedia

2013-02-19 Thread Biskup, Paul
Thank you,

 

I'll give it a try.

 

Regards

Paul

 

Von: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] Im Auftrag von
Andrea Aime
Gesendet: Dienstag, 19. Februar 2013 11:07
An: Biskup, Paul
Cc: geoserver-users@lists.sourceforge.net
Betreff: Re: [Geoserver-users] OGR DataStore using Geomedia

 

On Tue, Feb 19, 2013 at 10:37 AM, PBI paul.bis...@fit.fichtner.de
wrote:

Hello,

unfortunately it seems, that nobody can help me.

Could you please tell me how I can compile the OGRDataStore, in
order to use
it in GeoServer?

I will try to fix it by myself.

 

The ogr data store is in GeoTools, unsupported land:

https://github.com/geotools/geotools/tree/master/modules/unsupported/ogr

 

You'll have to pick up the proper branch depending on the version of
GeoServer you're using:

master (2.4.x) - master (10.x)

2.3.x - 9.x

2.2.x - 8.x

2.1.x - 2.7.x

 

Cheers

Andrea

 

-- 

==

Our support, Your Success! Visit http://opensdi.geo-solutions.it for
more information.

==

 

Ing. Andrea Aime 

@geowolf

Technical Lead

 

GeoSolutions S.A.S.

Via Poggio alle Viti 1187

55054  Massarosa (LU)

Italy

phone: +39 0584 962313

fax: +39 0584 1660272

mob: +39  339 8844549

 

http://www.geo-solutions.it

http://twitter.com/geosolutions_it

 

---

--
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_feb___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GetFeatureInfo for raster layer: data from vector layer

2013-02-19 Thread Andrea Aime
On Mon, Feb 11, 2013 at 2:25 PM, Rahkonen Jukka
jukka.rahko...@mmmtike.fiwrote:

  Hi,

 ** **

 There seems to be the same text in both WMS 1.1.1 and 1.3.0 standards

 ** **

 “ 7.3.3.5 QUERY_LAYERS

 The required QUERY_LAYERS parameter states the map layer(s) from which
 feature

 information is desired to be retrieved. Its value is a comma-separated
 list of one or more

 map layers. This parameter shall contain at least one layer name, but may
 contain fewer

 layers than the original GetMap request.

 If any layer in this list is not contained in the Capabilities XML of the
 WMS, the results

 are undefined and the WMS shall produce an exception response.”

 ** **

 At least it does not explicitly say that QUERY_LAYERS must be a the same
 than LAYERS or a subset of it. Throwing an error here feels unnecessary
 punishment.

 **


It finally occurred to me why we need the query_layers to be a subset of
layers: we need the style that was associated
to the layer in order to estimate how big the search buffer is, by doing a
static analysis of the SLD

I guess we could assume the style is the default one in case the layer is
not in the base GetMap request options:
patches welcomed ;-)

Cheers
Andrea

-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
--
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_feb___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] WFS 1.0, WFS 1.1 and WFS 2.0 performance issue

2013-02-19 Thread Jürgen Weichand

Hi Andrea,

thank you for your detailed response.

curl -s -o /dev/null -d @GetFeature_10_BBOX.xml -XPOST -H 'Content-type: 
text/xml' -w %{time_connect}:%{time_starttransfer}:%{time_total} 
http://some-server.de:8180/geoserver/wfs;

0,010:0,369:119,321

curl -s -o /dev/null -d @GetFeature_11_BBOX.xml -XPOST -H 'Content-type: 
text/xml' -w %{time_connect}:%{time_starttransfer}:%{time_total} 
http://some-server.de:8180/geoserver/wfs;

0,009:28,597:246,712

curl -s -o /dev/null -d @GetFeature_20_BBOX.xml -XPOST -H 'Content-type: 
text/xml' -w %{time_connect}:%{time_starttransfer}:%{time_total} 
http://some-server.de:8180/geoserver/wfs;

0,020:101,138:333,484

The count-statements take a long time to be completed. I've already run 
VACUUM and renewed the index.



Please see below
numberMatched can be 'unknown', so in case if the actual number of 
matched features is smaller than the 'count' parameter, or the count 
parameter is not set, what should the value of 'numberReturned' be? 
Shouldn't it be possible to set this attribute to 'unknown'?

https://portal.opengeospatial.org/files?artifact_id=43925


Best regards
Juergen


Am 17.02.2013 18:05, schrieb Andrea Aime:
On Sun, Feb 17, 2013 at 6:03 PM, Andrea Aime 
andrea.a...@geo-solutions.it mailto:andrea.a...@geo-solutions.it 
wrote:


 curl -s -o /dev/null -d @GetFeature_10_BBOX.xml -XPOST -H
'Content-type: text/xml' -w
%{time_connect}:%{time_starttransfer}:%{time_total}
http://localhost:8080/geoserver/wfs;
0,001:0,086:4,411

 curl -s -o /dev/null -d @GetFeature_11_BBOX.xml -XPOST -H
'Content-type: text/xml' -w %{time_connect}:%{time_time_total}
http://localhost:8080/geoserver/wfs;
0,000:0,211:45,496

 curl -s -o /dev/null -d @GetFeature_20_BBOX.xml -XPOST -H
'Content-type: text/xml' -w %{time_connect}:%{time_time_total}
http://localhost:8080/geoserver/wfs;
0,001:0,002:59,891


Humm, there has been a copy/paste error above, the curl commands all 
contained the time_starttransfer, as can be inferred

from the fact there are three results in the output

--
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_feb___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] WFS 1.0, WFS 1.1 and WFS 2.0 performance issue

2013-02-19 Thread Andrea Aime
On Tue, Feb 19, 2013 at 5:19 PM, Jürgen Weichand 
juergen.weich...@bvv.bayern.de wrote:

 Please see below
 numberMatched can be 'unknown', so in case if the actual number of matched
 features is smaller than the 'count' parameter, or the count parameter is
 not set, what should the value of 'numberReturned' be? Shouldn't it be
 possible to set this attribute to 'unknown'?
 https://portal.opengeospatial.org/files?artifact_id=43925


We don't have a way to configure GeoServer that way, but if someone wants
to add a configuration option to
disable feature counts, just like we already have an option to disable the
bounds generation, I'm sure it
would be welcomed by the GeoServer developers

Cheers
Andrea

-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
--
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_feb___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Serving Raster using GDAL with GeoServer

2013-02-19 Thread Guan Wang
Hi,

 

I have trouble to serve raster through GDAL extension with GeoServer. I
tried the same raster with ERDAS img and ArcGrid formats. Both of them were
displayed correctly in ArcMap and can be gdalinfo on the server hosting
GeoServer. However, neither of them worked with GeoServer. Adding them to
GeoServer stores always cause problems.

 

OS: CentOS 5

JRE: 6.0_39-b04

Java VM: Java HotSpot(TM) 64-Bit Server VM 

Application Server: Tomcat 6 with APR

GeoServer: 2.2.4 with GDAL extension

GDAL: 1.9.2 libgdaljni*.so was copied to APR lib folder so Tomcat can see
them

 

Checking Tomcat log: Feb 19, 2013 11:29:35 AM
it.geosolutions.imageio.gdalframework.GDALUtilities loadGDAL

 INFO: GDAL Native Library loaded (version: 1.9.2)

 

It appears GDAL extension was loaded correctly and all GDAL format show up
on GUI. If ERDAS image was given, a Java Runtime Error (SIGSEGV, write to
invalid address probably) will occur in JVM and Tomcat will be restarted.
Trackback to Java Frame, what on top is:

 

j
org.gdal.gdal.gdalJNI.MajorObject_GetMetadata_List__SWIG_0(JLorg/gdal/gdal/M
ajorObject;Ljava/lang/String;)Ljava/util/Vector;+0

 

If dataset folder for AIG is given, GeoServer can't pick it up. So, hdr.adf
in the folder was fed to Geoserver, the same error above will happen again.

 

I wonder if there is anything I missed? Should I just use the binary along
with the gdal extension instead? That doesn't sound nice.

 

Thanks a lot!

 

Guan 

 

--
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_feb___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver fails to start

2013-02-19 Thread cmaul
Pena,

the startup error message is very clear:

/usr/share/tomcat5/webapps/geoserver/data/security/config.xml (No such file
or directory) 

Could it be that you're starting your geoserver with your own data directory
from a 2.1.x version?
Because this file wouldn't be in there.


Cheers

Christian 



-


Dr Christian Maul
Project Manager

Information Services Branch
Department of Sustainability and Environment
Level13, Marland House, 570 Bourke Street
Melbourne 3000

PO Box 500, East Melbourne Vic 3002


Telephone:+61-3-8636 2325
Telefax:  +61-3-8636 2813
--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Geoserver-fails-to-start-tp5034879p5035384.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
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_feb
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] geoserver-2.3-beta

2013-02-19 Thread federico sanchez
Hi list,
 I recently downloaded 2.3-beta1  because I am particularly interested in
the Pluggable configuration storage subsystem so i want to try it and
test it, but i'm wondering if that module is included in package or if i
need to download it from somewhere else?  i tried this link but is not
working anymore:
http://gridlock.opengeo.org/geoserver/master/community-latest/geoserver-2.3-SNAPSHOT-jdbcconfig-plugin.zip

also ... is there some documentation about this module?

thanks!
--
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_feb___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] geoserver-2.3-beta

2013-02-19 Thread Ben Caradoc-Davies
We have started the transition from 2.3.x being the development branch 
(master) to 2.3.x being stable (hence the beta1). The latest nightlies 
for 2.3.x can be found in:
http://gridlock.opengeo.org/geoserver/2.3.x/

I think this is the resource you are looking for:
http://gridlock.opengeo.org/geoserver/2.3.x/community-latest/geoserver-2.3-SNAPSHOT-jdbcconfig-plugin.zip

This is not exactly the same as for 2.3-beta1, but it should be close 
enough for testing/

I could not find documentation.

Kind regards,
Ben.

On 20/02/13 14:22, federico sanchez wrote:
 Hi list,
 I recently downloaded 2.3-beta1 because I am particularly interested in
 the Pluggable configuration storage subsystem so i want to try it and
 test it, but i'm wondering if that module is included in package or if i
 need to download it from somewhere else?  i tried this link but is
 not working anymore:
 http://gridlock.opengeo.org/geoserver/master/community-latest/geoserver-2.3-SNAPSHOT-jdbcconfig-plugin.zip

 also ... is there some documentation about this module?

 thanks!

-- 
Ben Caradoc-Davies ben.caradoc-dav...@csiro.au
Software Engineer
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre

--
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_feb
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users