Skip to content

Commit

Permalink
Website updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Dec 14, 2024
1 parent 2e444aa commit ee5708e
Show file tree
Hide file tree
Showing 373 changed files with 904 additions and 636 deletions.
9 changes: 6 additions & 3 deletions dist/en/main/examples/animated-gif.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,12 @@ <h5 class="source-heading">main.js</h5>
import Map from &#x27;ol/Map.js&#x27;;
import View from &#x27;ol/View.js&#x27;;
import Point from &#x27;ol/geom/Point.js&#x27;;
import {Tile as TileLayer, Vector as VectorLayer} from &#x27;ol/layer.js&#x27;;
import {StadiaMaps, Vector as VectorSource} from &#x27;ol/source.js&#x27;;
import {Icon, Style} from &#x27;ol/style.js&#x27;;
import TileLayer from &#x27;ol/layer/Tile.js&#x27;;
import VectorLayer from &#x27;ol/layer/Vector.js&#x27;;
import StadiaMaps from &#x27;ol/source/StadiaMaps.js&#x27;;
import VectorSource from &#x27;ol/source/Vector.js&#x27;;
import Icon from &#x27;ol/style/Icon.js&#x27;;
import Style from &#x27;ol/style/Style.js&#x27;;

const iconFeature &#x3D; new Feature({
geometry: new Point([0, 0]),
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/examples/animated-gif.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/en/main/examples/animated-gif.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions dist/en/main/examples/arcgis-image.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,10 @@ <h5 class="modal-title" id="tag-example-title"></h5>
<h5 class="source-heading">main.js</h5>
<pre><code id="example-js-source" class="language-js">import Map from &#x27;ol/Map.js&#x27;;
import View from &#x27;ol/View.js&#x27;;
import {Image as ImageLayer, Tile as TileLayer} from &#x27;ol/layer.js&#x27;;
import {ImageArcGISRest, OSM} from &#x27;ol/source.js&#x27;;
import ImageLayer from &#x27;ol/layer/Image.js&#x27;;
import TileLayer from &#x27;ol/layer/Tile.js&#x27;;
import ImageArcGISRest from &#x27;ol/source/ImageArcGISRest.js&#x27;;
import OSM from &#x27;ol/source/OSM.js&#x27;;

const url &#x3D;
&#x27;https://sampleserver6.arcgisonline.com/ArcGIS/rest/services/&#x27; +
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/examples/arcgis-image.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ee5708e

Please sign in to comment.