Re: [Geoserver-users] MapProjection doesn't converge

2017-10-28 Thread Andrea Aime
Il 28 ott 2017 8:14 PM, "Matteo Cusmai" ha scritto: So, the most probable cause of this error is the presence of data on the boundary of the epsg, isn't it? At the border... Not really, I'd say really outside. But we are going in circles here... Can you use another tool to just query the data?

[Geoserver-users] MBtiles extension failing to publish layers

2017-10-28 Thread Elliot Ickovic
I have geoserver 2.11.2 configured with the following: OS: Ubuntu 16.04 Java: openjdk version "1.8.0_131" geoserver-2.11.2-vectortiles-plugin.zip geoserver-2.11.2-wps-plugin.zip geoserver-2.11-SNAPSHOT-mbtiles-plugin.zip I have downloaded mbtiles from https://openmaptiles.com/downloads/tileset/

Re: [Geoserver-users] MapProjection doesn't converge

2017-10-28 Thread Matteo Cusmai
So, the most probable cause of this error is the presence of data on the boundary of the epsg, isn't it? Could you suggest me a way to check this? On 28 Oct 2017 17:09, "Andrea Aime" wrote: On Sat, Oct 28, 2017 at 4:51 PM, Kristian Thy wrote: > > >28 Oct 13:25:15 ERROR [geotools.rendering]

Re: [Geoserver-users] MapProjection doesn't converge

2017-10-28 Thread Andrea Aime
On Sat, Oct 28, 2017 at 4:51 PM, Kristian Thy wrote: > > >28 Oct 13:25:15 ERROR [geotools.rendering] - Transformation doesn't > > >convergence. > > "doesn't convergence"? ¯\_(ツ)_/¯ > He he, yeah, it's actually a correct error message, the code in question performs a calculation implemented as a

Re: [Geoserver-users] MapProjection doesn't converge

2017-10-28 Thread Kristian Thy
On Sun, Oct 29, Ben Caradoc-Davies wrote: > The official range of validity of EPSG:25832 is 6-12 degrees East, but > I do not know if we expect reprojections to fail outside this range. Denmark straddles 12° East and it is customary to use EPSG:25832 for mapping the entire country. We have had no

Re: [Geoserver-users] MapProjection doesn't converge

2017-10-28 Thread Andrea Aime
On Sat, Oct 28, 2017 at 3:00 PM, Ben Caradoc-Davies wrote: > Your BBOX appears to be in the Western Mediterranean, somewhat centred on > the Balearic Islands. The WGS84 corners in degrees are lower left: lon=0.0 > lat=36.597889133070204, and upper right: lon=5.6250001 > lat=40.97989806962

Re: [Geoserver-users] MapProjection doesn't converge

2017-10-28 Thread Ben Caradoc-Davies
Matteo, I do not know why the projection is failing. If it works when viewed in EPSG:4326, then it is unlikely to be a problem with your data. What are the approximate bounds in EPSG:4326? Do your features roughly line up with a basemap? If not, then perhaps EPSG:4326 is not working. Your BB

Re: [Geoserver-users] MapProjection doesn't converge

2017-10-28 Thread Matteo Cusmai
The application is based on boundlessgeo sdk and openlayer 3. This is a request https:///geoserver//wms?SERVICE= WMS&VERSION=1.1.1&REQUEST=GetMap&FORMAT=image%2Fpng& TRANSPARENT=true&LAYERS=&TIME=2017-10- 28T11%3A18%3A05.079Z&TILED=true&WIDTH=230&HEIGHT=230&SRS= EPSG%3A3857&STYLES=&FORMAT_OPTIONS=

Re: [Geoserver-users] MapProjection doesn't converge

2017-10-28 Thread Ben Caradoc-Davies
Matteo, how are you requesting data in EPSG:3857? Please provide the exact parameters. The WMS URL and the request information from the GeoServer log would be most useful. Kind regards, Ben. On 29/10/17 00:07, Matteo Cusmai wrote: Hi Ben, hi Andrea, I am using data from Postgis with epsg 25

Re: [Geoserver-users] MapProjection doesn't converge

2017-10-28 Thread Matteo Cusmai
Hi Ben, hi Andrea, I am using data from Postgis with epsg 25832 and I am in Italy and I am sure enough that all data into database should be inside this epsg. Do you know if there is a postgis function to check that all my data are inside 25832? All geoserver layer are using keep native SRS handli