<div><div dir="ltr">Hi Armin<div><br></div><div>Thank you, that solved the problem. </div><div>I overlooked these differences between different versions of WMS, though I found it a bit confusing. Anyways, will be more cautious on these aspects, when we combine WMS from different sources.<br></div><div><br></div><div>Thanks again</div><div dir="auto"><br></div><div dir="auto">Regards </div></div></div><div><div dir="ltr"><div><br></div><div>Sajid</div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 9, 2020 at 5:57 AM Armin Retterath <<a href="mailto:armin.retterath@vermkv.rlp.de" target="_blank">armin.retterath@vermkv.rlp.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">hi sajid,<br>
<br>
maybe the bbox of the layers are not handled consistently - here are the crs related extracts from the capabilities docs:<br>
<br>
wms 1.1.1<br>
<br>
<SRS>EPSG:4326</SRS><br>
<LatLonBoundingBox minx="75.61699436455098" miny="16.19036450771302" maxx="77.30248329850956" maxy="17.47232605225013"/><br>
<BoundingBox SRS="EPSG:4326" minx="75.61699436455098" miny="16.190364507713397" maxx="77.30248329847431" maxy="17.47232605225013"/><br>
<br>
<br>
wms 1.3.0<br>
<br>
... many crs ...<br>
<CRS>CRS:84</CRS><br>
<EX_GeographicBoundingBox><br>
<westBoundLongitude>75.61699436455098</westBoundLongitude><br>
<eastBoundLongitude>77.30248329850956</eastBoundLongitude><br>
<southBoundLatitude>16.19036450771302</southBoundLatitude><br>
<northBoundLatitude>17.47232605225013</northBoundLatitude><br>
</EX_GeographicBoundingBox><br>
<BoundingBox CRS="CRS:84" minx="75.61699436455098" miny="16.19036450771302" maxx="77.30248329850956" maxy="17.47232605225013"/><br>
<br>
<br>
<CRS>EPSG:4326</CRS><br>
<CRS>CRS:84</CRS><br>
<EX_GeographicBoundingBox><br>
<westBoundLongitude>75.61699436455098</westBoundLongitude><br>
<eastBoundLongitude>77.30248329850956</eastBoundLongitude><br>
<southBoundLatitude>16.19036450771302</southBoundLatitude><br>
<northBoundLatitude>17.47232605225013</northBoundLatitude><br>
</EX_GeographicBoundingBox><br>
<BoundingBox CRS="CRS:84" minx="75.61699436455098" miny="16.19036450771302" maxx="77.30248329850956" maxy="17.47232605225013"/><br>
<BoundingBox CRS="EPSG:4326" minx="16.190364507713397" miny="75.61699436455098" maxx="17.47232605225013" maxy="77.30248329847431"/><br>
<br>
you see, that the axis order in wms 1.3.0 is switched fom lat/lon to lon/lat - this is defined in the ogc standards.<br>
<br>
<br>
you use wms 1.1.1 for the basemap and wms 1.3.0 for your own resource - therefor mapbender will switch the extents i think. test to register your service with wms version 1.1.1 and it will work. maybe you can register both services with version 1.3.0 and it may also work ;-) .<br>
<br>
best regards<br>
<br>
armin<br>
> Sajid Pareeth <<a href="mailto:spareeth@gmail.com" target="_blank">spareeth@gmail.com</a>> hat am 8. Juni 2020 um 23:43 geschrieben:<br>
><br>
><br>
> Hi list<br>
><br>
> I have deployed a mapbender application with many geoserver based WMS<br>
> layers listed.<br>
> But the "zoom to layer" function under each layer is not working properly.<br>
> The layer is zoomed to some where else. It seems, the BBOX x and y are<br>
> swapped when zoomed to layer.<br>
><br>
> Here is a demo app with one of my layer (bdry) under layerset called ABC,<br>
> displayed on top of two other base WMS layers.<br>
> <a href="http://www.wa-urmia.org/mapbender/application/test" rel="noreferrer" target="_blank">http://www.wa-urmia.org/mapbender/application/test</a><br>
><br>
> The geoserver link to my wms layer is:<br>
> <a href="http://188.40.139.182:8080/geoserver/nlbc_bdry/wms" rel="noreferrer" target="_blank">http://188.40.139.182:8080/geoserver/nlbc_bdry/wms</a><br>
><br>
> I am using the latest version of mapbender 3.0.8 and geoserver version is<br>
> 2.17.0<br>
><br>
> Can anyone help me with this?<br>
><br>
> Thanks in advance<br>
><br>
> Regards<br>
><br>
> Sajid<br>
><br>
><br>
> ----------------------------------------------------------------<br>
> Sajid Pareeth, Ph.D<br>
> Researcher – Remote sensing<br>
> Water Science and Engineering Department<br>
> UNESCO-IHE Institute for Water Education<br>
> Delft, The Netherlands<br>
> Phone No.: +31 (0)15 215 2395 <+31%2015%20215%201825><br>
> Skype ID: spareeth<br>
> _______________________________________________<br>
> Mapbender_users mailing list<br>
> <a href="mailto:Mapbender_users@lists.osgeo.org" target="_blank">Mapbender_users@lists.osgeo.org</a><br>
> <a href="https://lists.osgeo.org/mailman/listinfo/mapbender_users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapbender_users</a><br>
</blockquote></div>
</div>