Re: [Geoserver-users] Oracle View Layer

2010-12-16 Thread Pedro Briones García
It Works! Thank you very much for the help. Greetings Pedro Briones García TRAGSATEC - Gerencia de SIG y Consultoría De: Pedro Mendes [mailto:p.m.g.men...@gmail.com] Enviado el: viernes, 17 de diciembre de 2010 2:34 Para: Pedro Briones García CC:

Re: [Geoserver-users] Another Error in Unable to acquire a reader for this coverage with format: ImageMosaicJDBC

2010-12-16 Thread Black_Saber
Simone Giannecchini wrote: > > Ciao B_S, > if your tif is 2.6 GB the easiest thing you can do is the following: > > - split it in two tif using gdal_translate (add also options to retile > it in smaller tiles) > - add overviews using gdaladdo > > Ciao, > Simone. >

Re: [Geoserver-users] Python module on GS 2.1-beta2

2010-12-16 Thread Ben Caradoc-Davies
Sorry, Martin., I'm the one who kicked the python module out of the build. Here is the problem we were seeing intermittently with githib: http://jira.codehaus.org/browse/GEOS-4124 On 16/12/10 23:58, Justin Deoliveira wrote: > Hi Martin, > > So as it turns out the python stuff is not actually hook

Re: [Geoserver-users] app-schema mapping geometry column in PostGIS

2010-12-16 Thread Ben Caradoc-Davies
Will, are you running 64-bit Java? If so, I strongly recommend using Oracle (AKA Sun) Java 6 with the JVM argument -XX:+UseCompressedOops to reduce memory footprint. Also, I am not sure that setting root's CATALINA_OPTS is the canonical [1] way of setting this. Can you see these options in the

Re: [Geoserver-users] Oracle View Layer

2010-12-16 Thread Pedro Mendes
> > I tried to make a view with all the information I have. However, Geoserver > does not represent this view: I suppose it's because it generates repeated > records (if the polygon A in the layer has 4 values in the relationship > table, it appears 4 times in the view). However, if the view has on

Re: [Geoserver-users] Upload shapefiles REST service question

2010-12-16 Thread Justin Deoliveira
Cool. Thanks for the patch Jose. I just applied it to trunk. About where to store the files. I think that makes sense although i would like to discuss it further with regard to some changes i have pending for restconfig when uploading files. But the change makes sense though. I think creating the

Re: [Geoserver-users] Attribute-based color for polygon features

2010-12-16 Thread Joshua M. Thompson
On Wed, Dec 8, 2010 at 6:11 AM, lisa10 wrote: > > Hello everybody > > I'm new in Geoserver and have a problem: > I've got a polygon layer in Geoserver and would like to color the polygons > using one of its attribute value. > > To do so I've created an SLD style containing various rules as follows

Re: [Geoserver-users] Python module on GS 2.1-beta2

2010-12-16 Thread Justin Deoliveira
Hi Emilio, good question. You are technically correct in that you could use the python extension without geoscript and just access geoserver/geotools classes directly. However the goal of the geoscript project is to provide a more script friendly, and simpler api for geotools than the native geoto

Re: [Geoserver-users] Create a GeoServer WFS Store ...

2010-12-16 Thread Justin Deoliveira
Hi Milon, I suggest you checkout geoext [1]. It has nice widgets for doing exactly this sort of thing. -Justin [1] http://geoext.org/ On Thu, Dec 9, 2010 at 6:45 AM, milon wrote: > > To all , > I am hosting my spatial data in as a WMS service on Geoserver 2.0. > I wish to do the same

Re: [Geoserver-users] ImageMosaic using images on a network share

