Skip to content

Commit 4ae46c4

Browse files
committed
Website updates
1 parent 66244e3 commit 4ae46c4

File tree

235 files changed

+889
-1045
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

235 files changed

+889
-1045
lines changed

dist/en/main/apidoc/module-ol_format_Feature-FeatureFormat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h4 class="name">
132132

133133
<div class="tag-source">
134134
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/Feature.js">format/Feature.js</a>,
135-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/Feature.js#L120">line 120</a>
135+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/Feature.js#L118">line 118</a>
136136
</div>
137137

138138
</div>

dist/en/main/apidoc/module-ol_render_Feature-RenderFeature.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ <h4 class="name">
216216

217217
<div class="tag-source">
218218
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js">render/Feature.js</a>,
219-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js#L145">line 145</a>
219+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js#L143">line 143</a>
220220
</div>
221221

222222
</div>
@@ -351,7 +351,7 @@ <h4 class="name">
351351

352352
<div class="tag-source">
353353
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js">render/Feature.js</a>,
354-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js#L154">line 154</a>
354+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js#L152">line 152</a>
355355
</div>
356356

357357
</div>
@@ -441,7 +441,7 @@ <h4 class="name">
441441

442442
<div class="tag-source">
443443
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js">render/Feature.js</a>,
444-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js#L274">line 274</a>
444+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js#L272">line 272</a>
445445
</div>
446446

447447
</div>
@@ -532,7 +532,7 @@ <h4 class="name">
532532

533533
<div class="tag-source">
534534
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js">render/Feature.js</a>,
535-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js#L257">line 257</a>
535+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js#L255">line 255</a>
536536
</div>
537537

538538
</div>
@@ -623,7 +623,7 @@ <h4 class="name">
623623

624624
<div class="tag-source">
625625
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js">render/Feature.js</a>,
626-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js#L301">line 301</a>
626+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js#L299">line 299</a>
627627
</div>
628628

629629
</div>
@@ -713,7 +713,7 @@ <h4 class="name">
713713

714714
<div class="tag-source">
715715
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js">render/Feature.js</a>,
716-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js#L333">line 333</a>
716+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js#L331">line 331</a>
717717
</div>
718718

719719
</div>

dist/en/main/apidoc/module-ol_render_Feature.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h4 class="name">
194194

195195
<div class="tag-source">
196196
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js">render/Feature.js</a>,
197-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js#L525">line 525</a>
197+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js#L523">line 523</a>
198198
</div>
199199

200200
</div>
@@ -351,15 +351,15 @@ <h5>Returns:</h5>
351351
<div class="anchor" id=".toGeometry">
352352
</div>
353353
<h4 class="name">
354-
toGeometry<span class="signature">(renderFeature)</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{Point | MultiPoint | LineString | MultiLineString | Polygon | MultiPolygon}</span>
354+
toGeometry<span class="signature">(renderFeature)</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{<a href="module-ol_geom_Point-Point.html">Point</a> | <a href="module-ol_geom_MultiPoint-MultiPoint.html">MultiPoint</a> | <a href="module-ol_geom_LineString-LineString.html">LineString</a> | <a href="module-ol_geom_MultiLineString-MultiLineString.html">MultiLineString</a> | <a href="module-ol_geom_Polygon-Polygon.html">Polygon</a> | <a href="module-ol_geom_MultiPolygon-MultiPolygon.html">MultiPolygon</a>}</span>
355355

356356

357357

358358
</h4>
359359

360360
<div class="tag-source">
361361
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js">render/Feature.js</a>,
362-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js#L489">line 489</a>
362+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/render/Feature.js#L487">line 487</a>
363363
</div>
364364

365365
</div>

dist/en/main/apidoc/module-ol_source_GeoTIFF-GeoTIFFSource.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h4 class="name">
166166

167167
<div class="tag-source">
168168
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/GeoTIFF.js">source/GeoTIFF.js</a>,
169-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/GeoTIFF.js#L466">line 466</a>
169+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/GeoTIFF.js#L456">line 456</a>
170170
</div>
171171

172172
</div>
@@ -1834,7 +1834,7 @@ <h4 class="name">
18341834

18351835
<div class="tag-source">
18361836
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/GeoTIFF.js">source/GeoTIFF.js</a>,
1837-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/GeoTIFF.js#L1199">line 1199</a>
1837+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/GeoTIFF.js#L1189">line 1189</a>
18381838
</div>
18391839

18401840
</div>

dist/en/main/apidoc/module-ol_source_GeoTIFF.html

Lines changed: 0 additions & 141 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,7 @@
7373
<ul>
7474
<li data-name="gdalmetadata"><a href="module-ol_source_GeoTIFF.html#~GDALMetadata">GDALMetadata</a>
7575
<li data-name="geokeys"><a href="module-ol_source_GeoTIFF.html#~GeoKeys">GeoKeys</a>
76-
<li data-name="geotiff"><a href="module-ol_source_GeoTIFF.html#~GeoTIFF">GeoTIFF</a>
77-
<li data-name="geotiffimage"><a href="module-ol_source_GeoTIFF.html#~GeoTIFFImage">GeoTIFFImage</a>
7876
<li data-name="geotiffsourceoptions"><a href="module-ol_source_GeoTIFF.html#~GeoTIFFSourceOptions">GeoTIFFSourceOptions</a>
79-
<li data-name="multigeotiff"><a href="module-ol_source_GeoTIFF.html#~MultiGeoTIFF">MultiGeoTIFF</a>
8077
<li data-name="options"><a href="module-ol_source_GeoTIFF.html#~Options">Options</a>
8178
<li data-name="sourceinfo"><a href="module-ol_source_GeoTIFF.html#~SourceInfo">SourceInfo</a>
8279
</ul>
@@ -541,98 +538,6 @@ <h5 class="subsection-title">Properties:</h5>
541538

