[MapServer-users] OGR wkbMultiPolygon is working on 7.6.4 version?

2024-09-03 Thread Carlos Neves (LREC) via MapServer-users
Hi List, I have a MultiPolygon Mysql Table with wildfire data (see below) running on Mpaserver  version 7.6.4,  there is no error in the log, but the Map  doesn't display. Any Idea? Thanks in advance The wildfire.ovf file:     MYSQL:alarms,user=monitor,password=,host=localhost,port=330

[MapServer-users] Is there a way to make OPACITY depends of SCALE?

2023-03-30 Thread Carlos Neves (LREC)
Hi List, Is there a way to change OPACITY by scale? The goal is to show Orthophotomaps under risk areas. LAYER # Rock Fall Risk Model     NAME "rockfall"     COMPOSITE     OPACITY 50     END     DATA "geotiffs/risk_m.tiff" # GeoTiff RockFall Risk File     ST

[MapServer-users] pixmap overlapping

2023-03-09 Thread Carlos Neves (LREC)
Hi list, Is there a way to avoid overlapping Cartographic Symbol type pixmap on the map?  FORCE FALSE works only with labels. Any help would be appreciated. Regards Carlos ___ MapServer-users mailing list MapServer-users@lists.osgeo.org https://li

[mapserver-users] Mapserver random error message

2021-12-12 Thread Carlos Neves (LREC)
Hi List, Sometimes and unexpectedly , Mapserver returns an error message "mapserv(): Web application error. No way to generate a valid map extent from selected shapes", but when I submit the same CGI again it works without any error. Any idea to avoid this? Carlos __

[mapserver-users] QSTRING HELP

2021-12-11 Thread Carlos Neves (LREC)
Hi list, I need to query and highlite a map in a Mapserver layer using ITEMNQUERY 1st -  I have validate qstring for any character         METADATA        "wms_title" "counties"        "qstring_validation_pattern" ".*"    END    VALIDATION   "qstring" ".*"    E

[mapserver-users] How to Turn off a Layer when other specific Layer is ON in a map file ?

2021-11-23 Thread Carlos Neves (LREC)
Hi List, It seems to be simple, but I can't find a way. How to turn off a Layer in MAPSERVER when a specific Layer is ON in a MAP file? Any Help would be appreciated. Best Regards Carlos ___ MapServer-users mailing list MapServer-users@lists.osge

[mapserver-users] msCGILoadMap(): Web application error. CGI variable "map" fails to validate

2021-10-30 Thread Carlos Neves (LREC)
Hi List, I have upgrade from 7.6.1 to 7.6.3 and now I have an unexpected error message. "msCGILoadMap(): Web application error. CGI variable "map" fails to validate" I'm running OpenSuSE 15.3. and I'm still using "../" path  in main map file path I have insert in Apache2 and export in Op

[mapserver-users] Mapserver ANGLE counterclockwise bug?

2021-07-12 Thread Carlos Neves (LREC)
Hi List, I have a png North symbol "winddirection" defined in symbol.sym file, pointing  to north (0º) My MAP file is something simple like this.         STYLE     SYMBOL "winddirection"     ANGLE [DVmd]

[mapserver-users] Help with Mapserver and MySQL

2019-06-28 Thread Carlos Neves (LREC)
Hi List, I need to connect a shapefile map to a mysql external  numeric table. The goal is display in a mapserver map real time values  from a meteorological  network M2M stations. This is one of my mapfile with JOIN: DATA "basins.shp" JOIN                 NAME test                 CONNECTI