Re: [Geoserver-users] WMS Tiles not aligned in android

2020-04-20 Thread Ian Turton
It's more likely to be because the preview doesn't have tiling turned on by default - this is not an alignment issue it is the fact that each tile is calculated separately so you get edge effects on each tile (and the maximum will be different too so the colors will be off) Ian On Mon, 20 Apr 202

Re: [Geoserver-users] WMS Tiles not aligned in android

2020-04-20 Thread Erick Omwandho
Hi Olyster, Replacing x by y or making y value to be -y, makes the tile not visible in the android client. Erick On Fri, Apr 17, 2020 at 5:37 PM Olyster wrote: > Erick, > > try replacing x by y or try putting -y in your url pattern. > > Good luck. > > > > -- > Sent from: > http://osgeo-org.156

Re: [Geoserver-users] WMS Tiles not aligned in android

2020-04-17 Thread Olyster
Ian, you are right. From the images I thought the tiles were already created. The only way would be to generate bigger WMS image and generate tiles from them (cookie-cutter). I guess it would be possible with the right meta-tiling parameters ... -- Sent from: http://osgeo-org.1560.x6.nabble.co

Re: [Geoserver-users] WMS Tiles not aligned in android

2020-04-17 Thread Olyster
Erick, try replacing x by y or try putting -y in your url pattern. Good luck. -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html ___ Geoserver-users mailing list Please make sure you read the following two resources bef

Re: [Geoserver-users] WMS Tiles not aligned in android

2020-04-17 Thread Ian Turton
It isn't possible to do this - when you make a tiled map each tile is independently created - see https://gis.stackexchange.com/questions/245379/adjust-geoserver-geotools-heatmap-code-to-show-it-as-tiled-wms/245959#245959 for a longer answer. Ian ___ Geo