2010-12-16 Thread Simone Giannecchini
Ciao Phil, I am testing using a nightly build form trunk and here is the result: -1- a put a mosaic on a network laptop on our net and I pointed the imagemoisac to it: \\192.168.1.105\work\mosaic_sample of course (murphy's law) it worked -2- ok, I said, let me try by name: \\Portatile-ele\wor

Re: [Geoserver-users] Tomcat crash after request from Geoserver

2010-12-16 Thread Justin Deoliveira
Sounds like you may be trying to rendering just too much in one request. 20 layers is quite a bit and requires a good chunk of memory depending on the styling for the layers, etc... My guess it that you are making this request a few times in parallel and the memory that geoserver has to allocate i

Re: [Geoserver-users] GCS_WGS_1984 issue

2010-12-16 Thread Justin Deoliveira
Hi Sharan, This is pretty normal. It happens often when a file does not have any spatial referencing information, or it does and geoserver can not figure out what it is. Simply set the declared srs to 4326 or whatever epsg code you choose and it should work fine. -Justin On Wed, Dec 8, 2010 at

Re: [Geoserver-users] mixed-geometry

2010-12-16 Thread Justin Deoliveira
Paolo, I am not sure as i have never tried it but I do think it is possible. Simply create a style with three rules. Each of the three rules will have a filter that uses the "geometryType" filter function to constrain to as specific type of the geometry. In theory this should work but be warned th

Re: [Geoserver-users] [ExternalEmail] Re: geoserver 2.1 beta1: cannot detect mysql geometry

2010-12-16 Thread nyem
Yes, it's now working in Geoserver 2.1 beta2 On Thu, Dec 16, 2010 at 2:08 PM, wrote: > Hi, > > I did some test recently publishing a point as both simple and complex > feature from MySQL db (version 5.5) with latest trunk version and geoserver > is able recognise the point as geometry type. > >

Re: [Geoserver-users] how to put google maps under my layer

2010-12-16 Thread Phil Scadden
> Hello, i'm new to geoserver and i'm trying to make a web site and put > some maps on it, so far i can plot data from a shapefile into a > layer but i need to put google maps images beneath it and have the > same options than google maps (satellite, streets, physical, hybrid) > can anyone giv

[Geoserver-users] how to put google maps under my layer

2010-12-16 Thread Carlos Henriquez
Hello, i'm new to geoserver and i'm trying to make a web site and put some maps on it, so far i can plot data from a shapefile into a layer but i need to put google maps images beneath it and have the same options than google maps (satellite, streets, physical, hybrid) can anyone give me a clue on

[Geoserver-users] Oracle Views

2010-12-16 Thread Pedro Briones García
Good morning. I am working with Geoserver WMS services and an application with MapFish. I Use layers and tables as a data source that represent polygons with attributes stored in Oracle Spatial. I have a layer (stored in Oracle Spatial) and a table (Oracle) storing attributes of the polygons w

[Geoserver-users] Oracle 11g View [window SRID does not match layer SRID]

2010-12-16 Thread Gorman, Stephen A.
All, After two days I have hit a brick wall on this one. I run the following SQL in 11g. In geoserver I create a layer for both the View(SHAPE_POLY_LAYER) and the table(ORA_POLY_POINTS). If I try to preview the View's layer or hit the server with a WFS request I get the exception listed at the bo

Re: [Geoserver-users] GeoWebCache - Additional Volume

2010-12-16 Thread Wolfgang W. Wasserburger
Arne, Jukka, my directory setting is: GEOWEBCACHE_CACHE_DIR /geocache/gwc The symlink is set to 777 and user:group tomcat6:tomcat6 The target directory is set to 777 and user:group tomcat6:tomcat6 When I restart geoserver in the Tomcat Web Application Manager I find: - Caused

[Geoserver-users] Print/PDF | obtain the GetMap request

2010-12-16 Thread kouk
Hi everybody, I developp a web application with GeoServer/OpenLayers/GeoExt and I want to add a print/pdf button on the main map page. When the user click on this button, the behavior would be : A popup with the map (an image obtained with a GetMap request) will open. In this page, I will add a “

[Geoserver-users] Oracle View Layer

2010-12-16 Thread Pedro Briones García
Good morning. I am working with Geoserver WMS services and an application with MapFish. I Use layers and tables as a data source that represent polygons with attributes stored in Oracle Spatial. I have a layer (stored in Oracle Spatial) and a table (Oracle) storing attributes of the polygons w

[Geoserver-users] GCS_WGS_1984 issue

2010-12-16 Thread sharan kumar
Hi, I'm new to Geoserver, currently working with Geoserver 2.0.2. I'm trying to add a layer in GCS_WGS_1984 but the geoserver gives UNKNOWN in Native SRS TextBox. Does this means it does not load this file. Please help, With Regards, Sharan. ---

[Geoserver-users] Attribute-based color for polygon features

2010-12-16 Thread lisa10
Hello everybody I'm new in Geoserver and have a problem: I've got a polygon layer in Geoserver and would like to color the polygons using one of its attribute value. To do so I've created an SLD style containing various rules as follows: === house house

[Geoserver-users] Polygon hatch styling Problem

2010-12-16 Thread EdwardHands
Hello, I have a polygon layer of fields and i wish to symbolise the feilds dependent on there type of whihc there are four types. I have written SLD for this with four rules, for two of which i have specified a hatched fill (slas) to create diagonal lines. The SLD is valis however when i try t

[Geoserver-users] getfeatureinfo from other database table

2010-12-16 Thread paolotome
Hello everyone, I would like to know if I can make a getfeatureinfo, from wms layer, taking also data from other database tables (tables with relations). Thanks a lot -- View this message in context: http://old.nabble.com/getfeatureinfo-from-other-database-table-tp30473679p30473679.html Sent fr

[Geoserver-users] mixed-geometry

2010-12-16 Thread paolotome
Hello everyone, I need help to solve my problem. I have a table (mysql) with a geometry field in which are recorded mixed geometries (points, polygons, lines). I would like to represent these geometries in a single layer but can not find a suitable style sld; from web research results that you ca

[Geoserver-users] RV: Oracle View Layer

2010-12-16 Thread Pedro Briones García
Good morning. I am working with Geoserver WMS services and an application with MapFish. I Use layers and tables as a data source that represent polygons with attributes stored in Oracle Spatial. I have a layer (stored in Oracle Spatial) and a table (Oracle) storing attributes of the polygons w

[Geoserver-users] Tomcat crash after request from Geoserver

2010-12-16 Thread Astro :)
Dear Geoserver user, Not sure this is right channel? May i sorry if it is not. Here is my troubleshooting on Geoserver+Tomcat. I have install Tomcat 6 and Geoserver 2.02 on single server and call data form Oracle Spatial form another server. I have followed tune Geoserver and JVM as shown in geose

