<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-ligatures:standardcontextual;
        mso-fareast-language:EN-US;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:2.0cm 42.5pt 2.0cm 3.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=RU link="#0563C1" vlink="#954F72" style='word-wrap:break-word'><div class=WordSection1><p class=MsoNormal><span lang=EN-US>Hello, sorry if i'm posting in the wrong place<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>In our company, we have made some modifications to the mapserver, and would like to offer this functionality.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Will the community be interested in the following modifications?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>1. The function of loading a mapfile from the database (we have it postgres)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>mappostgis.cpp::msPostGisLoadTextFileFromDb<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>This is controlled by two config parameters, like<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>MS_MAP_FROM_DB_CONN "host=127.0.0.1 port=5432 dbname=postgres_mapserv user=*** password=***"<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>MS_MAP_FROM_DB_SQL "select x.mapfile from mta_mapserv x where …"<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>We did it because mapfiles are generated automatically. It is also faster than reading from disk, and this is visibly on large mapfiles.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>2. Atomic logging of the function msDebug. We have implemented through Mutex<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>It helps a lot when testing, when several threads write to one file, the lines are confused.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>3. Logging the layer name for various errors.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>This helps us a lot to find errors in the mapfile in real user experience.<o:p></o:p></span></p></div></body></html>