[Geoserver-users] SLD Raster - Do I understand this correctly?

2010-10-04 Thread Robert Buckley
Hi, I have a tif with the following attributes. Value Layer Windspeed 1 under 871mw/a5.6 4 871-890 5.7 8 891-910 5.8 2 911-930

[Geoserver-users] php-curl

2010-10-04 Thread i...@informatik-halle.de
  Hi guys,   this tutorial (http://docs.geoserver.org/trunk/en/user/extensions/rest/rest-config-examples-curl.html#uploading-a-shapefile) describes how to upload a new shapefile. This works perfect. However, after changing the environment to windows i have only a php-modul „curl“ available.   So,

Re: [Geoserver-users] How to define MaxScaleDenominator or ScaleHit in Geoserver

2010-10-04 Thread Andrea Aime
2010/10/4 Pedro Briones García p...@tragsa.es: Hello again. I have a doubt about Scale denominators. According to OGC, the MinScaleDenominator and MaxScaleDenominator elements define the range of scales for which it is appropriate to generate a map of a Layer. This information in in

Re: [Geoserver-users] How to define MaxScaleDenominator or ScaleHit in Geoserver

2010-10-04 Thread Pedro Briones García
Hello again. I have a doubt about Scale denominators. According to OGC, the MinScaleDenominator and MaxScaleDenominator elements define the range of scales for which it is appropriate to generate a map of a Layer. This information in in getCapabilities file. If a clients need to know,

Re: [Geoserver-users] php-curl

2010-10-04 Thread i...@informatik-halle.de
  Thanks for your answer!   I tried these steps already and it didn´t work :-(   The shapefile-upload-thing is such a dirty hack for me because the shapefile exists already on the geoserver. I dont know how to setup a wms-service with a simple (curl) XML-String from a shapefile that is located in

[Geoserver-users] NETCDF and GRIB data

2010-10-04 Thread abhijeet kodgire
Hello All, Lat week I was investing the GeoServer to publish my data with WCS. I wanted my NETCDF /GRIB data to be uploaded with WCS but I didnt get any interface/Data Source in GeoServer to upload such data. Am I missing anything? Could anyone please let me know if that is possible. Also, I

Re: [Geoserver-users] SLD Problem. is this valid?

2010-10-04 Thread Luca Morandini
On 10/04/2010 03:32 PM, Robert Buckley wrote: Hi, According to the validity check in Geoserver this sld is valid, but when I try to render it I get an error. I beg to differ from the validity checker, since this SLD contains: ColorMapEntry color=#3232FF quantity=9 label=1030 MWh/a/

Re: [Geoserver-users] SLD Problem. is this valid?

2010-10-04 Thread Joaquín Rodriguez-Guerra Urcelay
Thanks a lot Luca, it is a very good idea. I found this link where your idea is explained: http://blog.geoserver.org/2008/12/16/dynamic-symbolizers-part-2/ Joaquín Rodríguez-Guerra Urcelay Unidad de Sistemas de Procesamiento de Ciencia y de Observación de la Tierra / Science and Earth

Re: [Geoserver-users] php-curl

2010-10-04 Thread Arne Kepp
There's curl for Windows too, http://curl.haxx.se/download.html From PHP it's a bit more tricky, you can look at the PHP POST example in the docs and combine it with http://shivakvs.wordpress.com/2009/02/12/file-upload-php/ It would be a welcome example to add to the documentation if you

Re: [Geoserver-users] Custom GeoServer App - Java Framework Selection

2010-10-04 Thread David Winslow
The GeoServer administration interface is written in Wicket, so if you use that framework you can package your application up as a plugin to GeoServer and have it show up in the sidebar navigation menu. If you are building a webapp to run separately from GeoServer then which framework fits best

Re: [Geoserver-users] how would I

2010-10-04 Thread Luca Morandini
On 10/04/2010 02:07 PM, terry.rank...@csiro.au wrote: This may not be a geoserver question. I have 2 geological maps 1:1M and 1:50k (big scale difference, detail overload at the wrong zoom, which is why we have both.) They are served out as WMS layers. Is there a way to provide seamless

Re: [Geoserver-users] NETCDF and GRIB data

2010-10-04 Thread Luca Morandini
On 10/04/2010 03:58 PM, abhijeet kodgire wrote: Hello All, Lat week I was investing the GeoServer to publish my data with WCS. I wanted my NETCDF /GRIB data to be uploaded with WCS but I didnt get any interface/Data Source in GeoServer to upload such data. Am I missing anything? Could

Re: [Geoserver-users] Error while connect to oracle client 10 g

2010-10-04 Thread marwa El-said
Hello all, Thanks paul for your reply… But I wanna to tell you that oracle 10g server is installed on a remote server , and geoserver is installed on my pc “localhost” I’m trying to connect from my local geoserver to oracle server to make a new data store But I couldn’t do that Moreover,

[Geoserver-users] Why does geoserver think my tif is wgs84 when it´s really Gauss-kruger zone 3??

2010-10-04 Thread Robert Buckley
Hello, I have just loaded a tif raster file with its tfw file into geoserver. The Raster is projected in Gauss-kruger Zone 3 ...here is the twf file... 25.000 0.0 0.0 -25.000 3533271.160001 5882311.480004 HoweverGeoserver automatically sets the crs as

[Geoserver-users] SLD Problem. is this valid?

2010-10-04 Thread Robert Buckley
Thanks for the replies...I have simplified the sld to try and debug it. There are now no (), or . It still validates ok, but still gives code = internal error org.vfny wms exception etc ?xml version=1.0 encoding=ISO-8859-1? StyledLayerDescriptor version=1.0.0

Re: [Geoserver-users] SLD Problem. is this valid?

2010-10-04 Thread Simone Giannecchini
quantities MUST be in order, that is how the ColorMap works. Simone. --- === Notice that our office phone number has recently changed! Please, update your records! === Ing. Simone Giannecchini GeoSolutions S.A.S. Founder Via Poggio alle Viti

Re: [Geoserver-users] Using Geo server to reference external data stores.

2010-10-04 Thread i...@informatik-halle.de
Hi David,   However, if the Shapefiles are already on the server, you can POST an XML configuration to /rest/workspaces/default/datastores/ which references that file path and create a store that way   really?? Would you be so kind to send a XML-configuration example?   Best regards Florian  

Re: [Geoserver-users] SLD question. PointSymbolizer: New Mark or fill externalGraphic will color possible?

2010-10-04 Thread Andrea Aime
2010/10/4 Joaquín Rodriguez-Guerra Urcelay jrgue...@gmv.com: Hello all! How are you? I am trying to display a shapefile with millions of points using openlayers and a SLD style. I need to define a color and a size for each point, which I know how to do using sld point symbolizer and sld

Re: [Geoserver-users] Why does geoserver think my tif is wgs84 when it´s really Gauss-kruger zone 3? ?

2010-10-04 Thread Rahkonen Jukka
Hi, This document is no more maintained, but I suppose that the situation is still the same and you have two alternatives: either add .prj file to tell the projection or convert image to geotiff with gdal_translate

Re: [Geoserver-users] SLD question. PointSymbolizer: New Mark or fill externalGraphic will color possible?

2010-10-04 Thread Luca Morandini
On 10/04/2010 03:06 PM, Joaquín Rodriguez-Guerra Urcelay wrote: It would be greate if I could add the ship.png image as a marker so I could fill it with color. Is that posible?? Yes, but... not with a bitmap image (their colours are fixed). You'd better use an TrueType character (I suppose

Re: [Geoserver-users] Colors suggestion for map - SLD

2010-10-04 Thread David Winslow
http://colorbrewer2.org/ is an easy way to try out different color schemes for maps, and they provide a few default schemes that you can try out and tweak. -- David Winslow OpenGeo - http://opengeo.org/ On Mon, Oct 4, 2010 at 11:10 AM, giraam sdjb...@gmail.com wrote: Hi folks, I need some

Re: [Geoserver-users] Using Geo server to reference external data stores.

2010-10-04 Thread David Winslow
GeoServer does not support the .external or .file notation for Shapefiles; only GeoTIFFs. However, if the Shapefiles are already on the server, you can POST an XML configuration to /rest/workspaces/default/datastores/ which references that file path and create a store that way. Issue a GET

Re: [Geoserver-users] SLD Problem. is this valid?

2010-10-04 Thread Simone Giannecchini
the quantity element define a sementation of the 1D space in intervals, therefore, despite the xml schema the the ColorMapEntry quantity parameters must be in increasing order. This is true for all the implementation I am aware of. Aside, if you have two overlapping intervals and a value that

[Geoserver-users] how would I

2010-10-04 Thread Terry.Rankine
This may not be a geoserver question. I have 2 geological maps 1:1M and 1:50k (big scale difference, detail overload at the wrong zoom, which is why we have both.) They are served out as WMS layers. Is there a way to provide seamless transitions between them and serve them as a single layer?

Re: [Geoserver-users] SLD Problem. is this valid?

2010-10-04 Thread Luca Morandini
On 10/04/2010 05:48 PM, Simone Giannecchini wrote: the quantity element define a sementation of the 1D space in intervals, therefore, despite the xml schema You're right, the SLD 1.0.0 standard states ...and the ColorMap entries should be in order of increasing numeric quantity so that

Re: [Geoserver-users] SLD Problem. is this valid?

2010-10-04 Thread Simone Giannecchini
tell me about it! At the time (good old times when i was writing code instead of proposals) I had to chase the guy who wrote the spec on the wms-dev list! Simone. --- === Notice that our office phone number has recently changed! Please, update

Re: [Geoserver-users] Custom GeoServer App - Java Framework Selection

2010-10-04 Thread Antonio Mercado
If you are considering Struts, I highly recommend the Spring framework and the Inversion of Control (IOC) structure it provides. Spring makes a number of things easier to develop. Along with Spring is a rapid-prototyping tool called ROO, which helps in building out simple prototypes quickly.

Re: [Geoserver-users] SLD Problem. is this valid?

2010-10-04 Thread Luca Morandini
On 10/04/2010 05:29 PM, Luca Morandini wrote: Not to be prickly, but the SLD schema states that the order is not relevant for ColorMapEntry: xsd:choice minOccurs=0 maxOccurs=unbounded xsd:element ref=sld:ColorMapEntry/ /xsd:choice ...otherwise it would have been a xsd:sequence,

Re: [Geoserver-users] [ExternalEmail] Re: FW: App-schema no longer listed on new datastore menu

2010-10-04 Thread Justin Deoliveira
Should be fixed now. Apologies for the oversight on my part. On Sun, Oct 3, 2010 at 10:17 PM, Ben Caradoc-Davies ben.caradoc-dav...@csiro.au wrote: I have created a Jira issue for this: http://jira.codehaus.org/browse/GEOS-4153 On 04/10/10 12:09, Ben Caradoc-Davies wrote: Thanks, Florence.

Re: [Geoserver-users] [ExternalEmail] Re: FW: App-schema no longer listed on new datastore menu

2010-10-04 Thread Ben Caradoc-Davies
Confirmed fixed. Thanks, Justin, for the super-quick turnaround! On 05/10/10 08:01, Justin Deoliveira wrote: Should be fixed now. Apologies for the oversight on my part. On Sun, Oct 3, 2010 at 10:17 PM, Ben Caradoc-Daviesben.caradoc-dav...@csiro.au wrote: I have created a Jira issue for

Re: [Geoserver-users] Feature chaining vs denormalized tables

2010-10-04 Thread Ben Caradoc-Davies
Gabriel, I agree that we should be using a proper ORM solution, but I do not think that the O-R mapping process can be separated from the target application schema. I do not see why you think these are orthogonal. It makes most sense to me to have a GUI that allows the user to navigate their

Re: [Geoserver-users] Error while connect to oracle client 10 g

2010-10-04 Thread Paul Joyce
Hi Marwa, If I understand you correctly, you can connect from sqlplus on your GeoServer machine to your Oracle server, but a JDBC connection (as used by GeoServer) fails. JDBC and sqlplus can use different methods of connection (sqlplus has more possibilities), so the problem is most likely in