[Geoserver-users] Uploading SLD ExternalGraphic images via REST API?

2017-01-11 Thread Martin Davis
Can the REST API resources request [1] be used to upload image files for use in SLDs as external graphics? Are there any examples of how to do this? In particular, it's not clear to me from the docs how to specify the location the files should be stored to. [1]

Re: [Geoserver-users] Geoserver-users Digest, Vol 128, Issue 11

2017-01-11 Thread Rahkonen Jukka (MML)
Hi, Sorry, but I do not quite understand what is your actual problem and what is your question. If you read data from Oracle database and publish it as WMS or WFS all the changes made to Oracle shows immediately in web services. Is it that you lack an application, perhaps browser based one,

Re: [Geoserver-users] Oracle Compatibility with Java 8

2017-01-11 Thread Paul Wittle
Final update, I've answered my own question, the driver should have been: oracle.jdbc.driver.OracleDriver Sorry for cluttering up the mailing group. Best Regards, Paul From: Paul Wittle Sent: 11 January 2017 11:40 To: geoserver-users@lists.sourceforge.net Subject: RE: Oracle Compatibility with

[Geoserver-users] Oracle Compatibility with Java 8

2017-01-11 Thread Paul Wittle
Hello, I've just updated to version 2.9.3 and that required an update of the Java JRE. We are now getting java.io.IOException: org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class 'sun.jdbc.odbc.JdbcOdbcDriver' errors. I'm using ojdbc6.jar but does the error above

Re: [Geoserver-users] Oracle Compatibility with Java 8

2017-01-11 Thread Paul Wittle
Hi, Quick update, I've tracked it down to a possible problem with a JDBC database connection for a user group. We have a set of user defined within our Oracle database and there is a connection to the pickup the list defined with: sun.jdbc.odbc.JdbcOdbcDriver In the config file. This webpage

Re: [Geoserver-users] Vector tiles plugin: xyz grid and WGS84 coords?

2017-01-11 Thread Edward Mac Gillavry
Hiya, As expected, upon requesting the GeoJSON with srs defined as epsg:4326, I get the feature coordinates in WGS-84 indeed: Request:

[Geoserver-users] SRS trouble with EPSG:54009 rasters

2017-01-11 Thread Andy Gabey
Hi all I'm having trouble getting Geoserver to recognise the SRS of EPSG:54009 TIFF + Worldfile data files. If adding a WorldImage store, the projection defaults to EPSG:40400. I can always force the SRS to be EPSG:54009 in the layer configuration if it's a single image, but I'm trying to

Re: [Geoserver-users] Geoserver-users Digest, Vol 128, Issue 11

2017-01-11 Thread Dipak
Hi there,We have been utilising GeoServer for viewing our Utility network (Electrical EHT/HT/LT) extensively with great results feedback from the end users. With our limited knowledge we have implemented quite a few query screens for the on-line managers. However, there is one stumbling block

Re: [Geoserver-users] Question About GeoWebCache

2017-01-11 Thread Nuno Oliveira
If I understood your use case correctly, you want to generate the tiles once and put them in a folder following the XYZ format and then use them with openlayers: new ol.layer.Tile({ source: new ol.source.XYZ({ url: "pathToYourFolderThatWasCreated/{z}/{x}/{y}.png" }) })

Re: [Geoserver-users] Question About GeoWebCache

2017-01-11 Thread David Alda Fernandez de Lezea
Thanks both of you. Andrea, yes, my idea was to create a TMS structure using GeoWebCache, now I see is not possible. Nuno, I have the mbtiles extension installed and working, but I don't understand what I can do with you mentioned