Re: [Geoserver-users] many tables isted while creating oracle data store

2010-10-11 Thread Andrea Aime
Our API allows to exclude some well known tables. For example the PostGIS one excludes geometry_columns and geography_columns: @Override public boolean includeTable(String schemaName, String tableName, Connection cx) throws SQLException { if (tableName.equals("geometry_colu

Re: [Geoserver-users] Publishing Lots of Raster Data

2010-10-11 Thread christian . mueller
Geoserver is backed by geotools. The imagemosaicJDBC plugin is a geotools module, not specific to geoserver. If you decide to go this way, look here http://docs.codehaus.org/display/GEOT/Creating+your+own+Module You can look at the imagemosaicJDBC source code as a template. You can also a

Re: [Geoserver-users] Does 2.1 change the data directory? [Sec=Unclassified]

2010-10-11 Thread Miles Jordan
Justin Deoliveira wrote: > If we want forwards compatibility like this the easiest thing to do (afaik) > is to backport the new fields to the various config objects on trunk back > to 2.0.x, of course leaving them unused. And also tell xstream to ignore > them on serializatsion. Unfortunately it wo

Re: [Geoserver-users] Publishing Lots of Raster Data

2010-10-11 Thread Keith Moss
Ahh ok, yeah, storing our raster archive as BLOBs isn't going to be a practical option. It's far too large and combines several different image formats. A custom plugin it is then. I've had a look through the GeoServer Developer Documentation pages but they seem a tad spartan. Are there any re

Re: [Geoserver-users] many tables isted while creating oracle data store

2010-10-11 Thread Paul Joyce
> Nothing funny with that. People want to publish also geometryless tables with WFS > occasionally, so we list everything we find. It's usual with Oracle to filter out all the system tables, since by default a user can see a lot of them, but they are rarely useful to an application end user. If y

Re: [Geoserver-users] Creating a FeatureType using REST

2010-10-11 Thread Mckeane
Hello Ms. Aime, I am now able to successfully reference the shape files in geoserver without copying such files to geoserver's data directory using the patch downloaded: the configuration used is as follows: [gr...@~/geoserver-2.0.2]$ curl -u admin:geoserver -v -XPUT -H 'Content-type: text/pl

[Geoserver-users] {Disarmed} Re: Re: Cache-control configuration ignored on raster Layer

2010-10-11 Thread Arne Kepp
Ok, serves me right. I'll have a look, care to open an issue on jira.codehaus.org ? Thanks, -Arne On 10/11/10 6:45 PM, Nicolas CASTEL wrote: The value was positive : 900. I tried to set 0 but i dont see any difference. The layer was a geotiff raster. I repeat that everything is fine with v

Re: [Geoserver-users] many tables isted while creating oracle data store

2010-10-11 Thread sophia parafina
Check your user's schema, it looks like your user has access to system level objects. sophia 2010/10/11 marwa El-said > > Hello all, > > I'm using geoServer 2.0.2 & oracle server 10g, > > I' connected now to oracle and my layers are listed but i saw anither > hyndreds of tables with names like

Re: [Geoserver-users] {Disarmed} Re: Cache-control configuration ignored on raster Layer

2010-10-11 Thread Nicolas CASTEL
The value was positive : 900. I tried to set 0 but i dont see any difference. The layer was a geotiff raster. I repeat that everything is fine with vector layers. The problem is with raster layers. I tried with the 2.0.x nightly build also but i found the same bug 2010/10/11 Arne Kepp > Hm, w

Re: [Geoserver-users] many tables isted while creating oracle data store

2010-10-11 Thread Luca Morandini
On 10/11/2010 06:35 PM, Andrea Aime wrote: > > Nothing funny with that. People want to publish also geometryless tables > with WFS > occasionally, so we list everything we find. I must admit it makes sense. > If someone has an interest in just listing spatial tables, a way would > be to roll a

Re: [Geoserver-users] many tables isted while creating oracle data store

2010-10-11 Thread Andrea Aime
On Mon, Oct 11, 2010 at 5:29 PM, Luca Morandini wrote: > On 10/11/2010 02:03 PM, marwa El-said wrote: > > > > Hello all, > > > > I'm using geoServer 2.0.2 & oracle server 10g, > > > > I' connected now to oracle and my layers are listed but i saw anither > > hyndreds of tables with names like > >

Re: [Geoserver-users] WPS with Geoscript

2010-10-11 Thread Justin Deoliveira
Hmmm... so it seems there is an error in one of your datastores? Anyways, probably a bug that happens when a datastore goes down at startup and the python extension is installed. I will look into it. Perhaps in the meantime you should try fixing the connection problem and then starting up to see i

Re: [Geoserver-users] 2.1-beta1 SQL view problem

2010-10-11 Thread Justin Deoliveira
Hmmm... nothing comes to memory. Charles do you have a reproducible set of steps starting from the vanilla geoserver configuration? On Fri, Oct 8, 2010 at 1:41 PM, Andrea Aime wrote: > On Fri, Oct 8, 2010 at 8:52 PM, Charles Galpin wrote: > > > > Hi Andrea > > Ok, I had not chosen the VERBOSE_LO

Re: [Geoserver-users] Does 2.1 change the data directory? [Sec=Unclassified]

2010-10-11 Thread Justin Deoliveira
On Fri, Oct 8, 2010 at 8:44 AM, Andrea Aime wrote: > On Fri, Oct 8, 2010 at 4:23 PM, Mike Pumphrey wrote: > >> Interesting. Is there a list of what changes are made to the data dir >> between 2.0.x and 2.1.x? I know that we posted this information for people >> when we moved from 1.7.x to 2.0.x

[Geoserver-users] {Disarmed} Re: Cache-control configuration ignored on raster Layer

2010-10-11 Thread Arne Kepp
Hm, were you trying to set it to a negative value? To me it looks like an unsigned integer that rolled over backwards. I tested positive value, before I looked closely at your email, and those appear to work. Set it to 0 if you don't want it cached, or better, have the client appends &ts= t

Re: [Geoserver-users] many tables isted while creating oracle data store

2010-10-11 Thread Luca Morandini
On 10/11/2010 02:03 PM, marwa El-said wrote: > > Hello all, > > I'm using geoServer 2.0.2 & oracle server 10g, > > I' connected now to oracle and my layers are listed but i saw anither > hyndreds of tables with names like > " > ALL$AW_CUBE_AGG_LEVELS Publish > ALL$AW_CUBE_AGG_MEASURES Publish > ALL

[Geoserver-users] Cache-control configuration ignored on raster Layer

2010-10-11 Thread Nicolas CASTEL
Hi, i'm trying to configure cache response headers on a raster layer on geoserver 2.0.2. I didn't see any changes on the header when I perform a request with curl : * Connected to 10.0.4.24 (10.0.4.24) port 8080 (#0) > GET /geoserver/wms?HEIGHT=356&WIDTH=512&LAYERS=nurc%3Amosaic&STYLES=&SRS=EPSG%3

[Geoserver-users] Restricting the amount of data coming from the selectFeatures control

2010-10-11 Thread Robert Buckley
Figured it out!! Nested IFs! <#-- Body section of the GetFeatureInfo template, it's provided with one feature collection, and will be called multiple times if there are various feature collections --> ${type.name} <#list type.attributes as attribute> <#if !attribute.isGeometry> <#if

Re: [Geoserver-users] GeoServer GetLegendGraphic request ServiceException

2010-10-11 Thread Esben Taudorf
Hi everybody I found out that my geometry column had a not-null constraint in PostGIS. When I removed the not-null constraint I got rid of the GetLegendGraphic request ServiceException. Another solution was to change the geometrytype in PostGIS from GEOMETRY TO LINESTRING (change the type in th

[Geoserver-users] Help with ftl Content

2010-10-11 Thread Robert Buckley
Hi, I am trying hard to do a simple task. I just want this ftl file (below) to NOT display the following fields"BEZ", "Koord_X", or "Koord_Y" ${type.name} <#list type.attributes as attribute> <#if !attribute.isGeometry > ${attribute.name} <#assign odd = false> <#list fea

Re: [Geoserver-users] Rest API in Beta

2010-10-11 Thread David Winslow
The configuration API is an extension which must be installed prior to use. See http://docs.geoserver.org/stable/en/user/extensions/rest/installation.html The page at /geoserver/rest includes a list of all rest APIs, so if it is blank then you don't have any installed. -- David Winslow OpenGeo -

[Geoserver-users] many tables isted while creating oracle data store

2010-10-11 Thread marwa El-said
Hello all, I'm using geoServer 2.0.2 & oracle server 10g, I' connected now to oracle and my layers are listed but i saw anither hyndreds of tables with names like " ALL$AW_CUBE_AGG_LEVELS Publish ALL$AW_CUBE_AGG_MEASURES Publish ALL$AW_CUBE_AGG_PLANS Publish ALL$AW_CUBE_ENABLE

[Geoserver-users] (no subject)

2010-10-11 Thread marwa El-said
Hello all, I'm using geoServer 2.0.2 & oracle server 10g, I' connected now to oracle and my layers are listed but i saw anither hyndreds of tables with names like " ALL$AW_CUBE_AGG_LEVELS Publish ALL$AW_CUBE_AGG_MEASURES Publish ALL$AW_CUBE_AGG_PLANS Publish ALL$AW_CUBE_ENABLED

Re: [Geoserver-users] Geoserver - WMS 1.3.0

2010-10-11 Thread Rob
For anybody interested, it might be worth checking out slide 20 of this presentation from the recent UK AGI. http://www.agi.org.uk/storage/AGI-AWG-6-Jul-10.pdf -- Beautiful is writing same markup. Internet Explorer 9 suppo

[Geoserver-users] Restricting the amount of data coming from the selectFeatures control

2010-10-11 Thread Robert Buckley
Thanks for the responses regarding formatting the getFeature html output in Openlayers. After looking in vein for the folder "FeatureTypes" in my File Structure I read this artical "http://augusttown.blogspot.com/2010/01/customize-wms-getfeatureinfo-response.html"; which states that the folder

[Geoserver-users] Rest API in Beta

2010-10-11 Thread Roger Bedell
Morning, the 2.1beta-1 solved some of my problems, but this one just appeared. The Rest interface seems broken? Before I could do this (GS1.7.6) http://ogi.state.ok.us/geoserver/rest and get a list of workspaces, namespaces, styles, etc. However, if I try this on this server on 2.1 beta-1, I don

Re: [Geoserver-users] Difficulty in Using Oracle Spatial

2010-10-11 Thread Rahkonen Jukka
Hi, SDO_GEOM_METADATA must match your data. SRID in the metadata table must be the same than SRID that is used for storing the geometries. If you really want to set geometries in data to null you must: - drop the spatial index - update all the geometries to have SRID=null - update the line

Re: [Geoserver-users] Difficulty in Using Oracle Spatial

2010-10-11 Thread Imran Rajjad
hello to change or set the projection null, I think you need to modify user_sdo_geom_metadata, there is a SRID column in it. secondly you should try creating spatial index with default values for starters. regards, Imran On Mon, Oct 11, 2010 at 2:21 PM, 王震阳 wrote: > Hello, > > I have two ques

[Geoserver-users] Difficulty in Using Oracle Spatial

2010-10-11 Thread 王震阳
Hello, I have two questions: 1. I have some data in Oracle Spatial, but I can't see these tables from GeoServer when I try to add this layer. Finally I think this is because GeoServer can't handle the tablenames starting with "SDO" because I can see other tables with other table names. 2. I import

Re: [Geoserver-users] Publishing Lots of Raster Data

2010-10-11 Thread christian . mueller
In the tutorial the "location" attribute is the primary key attribute needed to join the spatial table and the tile table. It is also possible to use only one table. The image data is always stored in BLOBs, no support for URLs. Some jdbc raster exetensions allow you to store raster data in