Skip to content

Commit 732e6ab

Browse files
committed
Website updates
1 parent 9ecec9f commit 732e6ab

Some content is hidden

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

45 files changed

+790
-343
lines changed

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

Lines changed: 275 additions & 54 deletions
Large diffs are not rendered by default.

dist/en/main/examples/common.js

Lines changed: 8 additions & 8 deletions
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/filter-points-webgl.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ <h5 class="source-heading">main.js</h5>
254254
];
255255

256256
const style &#x3D; {
257-
filter: [&#x27;between&#x27;, [&#x27;get&#x27;, &#x27;year&#x27;], [&#x27;var&#x27;, &#x27;minYear&#x27;], [&#x27;var&#x27;, &#x27;maxYear&#x27;]],
258257
&#x27;circle-radius&#x27;: [
259258
&#x27;*&#x27;,
260259
[&#x27;interpolate&#x27;, [&#x27;linear&#x27;], [&#x27;get&#x27;, &#x27;mass&#x27;], 0, 4, 200000, 13],
@@ -277,7 +276,8 @@ <h5 class="source-heading">main.js</h5>
277276
minYear: 1850,
278277
maxYear: 2015,
279278
},
280-
style: style,
279+
style,
280+
filter: [&#x27;between&#x27;, [&#x27;get&#x27;, &#x27;year&#x27;], [&#x27;var&#x27;, &#x27;minYear&#x27;], [&#x27;var&#x27;, &#x27;maxYear&#x27;]],
281281
source: vectorSource,
282282
disableHitDetection: true,
283283
});

dist/en/main/examples/filter-points-webgl.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/filter-points-webgl.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/icon-sprite-webgl.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,6 @@ <h5 class="source-heading">main.js</h5>
239239
const newColor &#x3D; [180, 255, 200];
240240

241241
const style &#x3D; {
242-
filter: [
243-
&#x27;any&#x27;,
244-
[&#x27;&#x3D;&#x3D;&#x27;, [&#x27;var&#x27;, &#x27;filterShape&#x27;], &#x27;all&#x27;],
245-
[&#x27;&#x3D;&#x3D;&#x27;, [&#x27;var&#x27;, &#x27;filterShape&#x27;], [&#x27;get&#x27;, &#x27;shape&#x27;]],
246-
],
247242
&#x27;icon-src&#x27;: &#x27;data/ufo_shapes.png&#x27;,
248243
&#x27;icon-width&#x27;: 128,
249244
&#x27;icon-height&#x27;: 64,
@@ -287,7 +282,12 @@ <h5 class="source-heading">main.js</h5>
287282
features: [],
288283
attributions: &#x27;National UFO Reporting Center&#x27;,
289284
}),
290-
style: style,
285+
style,
286+
filter: [
287+
&#x27;any&#x27;,
288+
[&#x27;&#x3D;&#x3D;&#x27;, [&#x27;var&#x27;, &#x27;filterShape&#x27;], &#x27;all&#x27;],
289+
[&#x27;&#x3D;&#x3D;&#x27;, [&#x27;var&#x27;, &#x27;filterShape&#x27;], [&#x27;get&#x27;, &#x27;shape&#x27;]],
290+
],
291291
});
292292

293293
const shapeSelect &#x3D; document.getElementById(&#x27;shape-filter&#x27;);

0 commit comments

Comments
 (0)