Re: [mapserver-users] layer with "truncated" symbols 2

2020-03-27 Thread Steve Lime
The parameter tile_map_edge_buffer applies *only* to MapServer CGI with mode=tile (https://mapserver.org/output/tile_mode.html). It's set as a METADATA property within the WEB object (I think). The gutter parameter has a similar effect. I assume it's padding the WMS extent sent to MapServer and

Re: [mapserver-users] layer with "truncated" symbols 2

2020-03-27 Thread Steve Lime
It's the dynamic size that's causing the issues. I still think this could work (on the server side) but I'll need to work up my own test case to avoid a bunch of back and forth. --Steve On Fri, Mar 27, 2020 at 4:27 AM Leehan wrote: > following your advice, I added quedalle classe : > > ... >

Re: [mapserver-users] layer with "truncated" symbols 2

2020-03-27 Thread Leehan
Thanks for all these links. I read most of them and understood a very few. I tried to find the simplest solution for me. In OL doc, I noticed a gutter option for ol/source/TileWMS. According to this, on Mapserver side, there was a parameter to adjust : tile_map_edge_buffer, I never found where to

Re: [mapserver-users] layer with "truncated" symbols 2

2020-03-27 Thread Rahkonen Jukka (MML)
between OpenLayers and WMS is another way to resolve the problem. -Jukka Rahkonen- -Alkuperäinen viesti- Lähettäjä: mapserver-users Puolesta Leehan Lähetetty: perjantai 27. maaliskuuta 2020 11.27 Vastaanottaja: mapserver-users@lists.osgeo.org Aihe: Re: [mapserver-users] layer

Re: [mapserver-users] layer with "truncated" symbols 2

2020-03-27 Thread Leehan
following your advice, I added quedalle classe : ... LAYER NAME "nombre de cas" TYPE POINT PROJECTION "init=epsg:2154" END EXTENT 276838.0988 4584246.823 909596.998 8872270.142 CONNECTIONTYPE POSTGIS CONNECTION blabla

Re: [mapserver-users] layer with "truncated" symbols 2

2020-03-26 Thread Steve Lime
With symbols MapServer typically handles this situation by adjusting the extent used to select features based on the largest symbol size - so features just off the edge of the map are still rendered partially. That said, based on your sample graphic it looks like you're setting the size of the

Re: [mapserver-users] layer with "truncated" symbols 2

2020-03-26 Thread TC Haddad
Can you configure Openlayers to not send tiled WMS requests to Mapserver? If you still want to send tiled requests, you could try setting up MapCache to see if it improves the situation. On Thu, Mar 26, 2020 at 1:09 AM Leehan wrote: > I am not using qgis : It s an Openlayers + Mapserver

Re: [mapserver-users] layer with "truncated" symbols 2

2020-03-26 Thread Leehan
I am not using qgis : It s an Openlayers + Mapserver application ; -- Sent from: http://osgeo-org.1560.x6.nabble.com/Mapserver-User-f4226646.html ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

Re: [mapserver-users] layer with "truncated" symbols 2

2020-03-25 Thread Leehan
By cities, you mean extent for the grey polygons ? If so, nope. So I can try with an EXTENT definition. -- Sent from: http://osgeo-org.1560.x6.nabble.com/Mapserver-User-f4226646.html ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

Re: [mapserver-users] layer with "truncated" symbols 2

2020-03-25 Thread WhereGroup
Am 25.03.20 um 16:46 schrieb Leehan: > By cities, you mean extent for the grey polygons ? no, I thoght the center of the red circles were citie-points... doesn't make sense. Perhaps qgis requests your wms as tiles? see jeff's advice. I have no more ideas at the moment. Jörg > If so, nope. >

Re: [mapserver-users] layer with "truncated" symbols 2

2020-03-25 Thread Jeff McKenna
Be aware of QGIS issue with caching GetCapabilities/images as well (which I point to at bottom of https://github.com/mapserver/mapserver/wiki/Get-the-Raw-WMS-Request-Generated-by-QGIS ) Something to always be aware of when battling QGIS+MapServer tasks. Likely not your issue, but it's a good

Re: [mapserver-users] layer with "truncated" symbols 2

2020-03-25 Thread WhereGroup
are there any layer extents of the cities defined? Jörg Am 25.03.20 um 15:02 schrieb Leehan: > Hello, > > Here i am again with nealry the same problem : it now seems that red circles > are cut by osm tiles. > Whatever symbol, the result is the same. I am running out of idea. > >

[mapserver-users] layer with "truncated" symbols 2

2020-03-25 Thread Leehan
Hello, Here i am again with nealry the same problem : it now seems that red circles are cut by osm tiles. Whatever symbol, the result is the same. I am running out of idea. -- Sent from: