Skip to content

Commit d8c2cc7

Browse files
committed
Website updates
1 parent ee5708e commit d8c2cc7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/en/main/examples/rectangle.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,13 @@ <h5 class="modal-title" id="tag-example-title"></h5>
189189
<div class="row-fluid">
190190
<h5 class="source-heading">main.js</h5>
191191
<pre><code id="example-js-source" class="language-js">import Feature from &#x27;ol/Feature.js&#x27;;
192-
import {fromExtent} from &#x27;ol/geom/Polygon.js&#x27;;
193-
import VectorLayer from &#x27;ol/layer/Vector.js&#x27;;
194-
import VectorSource from &#x27;ol/source/Vector.js&#x27;;
195192
import Map from &#x27;ol/Map.js&#x27;;
196193
import View from &#x27;ol/View.js&#x27;;
194+
import {fromExtent} from &#x27;ol/geom/Polygon.js&#x27;;
197195
import TileLayer from &#x27;ol/layer/Tile.js&#x27;;
196+
import VectorLayer from &#x27;ol/layer/Vector.js&#x27;;
198197
import OSM from &#x27;ol/source/OSM.js&#x27;;
198+
import VectorSource from &#x27;ol/source/Vector.js&#x27;;
199199

200200
const map &#x3D; new Map({
201201
layers: [

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

0 commit comments

Comments
 (0)