You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you don't have a live MapServer install to play with, you can also try the
111
+
`MapServer demo in the form of a WMS request <https://demo.mapserver.org/cgi-bin/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=-90,-180,90,180&CRS=EPSG:4326&WIDTH=953&HEIGHT=480&LAYERS=bluemarble,continents,country_bounds,cities&STYLES=&FORMAT=application/openlayers&TRANSPARENT=true>`_.
and in the ticket <aclass="reference external" href="https://github.com/MapServer/MapServer/issues/3549">https://github.com/MapServer/MapServer/issues/3549</a></p>
137
+
and in ticket <aclass="reference external" href="https://github.com/MapServer/MapServer/issues/3549">#3549</a></p>
138
138
</div>
139
139
<p>Up to the MapServer 8.4 release the OpenLayers Viewer was based on <aclass="reference external" href="https://openlayers.org/two/">OpenLayers 2</a>.
140
140
As of MapServer 8.6-dev the OpenLayers viewer was updated to work with <aclass="reference external" href="https://openlayers.org/">OpenLayers 10.5+</a>.
@@ -172,8 +172,11 @@ <h3>Opening the OpenLayers viewer in your browser<a class="headerlink" href="#op
172
172
</div>
173
173
<p>In this case you will need to set your <aclass="reference internal" href="../mapfile/web.html#mapfile-web-imagepath"><spanclass="std std-ref">IMAGEPATH</span></a> to a folder MapServer can write to.</p>
174
174
<p><strong>That’s it!</strong></p>
175
+
<divclass="admonition tip">
176
+
<pclass="admonition-title">Tip</p>
175
177
<p>If you don’t have a live MapServer install to play with, you can also try the
<h3>Opening the OpenLayers viewer in the form of a WMS request<aclass="headerlink" href="#opening-the-openlayers-viewer-in-the-form-of-a-wms-request" title="Link to this heading">¶</a></h3>
@@ -219,8 +222,11 @@ <h3>Opening the OpenLayers viewer in the form of a WMS request<a class="headerli
219
222
</div>
220
223
</li>
221
224
</ul>
222
-
<p>If you don’t have a live MapServer install to play with, you try the
<p>If you don’t have a live MapServer install to play with, you can also try the
228
+
<aclass="reference external" href="https://demo.mapserver.org/cgi-bin/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=-90,-180,90,180&CRS=EPSG:4326&WIDTH=953&HEIGHT=480&LAYERS=bluemarble,continents,country_bounds,cities&STYLES=&FORMAT=application/openlayers&TRANSPARENT=true">MapServer demo in the form of a WMS request</a>.</p>
229
+
</div>
224
230
</section>
225
231
<sectionid="customizing-settings">
226
232
<h3>Customizing settings<aclass="headerlink" href="#customizing-settings" title="Link to this heading">¶</a></h3>
<emclass="property"><spanclass="k"><spanclass="pre">class</span></span><spanclass="w"></span></em><spanclass="sig-prename descclassname"><spanclass="pre">mapscript.</span></span><spanclass="sig-name descname"><spanclass="pre">shapeObj</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">type:</span><spanclass="pre">int</span><spanclass="pre">=</span><spanclass="pre"><MagicMock</span><spanclass="pre">id='139754963415264'></span></span></em><spanclass="sig-paren">)</span><aclass="headerlink" href="#mapscript.shapeObj" title="Link to this definition">¶</a></dt>
131
+
<emclass="property"><spanclass="k"><spanclass="pre">class</span></span><spanclass="w"></span></em><spanclass="sig-prename descclassname"><spanclass="pre">mapscript.</span></span><spanclass="sig-name descname"><spanclass="pre">shapeObj</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">type:</span><spanclass="pre">int</span><spanclass="pre">=</span><spanclass="pre"><MagicMock</span><spanclass="pre">id='140128572305632'></span></span></em><spanclass="sig-paren">)</span><aclass="headerlink" href="#mapscript.shapeObj" title="Link to this definition">¶</a></dt>
132
132
<dd><p>Each feature of a layer’s data is a <aclass="reference internal" href="#mapscript.shapeObj" title="mapscript.shapeObj"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">shapeObj</span></code></a>. Each part of the shape is
<spanclass="sig-name descname"><spanclass="pre">__init__</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">type:</span><spanclass="pre">int</span><spanclass="pre">=</span><spanclass="pre"><MagicMock</span><spanclass="pre">id='139754963415264'></span></span></em><spanclass="sig-paren">)</span><aclass="reference internal" href="../../../_modules/mapscript/mapscript.html#shapeObj.__init__"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#mapscript.shapeObj.__init__" title="Link to this definition">¶</a></dt>
189
+
<spanclass="sig-name descname"><spanclass="pre">__init__</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">type:</span><spanclass="pre">int</span><spanclass="pre">=</span><spanclass="pre"><MagicMock</span><spanclass="pre">id='140128572305632'></span></span></em><spanclass="sig-paren">)</span><aclass="reference internal" href="../../../_modules/mapscript/mapscript.html#shapeObj.__init__"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#mapscript.shapeObj.__init__" title="Link to this definition">¶</a></dt>
190
190
<dd><p>Return a new shapeObj of the specified type. See the type attribute.
191
191
No attribute values created by default.
192
192
initValues should be explicitly called to create the required number of values.
0 commit comments