542539

543540

544-
545-
546-
</dl>
547-
548-
549-
550-
</dd>
551-
552-
553-
554-
<dt class="">
555-
<div class="nameContainer">
556-
<div class="anchor" id="~GeoTIFF">
557-
</div>
558-
<h4 class="name">
559-
GeoTIFF<span class="type-signature type module:geotiff~geotiff">{module:geotiff~GeoTIFF}</span>
560-
561-
562-
</h4>
563-
</div>
564-
565-
</dt>
566-
<dd class="">
567-
568-
569-
570-
<dl class="details">
571-
572-
573-
574-
575-
576-
577-
578-
579-
580-
581-
582-
583-
584-
585-
586-
587-
588-
589-
590-
591-
592-
</dl>
593-
594-
595-
596-
</dd>
597-
598-
599-
600-
<dt class="">
601-
<div class="nameContainer">
602-
<div class="anchor" id="~GeoTIFFImage">
603-
</div>
604-
<h4 class="name">
605-
GeoTIFFImage<span class="type-signature type module:geotiff~geotiffimage">{module:geotiff~GeoTIFFImage}</span>
606-
607-
608-
</h4>
609-
</div>
610-
611-
</dt>
612-
<dd class="">
613-
614-
615-
616-
<dl class="details">
617-
618-
619-
620-
621-
622-
623-
624-
625-
626-
627-
628-
629-
630-
631-
632-
633-
634-
635-
636541

637542

638543
</dl>
@@ -875,52 +780,6 @@ <h5 class="subsection-title">Properties:</h5>
875780

876781

877782

878-
879-
880-
</dl>
881-
882-
883-
884-
</dd>
885-
886-
887-
888-
<dt class="">
889-
<div class="nameContainer">
890-
<div class="anchor" id="~MultiGeoTIFF">
891-
</div>
892-
<h4 class="name">
893-
MultiGeoTIFF<span class="type-signature type module:geotiff~multigeotiff">{module:geotiff~MultiGeoTIFF}</span>
894-
895-
896-
</h4>
897-
</div>
898-
899-
</dt>
900-
<dd class="">
901-
902-
903-
904-
<dl class="details">
905-
906-
907-
908-
909-
910-
911-
912-
913-
914-
915-
916-
917-
918-
919-
920-
921-
922-
923-
924783

925784

926785
</dl>

dist/en/main/apidoc/navigation.tmpl.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5385,10 +5385,7 @@
53855385
<ul>
53865386
<li data-name="gdalmetadata"><a href="module-ol_source_GeoTIFF.html#~GDALMetadata">GDALMetadata</a>
53875387
<li data-name="geokeys"><a href="module-ol_source_GeoTIFF.html#~GeoKeys">GeoKeys</a>
5388-
<li data-name="geotiff"><a href="module-ol_source_GeoTIFF.html#~GeoTIFF">GeoTIFF</a>
5389-
<li data-name="geotiffimage"><a href="module-ol_source_GeoTIFF.html#~GeoTIFFImage">GeoTIFFImage</a>
53905388
<li data-name="geotiffsourceoptions"><a href="module-ol_source_GeoTIFF.html#~GeoTIFFSourceOptions">GeoTIFFSourceOptions</a>
5391-
<li data-name="multigeotiff"><a href="module-ol_source_GeoTIFF.html#~MultiGeoTIFF">MultiGeoTIFF</a>
53925389
<li data-name="options"><a href="module-ol_source_GeoTIFF.html#~Options">Options</a>
53935390
<li data-name="sourceinfo"><a href="module-ol_source_GeoTIFF.html#~SourceInfo">SourceInfo</a>
53945391
</ul>

dist/en/main/examples/azure-maps.js.map

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

dist/en/main/examples/common.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.

dist/en/main/examples/common.js.map

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

dist/en/main/examples/contour-interpolation.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,12 @@ <h5 class="source-heading">main.js</h5>
187187
import View from &#x27;ol/View.js&#x27;;
188188
import MousePosition from &#x27;ol/control/MousePosition.js&#x27;;
189189
import {toStringHDMS} from &#x27;ol/coordinate.js&#x27;;
190-
import {Image as ImageLayer, WebGLTile as TileLayer} from &#x27;ol/layer.js&#x27;;
190+
import ImageLayer from &#x27;ol/layer/Image.js&#x27;;
191+
import TileLayer from &#x27;ol/layer/WebGLTile.js&#x27;;
191192
import {fromLonLat, toLonLat} from &#x27;ol/proj.js&#x27;;
192-
import {DataTile, OSM, Raster as RasterSource} from &#x27;ol/source.js&#x27;;
193+
import DataTile from &#x27;ol/source/DataTile.js&#x27;;
194+
import OSM from &#x27;ol/source/OSM.js&#x27;;
195+
import RasterSource from &#x27;ol/source/Raster.js&#x27;;
193196

194197
const attribution &#x3D;
195198
&#x27;&lt;a href&#x3D;&quot;https://github.com/tilezen/joerd/blob/master/docs/attribution.md&quot; target&#x3D;&quot;_blank&quot;&gt;Data sources and attribution&lt;/a&gt;&#x27;;

0 commit comments

Comments
 (0)