Skip to content

Commit aaa12d3

Browse files
author
MapServer deploybot
committed
update with results of commit MapServer/MapServer-documentation@4a8efbc
1 parent bba5336 commit aaa12d3

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

_sources/mapfile/symbology/construction.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Abstract
2323
This Document refers to the syntax of *map* and *symbol* files for
2424
MapServer 6. The first version of the document was based on the
2525
results of a project carried out at the University of Hannover,
26-
Institute of Landscape and Nature Conservation. It was initiated by
26+
Institute of Landscape and Nature Conservation, in 2004. It was initiated by
2727
Mr. Dipl. Ing. Roland Hachmann. Parts have been taken from a study
2828
carried through by Karsten Hoffmann, student of Geography and
2929
Cartography at the FU Berlin. In the context of a hands-on training in
@@ -35,9 +35,9 @@ The document has been heavily revised for MapServer 6.
3535

3636
.. tip::
3737

38-
All of the mapfiles, symbol files, reports, etc. are still available for download
39-
(you will have to update them for recent MapServer versions, but they are still
40-
very helpful): 1) `mapfiles & symbol files <https://download.osgeo.org/mapserver/docs/vortrag_demo.zip>`__,
38+
All of the mapfiles, symbol files, reports, etc. originally used to produce this document
39+
are still available for download (you will have to update them for recent MapServer
40+
versions, but they are still very helpful): 1) `mapfiles & symbol files <https://download.osgeo.org/mapserver/docs/vortrag_demo.zip>`__,
4141
2) `research report <https://download.osgeo.org/mapserver/docs/Praktikumsarbeit-2004.pdf>`__ (in German),
4242
and 3) `future improvements <https://download.osgeo.org/mapserver/docs/DiskussionsPaper-UMNGraphikKernel.pdf>`__ (in German).
4343

mapfile/symbology/construction.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ <h2><a class="toc-backref" href="#table-of-contents" role="doc-backlink">Abstrac
223223
<p>This Document refers to the syntax of <em>map</em> and <em>symbol</em> files for
224224
MapServer 6. The first version of the document was based on the
225225
results of a project carried out at the University of Hannover,
226-
Institute of Landscape and Nature Conservation. It was initiated by
226+
Institute of Landscape and Nature Conservation, in 2004. It was initiated by
227227
Mr. Dipl. Ing. Roland Hachmann. Parts have been taken from a study
228228
carried through by Karsten Hoffmann, student of Geography and
229229
Cartography at the FU Berlin. In the context of a hands-on training in
@@ -233,9 +233,9 @@ <h2><a class="toc-backref" href="#table-of-contents" role="doc-backlink">Abstrac
233233
<p>The document has been heavily revised for MapServer 6.</p>
234234
<div class="admonition tip">
235235
<p class="admonition-title">Tip</p>
236-
<p>All of the mapfiles, symbol files, reports, etc. are still available for download
237-
(you will have to update them for recent MapServer versions, but they are still
238-
very helpful): 1) <a class="reference external" href="https://download.osgeo.org/mapserver/docs/vortrag_demo.zip">mapfiles &amp; symbol files</a>,
236+
<p>All of the mapfiles, symbol files, reports, etc. originally used to produce this document
237+
are still available for download (you will have to update them for recent MapServer
238+
versions, but they are still very helpful): 1) <a class="reference external" href="https://download.osgeo.org/mapserver/docs/vortrag_demo.zip">mapfiles &amp; symbol files</a>,
239239
2) <a class="reference external" href="https://download.osgeo.org/mapserver/docs/Praktikumsarbeit-2004.pdf">research report</a> (in German),
240240
and 3) <a class="reference external" href="https://download.osgeo.org/mapserver/docs/DiskussionsPaper-UMNGraphikKernel.pdf">future improvements</a> (in German).</p>
241241
</div>

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='139941982599360'&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='139948568688832'&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='139941982599360'&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='139948568688832'&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.

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)