[Geoserver-users] Create a GeoServer WFS Store ...

2010-12-16 Thread milon
To all , I am hosting my spatial data in as a WMS service on Geoserver 2.0. I wish to do the same using WFS so that I can add the functionality of adding annotations using a web interface. i am using ExtJS and openlayers for fetching data from the server . Please guide me towards the pro

Re: [Geoserver-users] geoserver 2.1 beta1: cannot detect mysql geometry

2010-12-16 Thread wallyatkins
How do you specify the previous version (JDBC 2.0) for MySQL with GeoServer? Regards, Wally Atkins Rini Angreani wrote: > > This looks like the same problem I reported: > http://jira.codehaus.org/browse/GEOT-3263 > It's been introduced (accidentally) since VARBINARY mapping was added to > SQLD

Re: [Geoserver-users] Polygon clipping at tile boundaries

2010-12-16 Thread Andrea Aime
On Thu, Dec 16, 2010 at 5:53 PM, Nji, Klaus wrote: > Andrea, should I send you a Postgre/SQL database dump with the offending > table? Dump, style and WMS request to reproduce the issue, thanks :-) Cheers Andrea - Ing. Andrea Aime Senior Soft

Re: [Geoserver-users] app-schema mapping geometry column in PostGIS

2010-12-16 Thread will.rogers
Thanks for the response - I've been tied up with other things a bit. After ensuring that the geometry column WAS registered (a number of my experiments may have meant this wasn't the case), I'm instead getting a: java.lang.OutOfMemoryError: Java heap space Java heap space Is this reasonably lik

Re: [Geoserver-users] Polygon clipping at tile boundaries

2010-12-16 Thread Nji, Klaus
Andrea, should I send you a Postgre/SQL database dump with the offending table? -Original Message- From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: December 16, 2010 11:51 AM To: Nji, Klaus Cc: geoserver-users@lists.sourceforge.net Subject: Re:

