Re: [mapserver-users] tile_map_edge_buffer and python mapscript

2021-04-11 Thread Baev Alexandr via mapserver-users
Hi Steve: thanks for the advice! I will implement Tile buffer logic in python.   >Суббота, 10 апреля 2021, 0:19 +03:00 от Steve Lime : >  >Looks like I misspoke. I checked the code and it shows tile_map_edge_buffer >being limited to mode=tile only. I don't think that param has any impact on

Re: [mapserver-users] tile_map_edge_buffer and python mapscript

2021-04-09 Thread Steve Lime
Looks like I misspoke. I checked the code and it shows tile_map_edge_buffer being limited to mode=tile only. I don't think that param has any impact on the test you referenced. There's another metadata parameter that is more generally useful with metatile generation called

Re: [mapserver-users] tile_map_edge_buffer and python mapscript

2021-04-05 Thread Baev Alexandr via mapserver-users
Нi Steve: Тhanks for the answer! Are there features of activating tile mode for mapscript? Whether it is necessary to pass in the request variable  mode=tile  (as mapserv CGI), or TILED=TRUE  (as test in git version 

Re: [mapserver-users] tile_map_edge_buffer and python mapscript

2021-04-05 Thread Steve Lime
Hi Baev: That metadata element is used by the tile mode and by the WMS/GetMap code. So a WMS GetMap request though MapScript should make use of it. --Steve On Sun, Apr 4, 2021 at 2:39 PM Baev Alexandr via mapserver-users < mapserver-users@lists.osgeo.org> wrote: > Mapserver last release version

[mapserver-users] tile_map_edge_buffer and python mapscript

2021-04-04 Thread Baev Alexandr via mapserver-users
Mapserver last release version 7.6.2  Will tile_map_edge_buffer work in python mapscript? Or does it only work with mapserv CGI (mode=tile)? If it works, what should be done? Additional configuration may be required  mapscript.OWSRequest() ?   Help me, please! Baev Alexandr