Skip to content

Commit eb48704

Browse files
author
MapServer deploybot
committed
update with results of commit MapServer/MapServer-documentation@ec56862
1 parent 701cd76 commit eb48704

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

_sources/optimization/debugging.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ Using map2img
379379
The recommended way to test your mapfile is to use the MapServer
380380
commandline utility :ref:`map2img`, to verify that your mapfile
381381
creates a valid map image. :ref:`map2img` should be included in your
382-
MapServer installation (`MS4W <https://ms4w.com_ users
382+
MapServer installation (`MS4W <https://ms4w.com>`__ users
383383
need to execute *setenv.bat* before using the utility).
384384

385385
You can set the *DEBUG* level by passing the :ref:`map2img` following
@@ -548,7 +548,7 @@ Windows users will usually find Apache's log files in a path similar to:
548548

549549
C:\Program Files\Apache Group\Apache2\logs
550550

551-
MapServer for Windows (`MS4W <https://ms4w.com_) users
551+
MapServer for Windows (`MS4W <https://ms4w.com>`__) users
552552
will find Apache's log files at:
553553

554554
::

mapscript/mapscript-api/stub/mapscript.shapeObj.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h3>Navigation</h3>
128128
<h1>mapscript.shapeObj<a class="headerlink" href="#mapscript-shapeobj" title="Link to this heading"></a></h1>
129129
<dl class="py class">
130130
<dt class="sig sig-object py" id="mapscript.shapeObj">
131-
<em class="property"><span class="k"><span class="pre">class</span></span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">mapscript.</span></span><span class="sig-name descname"><span class="pre">shapeObj</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">type:</span> <span class="pre">int</span> <span class="pre">=</span> <span class="pre">&lt;MagicMock</span> <span class="pre">id='140397663105248'&gt;</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#mapscript.shapeObj" title="Link to this definition"></a></dt>
131+
<em class="property"><span class="k"><span class="pre">class</span></span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">mapscript.</span></span><span class="sig-name descname"><span class="pre">shapeObj</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">type:</span> <span class="pre">int</span> <span class="pre">=</span> <span class="pre">&lt;MagicMock</span> <span class="pre">id='140019228913888'&gt;</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#mapscript.shapeObj" title="Link to this definition"></a></dt>
132132
<dd><p>Each feature of a layer’s data is a <a class="reference internal" href="#mapscript.shapeObj" title="mapscript.shapeObj"><code class="xref py py-class docutils literal notranslate"><span class="pre">shapeObj</span></code></a>. Each part of the shape is
133133
a closed <a class="reference internal" href="mapscript.lineObj.html#mapscript.lineObj" title="mapscript.lineObj"><code class="xref py py-class docutils literal notranslate"><span class="pre">lineObj</span></code></a>.</p>
134134
<p class="rubric">Overview</p>
@@ -186,7 +186,7 @@ <h1>mapscript.shapeObj<a class="headerlink" href="#mapscript-shapeobj" title="Li
186186

187187
<dl class="py method">
188188
<dt class="sig sig-object py" id="mapscript.shapeObj.__init__">
189-
<span class="sig-name descname"><span class="pre">__init__</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">type:</span> <span class="pre">int</span> <span class="pre">=</span> <span class="pre">&lt;MagicMock</span> <span class="pre">id='140397663105248'&gt;</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../../_modules/mapscript/mapscript.html#shapeObj.__init__"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mapscript.shapeObj.__init__" title="Link to this definition"></a></dt>
189+
<span class="sig-name descname"><span class="pre">__init__</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">type:</span> <span class="pre">int</span> <span class="pre">=</span> <span class="pre">&lt;MagicMock</span> <span class="pre">id='140019228913888'&gt;</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../../_modules/mapscript/mapscript.html#shapeObj.__init__"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mapscript.shapeObj.__init__" title="Link to this definition"></a></dt>
190190
<dd><p>Return a new shapeObj of the specified type. See the type attribute.
191191
No attribute values created by default.
192192
initValues should be explicitly called to create the required number of values.

optimization/debugging.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -139,31 +139,31 @@ <h3>Navigation</h3>
139139
<nav class="contents" id="table-of-contents">
140140
<p class="topic-title">Table of Contents</p>
141141
<ul class="simple">
142-
<li><p><a class="reference internal" href="#debugging-mapserver" id="id5">Debugging MapServer</a></p>
142+
<li><p><a class="reference internal" href="#debugging-mapserver" id="id1">Debugging MapServer</a></p>
143143
<ul>
144-
<li><p><a class="reference internal" href="#introduction" id="id6">Introduction</a></p>
144+
<li><p><a class="reference internal" href="#introduction" id="id2">Introduction</a></p>
145145
<ul>
146-
<li><p><a class="reference internal" href="#links-to-related-information" id="id7">Links to Related Information</a></p></li>
146+
<li><p><a class="reference internal" href="#links-to-related-information" id="id3">Links to Related Information</a></p></li>
147147
</ul>
148148
</li>
149-
<li><p><a class="reference internal" href="#steps-to-enable-mapserver-debugging" id="id8">Steps to Enable MapServer Debugging</a></p>
149+
<li><p><a class="reference internal" href="#steps-to-enable-mapserver-debugging" id="id4">Steps to Enable MapServer Debugging</a></p>
150150
<ul>
151-
<li><p><a class="reference internal" href="#step-1-set-the-ms-errorfile-variable" id="id9">Step 1: Set the MS_ERRORFILE Variable</a></p></li>
152-
<li><p><a class="reference internal" href="#step-2-set-the-debug-level" id="id10">Step 2: Set the DEBUG Level</a></p></li>
153-
<li><p><a class="reference internal" href="#step-3-turn-on-cpl-debug-optional" id="id11">Step 3: Turn on CPL_DEBUG (optional)</a></p></li>
154-
<li><p><a class="reference internal" href="#step-4-turn-on-proj-debug-optional" id="id12">Step 4: Turn on PROJ_DEBUG (optional)</a></p></li>
155-
<li><p><a class="reference internal" href="#step-5-test-your-mapfile" id="id13">Step 5: Test your Mapfile</a></p></li>
156-
<li><p><a class="reference internal" href="#step-6-check-your-web-server-logs" id="id14">Step 6: Check your Web Server Logs</a></p></li>
157-
<li><p><a class="reference internal" href="#step-7-verify-your-application-settings" id="id15">Step 7: Verify your Application Settings</a></p></li>
158-
<li><p><a class="reference internal" href="#step-8-use-qgis-to-test-your-ogc-services" id="id16">Step 8: Use QGIS to test your OGC services</a></p></li>
151+
<li><p><a class="reference internal" href="#step-1-set-the-ms-errorfile-variable" id="id5">Step 1: Set the MS_ERRORFILE Variable</a></p></li>
152+
<li><p><a class="reference internal" href="#step-2-set-the-debug-level" id="id6">Step 2: Set the DEBUG Level</a></p></li>
153+
<li><p><a class="reference internal" href="#step-3-turn-on-cpl-debug-optional" id="id7">Step 3: Turn on CPL_DEBUG (optional)</a></p></li>
154+
<li><p><a class="reference internal" href="#step-4-turn-on-proj-debug-optional" id="id8">Step 4: Turn on PROJ_DEBUG (optional)</a></p></li>
155+
<li><p><a class="reference internal" href="#step-5-test-your-mapfile" id="id9">Step 5: Test your Mapfile</a></p></li>
156+
<li><p><a class="reference internal" href="#step-6-check-your-web-server-logs" id="id10">Step 6: Check your Web Server Logs</a></p></li>
157+
<li><p><a class="reference internal" href="#step-7-verify-your-application-settings" id="id11">Step 7: Verify your Application Settings</a></p></li>
158+
<li><p><a class="reference internal" href="#step-8-use-qgis-to-test-your-ogc-services" id="id12">Step 8: Use QGIS to test your OGC services</a></p></li>
159159
</ul>
160160
</li>
161-
<li><p><a class="reference internal" href="#debugging-mapserver-using-compiler-debugging-tools" id="id17">Debugging MapServer using Compiler Debugging Tools</a></p>
161+
<li><p><a class="reference internal" href="#debugging-mapserver-using-compiler-debugging-tools" id="id13">Debugging MapServer using Compiler Debugging Tools</a></p>
162162
<ul>
163-
<li><p><a class="reference internal" href="#running-mapserver-in-gdb-linux-unix" id="id18">Running MapServer in GDB (Linux/Unix)</a></p></li>
163+
<li><p><a class="reference internal" href="#running-mapserver-in-gdb-linux-unix" id="id14">Running MapServer in GDB (Linux/Unix)</a></p></li>
164164
</ul>
165165
</li>
166-
<li><p><a class="reference internal" href="#debugging-older-versions-of-mapserver-before-5-0" id="id19">Debugging Older Versions of MapServer (before 5.0)</a></p></li>
166+
<li><p><a class="reference internal" href="#debugging-older-versions-of-mapserver-before-5-0" id="id15">Debugging Older Versions of MapServer (before 5.0)</a></p></li>
167167
</ul>
168168
</li>
169169
</ul>
@@ -471,7 +471,7 @@ <h3><a class="toc-backref" href="#table-of-contents" role="doc-backlink">Step 5:
471471
<p>The recommended way to test your mapfile is to use the MapServer
472472
commandline utility <a class="reference internal" href="../utilities/map2img.html#map2img"><span class="std std-ref">map2img</span></a>, to verify that your mapfile
473473
creates a valid map image. <a class="reference internal" href="../utilities/map2img.html#map2img"><span class="std std-ref">map2img</span></a> should be included in your
474-
MapServer installation (<a href="#id1"><span class="problematic" id="id2">`</span></a>MS4W &lt;<a class="reference external" href="https://">https://</a><a href="#id20"><span class="problematic" id="id21">ms4w.com_</span></a> users
474+
MapServer installation (<a class="reference external" href="https://ms4w.com">MS4W</a> users
475475
need to execute <em>setenv.bat</em> before using the utility).</p>
476476
<p>You can set the <em>DEBUG</em> level by passing the <a class="reference internal" href="../utilities/map2img.html#map2img"><span class="std std-ref">map2img</span></a> following
477477
parameters to your commandline call:</p>
@@ -619,7 +619,7 @@ <h4>Apache<a class="headerlink" href="#apache" title="Link to this heading">¶</
619619
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">C</span><span class="p">:</span>\<span class="n">Program</span> <span class="n">Files</span>\<span class="n">Apache</span> <span class="n">Group</span>\<span class="n">Apache2</span>\<span class="n">logs</span>
620620
</pre></div>
621621
</div>
622-
<p>MapServer for Windows (<a href="#id3"><span class="problematic" id="id4">`</span></a>MS4W &lt;<a class="reference external" href="https://">https://</a><a href="#id22"><span class="problematic" id="id23">ms4w.com_</span></a>) users
622+
<p>MapServer for Windows (<a class="reference external" href="https://ms4w.com">MS4W</a>) users
623623
will find Apache’s log files at:</p>
624624
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>\<span class="n">ms4w</span>\<span class="n">Apache</span>\<span class="n">logs</span>
625625
</pre></div>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)