<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div>Hi Steve,<br></div><div><br></div><div>Seems a very useful addition IMO. A few quesions I don't see covered in the wiki:<br></div><div><br></div><div>1. Where will the config file be stored? Will it need to be in the same folder as the mapserv executable?<br></div><div>2. Would you ever envisage global settings being set in the file and the applied to all Mapfiles, unless overriden (so settings would be cascaded downwards)? E.g. something like the following would allow all Mapfiles to use the same symbolset and font files unless specified in a Mapfile:<br></div><div><br></div><div>GLOBALS<br></div><div>    SYMBOLSET "symbols/symbols.sym"<br></div><div>    FONTSET "fonts/fontset.txt"<br></div><div>    WEB<br></div><div>        IMAGEPATH "/tmp/"<br></div><div>        IMAGEURL "tmp/"<br></div><div>    END<br></div><div>    METADATA<br></div><div>        "ows_enable_request"   "*"<br></div><div>    END<br></div><div>END<br></div><div><br></div><div>3. Any proposed syntax for the PLUGINS section?<br></div><div><br></div><div>PLUGINS<br></div><div>    "MSSQL" "ms/plugins/mssql2008/msplugin_mssql2008.dll"<br></div><div>END<br></div><div><br></div><div>Then in the Mapfile:<br></div><div><br></div><div>    PLUGIN "MSSQL"<br></div><div><br></div><div>4. Would it make sense to force quoting of all keys? If there was a future move to allow JSON configs then this might make the parsing simpler (and allow spaces):<br></div><div><br></div><pre><code>  ENV
    "MS_MAP_NO_PATH" "true"
  END
  MAPS
    "MAP1" "/opt/mapserver/myapp/map1.map"
    "MAP2" "/opt/mapserver/myapp/map2.map"
  END</code><br></pre><div><br></div><div><br></div><div>Seth<br></div><div><br></div><div id="sig62266145"><div class="signature">--<br></div><div class="signature">web:http://geographika.co.uk<br></div><div class="signature">twitter: @geographika<br></div></div><div><br></div><div><br></div><div>On Tue, Jun 15, 2021, at 7:04 PM, Steve Lime wrote:<br></div><blockquote type="cite" id="qt" style=""><div dir="ltr"><div>Hi all: Just checking on folks thoughts on moving forward with a config file. There was a bit of discussion back in early April...<br></div><div><br></div><div>  <a href="https://github.com/sdlime/mapserver/wiki/MapServer-8.0-Config-File">https://github.com/sdlime/mapserver/wiki/MapServer-8.0-Config-File</a><br></div><div><br></div><div>Would be nice to move on it sooner rather than later.<br></div><div><br></div><div>--Steve<br></div><div><br></div></div><div>_______________________________________________<br></div><div>mapserver-dev mailing list<br></div><div><a href="mailto:mapserver-dev%40lists.osgeo.org">mapserver-dev@lists.osgeo.org</a><br></div><div><a href="https://lists.osgeo.org/mailman/listinfo/mapserver-dev">https://lists.osgeo.org/mailman/listinfo/mapserver-dev</a><br></div><div><br></div></blockquote><div><br></div></body></html>