Re: [mapserver-users] Is RFC 101 in Mapserver 6.4.1?
On Thu, Dec 4, 2014 at 10:35 AM, thomas bonfort wrote: > there are some tests in > https://github.com/mapserver/msautotest/blob/master/wxs/wms_legend.map MARVELLOUS! I had to add &layer=NAME, not only &mapext= parameter! Thank you very much :-) Now I'm happy! ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
Re: [mapserver-users] Is RFC 101 in Mapserver 6.4.1?
On Thu, Dec 4, 2014 at 10:18 AM, thomas bonfort wrote: > Luca, > RFC101 only treats image legends, it is not implemented for HTML ones. That RFC101 states: * mode=maplegend and mode=maplegendicon are added to the traditional mapserver cgi. The mapserverObj struct gets an added map_hittest member that is used by the legend templating code to produce content dependant html legends. I can invoke Mapserver CGI with these parameters, and if I don't pass the map extent, the legend is empty (that's right behaviour). I am searching the name of that parameter so I could do that... ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
[mapserver-users] Is RFC 101 in Mapserver 6.4.1?
As stated in this document: http://mapserver.org/development/rfc/ms-rfc-101.html the Content Dependent Legend Response should be integrated into MapServer. GetLegendGraphics is fully working now; but now I tried to use HTML legend templates. The RFC describes the CGI mode MAPLEGEND (that's not documented, but LEGEND is). I am trying to have a html legend based on the contents with this command: http://local/cgi-bin/mapserv?map=map.map&mode=maplegend&MAPEXT=X1 Y1 X2 Y2&SRS=EPSG:25832 am I doing some error in this request? Note that if I use mode=LEGEND, it returns all the legend. Thank you in advance :-) Luca ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
[mapserver-users] AGG libraries and mapserver
Hi, if i do a "ldd mapserv" I cannot find the reference to the AGG libraries. Are they compiled statically into mapserv binary? ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
Re: [mapserver-users] MapServer Version 5.2.0 Source Released
Where can I have more detail about these improvements? >* performance enhancements for large shapefile handling >* performance enhancements for AGG rendering (an order of magnitude faster > in some cases) >* fuzzy label outlines for AGG >* style-level opacity for AGG >* quantization and palette support for PNGs and RGBA modes >* SOS 1.0.0 support >* extent (e.g. shpext, mapext) template tag attribute handling ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users