Hi Joris, Did you try to use a JavaScript library like OpenLayers to build a html page with 2 maps and different sources ?
Regards ALexandre Le mer. 20 janv. 2021 à 12:50, Joris Billen <[email protected]> a écrit : > Dear geoserver community, > This question is about how to load 2 different maps at once. > I typically open my maps using a url in the browser that contains the CQL > filter. Example: > > http://myserver:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=map_number_one&CQL_FILTER=somefield=x > > > But I am interested in showing 2 different maps at the same time. If the > user applies a CQL filter, we would like to have this applied automatically > to both maps. So if he enters > somefield=x > we would like to show in 1 window next to each other : > > http://myserver:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=map_number_one&CQL_FILTER=somefield=x > > http://myserver:8080/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=map_number_two&CQL_FILTER=somefield=x > > > Is there a simple built-in option to do this? > > > > Thanks for feedback! > > _______________________________________________ > Geoserver-users mailing list > > Please make sure you read the following two resources before posting to > this list: > - Earning your support instead of buying it, but Ian Turton: > http://www.ianturton.com/talks/foss4g.html#/ > - The GeoServer user list posting guidelines: > http://geoserver.org/comm/userlist-guidelines.html > > If you want to request a feature or an improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- Alexandre Gacon
_______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
