[mapserver-users] Heads-up: start removing all references to DUMP in your mapfiles now...

Even Rouault even.rouault at spatialys.com
Thu Apr 8 09:15:12 PDT 2021


> This is no small task, 

 From a quick test, a one-liner can easily do the DUMP bla removal:

find /root/dir/of/your/mapfiles -name "*.map" -exec sed -i 
"s/\s*DUMP.*//" {} \;

Even

-- 
http://www.spatialys.com
My software is free, but my time generally not.



More information about the mapserver-users mailing list