Re: [Geoserver-users] Tile Errors | Tile Caching Errors EPSG:4326

2016-04-06 Thread Rahkonen Jukka (MML)
Hi, I do not know Leaflet and if and how it supports WMS-C specification. Perhaps it does not and it would be better to use WMTS which is probably used through https://github.com/mylen/leaflet.TileLayer.WMTS. By reading http://leafletjs.com/ Leaflet does not seem to have mailing list or forum b

Re: [Geoserver-users] Tile Errors | Tile Caching Errors EPSG:4326

2016-04-06 Thread Rahkonen Jukka (MML)
Hi, WMS-C works only if the BBOX of the GetMap request hits (almost) exactly the tile boundaries of the corresponding gridset. I took on example GetMap from the States layer GWC preview. This is a valid request for EPSG:4326 gridset http://localhost:8080/geoserver/gwc/service/wms?LAYERS=topp%3A

[Geoserver-users] Tile Errors | Tile Caching Errors EPSG:4326

2016-04-06 Thread Volkan Gümüs
Hey all! Whenever I use tile caching (inbuild) with EPSG:4326 layers, I get weird results. see this picture: https://paste.xinu.at/OXTrLL/ As soon as I disable tile caching OR change to EPSG:900913, it's working like a charm. I get a miss-reason for the broken tiles: geowebcache-miss-reaso

Re: [Geoserver-users] Printing Module Change for units for scalebar isn't working

2016-04-06 Thread Rüdiger Brand
Hi, found the error - config.yaml doesn't like tabs !! Editing the file is very heavy, you shouldn't use tabs in the editor. Regards Rüdiger -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Printing-Module-Change-for-units-for-scalebar-isn-t-working-tp5258523p5259970.htm

[Geoserver-users] Table Join Service TJS

2016-04-06 Thread Ian Turton
I find myself in need of a Table Joining Service built in GeoServer - Before I start writing a WPS process I'm wondering if anyone else has done something similar that they would like to share? I can find vague hints of a TJS community module but no sign that it was ever committed to the source tre

[Geoserver-users] Tile Errors | Tile Caching Errors EPSG:4326

2016-04-06 Thread Volkan Gümüs
Hey all! Whenever I use tile caching (inbuild) with EPSG:4326 layers, I get weird results. see this picture: https://paste.xinu.at/OXTrLL/ As soon as I disable tile caching OR change to EPSG:900913, it's working like a charm. I get a miss-reason for the broken tiles: geowebcache-miss-reaso

Re: [Geoserver-users] Trouble Extracting Elevation Levels from NetCDF File in ImageMosaic

2016-04-06 Thread Padhrig Mccarthy
Dear Danielle- That fixed it! imageindex:Integer is required in the schema for use by the underlying I/O. I thought that part of the schema was for GeoTiffs or something, so I edited it out when I copied the example. Sorry for the trouble, and THANK YOU for spending the time to help me sort this

[Geoserver-users] onImageLoadErrorColor in OL3

2016-04-06 Thread Fernando Quadro
Hi ALL, In OL2 was used the following line of code not to display the pink screen when geoserver did not run. *OpenLayers.Util.onImageLoadErrorColor = "transparent";* How to do this in *OL3*? Thank you! Best regards, Fernando Quadro http://www.fernandoquadro.com.br http://br.linkedin.com/in/f

Re: [Geoserver-users] Trouble Extracting Elevation Levels from NetCDF File in ImageMosaic

2016-04-06 Thread Daniele Romagnoli
Hi Paddy, Ah! Looking again on your schema I see that you have deleted the imageIndex attribute: I think that this is the problem. Let me explain: A NetCDF can be seen as a multidimensional dataset (a kind of a hypercube). >From an ImageIO