Skip to content

Commit ee5708e

Browse files
committed
Website updates
1 parent 2e444aa commit ee5708e

File tree

373 files changed

+904
-636
lines changed

Some content is hidden

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

373 files changed

+904
-636
lines changed

dist/en/main/examples/animated-gif.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,12 @@ <h5 class="source-heading">main.js</h5>
280280
import Map from &#x27;ol/Map.js&#x27;;
281281
import View from &#x27;ol/View.js&#x27;;
282282
import Point from &#x27;ol/geom/Point.js&#x27;;
283-
import {Tile as TileLayer, Vector as VectorLayer} from &#x27;ol/layer.js&#x27;;
284-
import {StadiaMaps, Vector as VectorSource} from &#x27;ol/source.js&#x27;;
285-
import {Icon, Style} from &#x27;ol/style.js&#x27;;
283+
import TileLayer from &#x27;ol/layer/Tile.js&#x27;;
284+
import VectorLayer from &#x27;ol/layer/Vector.js&#x27;;
285+
import StadiaMaps from &#x27;ol/source/StadiaMaps.js&#x27;;
286+
import VectorSource from &#x27;ol/source/Vector.js&#x27;;
287+
import Icon from &#x27;ol/style/Icon.js&#x27;;
288+
import Style from &#x27;ol/style/Style.js&#x27;;
286289

287290
const iconFeature &#x3D; new Feature({
288291
geometry: new Point([0, 0]),

dist/en/main/examples/animated-gif.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/animated-gif.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/arcgis-image.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,10 @@ <h5 class="modal-title" id="tag-example-title"></h5>
145145
<h5 class="source-heading">main.js</h5>
146146
<pre><code id="example-js-source" class="language-js">import Map from &#x27;ol/Map.js&#x27;;
147147
import View from &#x27;ol/View.js&#x27;;
148-
import {Image as ImageLayer, Tile as TileLayer} from &#x27;ol/layer.js&#x27;;
149-
import {ImageArcGISRest, OSM} from &#x27;ol/source.js&#x27;;
148+
import ImageLayer from &#x27;ol/layer/Image.js&#x27;;
149+
import TileLayer from &#x27;ol/layer/Tile.js&#x27;;
150+
import ImageArcGISRest from &#x27;ol/source/ImageArcGISRest.js&#x27;;
151+
import OSM from &#x27;ol/source/OSM.js&#x27;;
150152

151153
const url &#x3D;
152154
&#x27;https://sampleserver6.arcgisonline.com/ArcGIS/rest/services/&#x27; +

dist/en/main/examples/arcgis-image.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)