Re: [Geoserver-users] Polygon clipping at tile boundaries

2010-12-16 Thread Andrea Aime
On Wed, Dec 15, 2010 at 11:51 PM, Nji, Klaus wrote: > Guys, > > > > We have installed GeoServer 2.1 beta 2 to confirm issue reported in this bug > report:  http://jira.codehaus.org/browse/GEOS-4168  . The issue was not appearing for me anymore when I fixed the issue and with that data set. If you

Re: [Geoserver-users] SQL Server 2008 layers

2010-12-16 Thread Hugo
Hi Justin, Thanks for your reply. I will try the latest nightly build and give some feedback on this. Cheers, Hugo On Thu, Dec 16, 2010 at 3:17 PM, Justin Deoliveira wrote: > Hi Hugo, > > I think these issues have actually been fixed since geoserver 2.0.2. Can > you try the latest nightly buil

Re: [Geoserver-users] Python module on GS 2.1-beta2

2010-12-16 Thread Justin Deoliveira
Hi Martin, So as it turns out the python stuff is not actually hooked up to the nightly builds due to an issue with pulling in geoscript from github that i have yet to fix. So long story short the changes were not pulled in. I have put up a build manually that should work with any recent 2.1 nigh

Re: [Geoserver-users] Suggestion for WPS: Support for R stat package

2010-12-16 Thread Andrea Aime
On Wed, Dec 15, 2010 at 11:32 PM, Martin Jensen wrote: > I am really thrilled by the potential of WPS in Geoserver. > I have been using R spatial (http://r-spatial.sourceforge.net/) with > postgresql (http://bostongis.com/?content_name=postgresql_plr_tut01#87) and > I think it would be great for t

Re: [Geoserver-users] App Schema Transactions

2010-12-16 Thread Chris Holmes
Note there are some developers who have built support for parsing complex GML features. They just haven't got the go ahead and time to contribute the code back. Though I'm meeting them today, so will mention that there is real community interest. On Mon, Dec 13, 2010 at 9:08 PM, Ben Caradoc-Davi

Re: [Geoserver-users] SQL Server 2008 layers

2010-12-16 Thread Justin Deoliveira
Hi Hugo, I think these issues have actually been fixed since geoserver 2.0.2. Can you try the latest nightly build of 2.0.x and see if the problem persists. Thanks. http://gridlock.opengeo.org/geoserver/2.0.x/ Make sure you also grab the corresponding sql server extension as well. -Justin On W

Re: [Geoserver-users] Upload shapefiles REST service question

2010-12-16 Thread jose garcia
Hi Justin The problem is in this line of DataStoreFileResource.java (based on GS 2.0.2): line 120: DataStoreInfo info = catalog.getDataStoreByName(datastore) ; I change to: DataStoreInfo info = catalog.getDataStoreByName(workspace, datastore) ; and works ok. Also I did a small change in sam

Re: [Geoserver-users] geoserver geonetwork installation tomcat

2010-12-16 Thread jose garcia
Hi This document can help to setup GeoNetwork in tomcat: http://geonetwork-opensource.org/_static/foss4g2010/FOSS4G_Mastering_Advanced_GeoNetwork.pdf Regards, Jose García On Wed, Dec 15, 2010 at 5:38 PM, Just van den Broecke wrote: > To my knowledge there is no automatic integration. This is w

Re: [Geoserver-users] geoserver 2.1beta2 poi picture render not clear

2010-12-16 Thread Andrea Aime
On Thu, Dec 16, 2010 at 9:06 AM, Monton wrote: > > After render road's label I think it's not clearly from original so I would > like to know how to solve this problem. > Thank you > > geoserver 2.1 beta 2 > ubuntu server 10.10 > > http://old.nabble.com/file/p30470716/Untitled.jpg > http://old.nab

[Geoserver-users] geoserver 2.1beta2 poi picture render not clear

2010-12-16 Thread Monton
After render road's label I think it's not clearly from original so I would like to know how to solve this problem. Thank you geoserver 2.1 beta 2 ubuntu server 10.10 http://old.nabble.com/file/p30470716/Untitled.jpg http://old.nabble.com/file/p30470716/road1_1.png -- View this message in c