Hello Patrick, I think mapserver alone can't do it. some ideas: - use a cache like mapproxy, which requests big maps - use a client that creates a buffer around the shown map (like http://dev.openlayers.org/examples/buffer.html) - create a server-sided script, that receives your getmap-request, extends the bbox and mapsize, then sends a request to mappserver, cuts of the before added border of the image and delivers the result to the client.
Jörg Am 05.02.2016 um 10:58 schrieb Patrick Meis: > Hallo, > > > > i have stumbled on a problem. > > I am simulating a buffering of point-data with the help of symbols, > which I have set to > > sizeunit = meters > > size = 760 > > > > These rather big symbols disappear from my map when I zoom in and > > the center point of the symbol is no longer inside the map window. > > But a significant part of the symbol should still be displayed. > > > > Is there any possibility of extending the rendered map, so that the > symbols of my points > > are still rendered even when they are outside my map window? > > > > Greetz > > Patrick > > > > _______________________________________________ > mapserver-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapserver-users > Viele Grüße, Jörg Thomsen -- ********************************************************* FOSS Academy Winterschule 2016 Alles Wichtige zur Erstellung einer GDI in nur 5 Tagen! http://www.foss-academy.eu/winterschule_2016 ********************************************************* ------------------------------- Jörg Thomsen WhereGroup GmbH & Co. KG Gillweg 3 14193 Berlin Germany Fon: +49 (0)30 / 91 70 39 74 Fax: +49 (0)30 / 89 09 53 21 [email protected] www.wheregroup.com Amtsgericht Bonn, HRA 6788 ------------------------------- Komplementärin: WhereGroup Verwaltungs GmbH vertreten durch: Olaf Knopp, Peter Stamm ------------------------------- Folgen Sie der WhereGroup auf twitter: http://twitter.com/WhereGroup_com _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
