Björn Harrtell
aa6ee5b74a
Update JSTS example to use JSTS 2.3.0
2020-06-06 21:18:32 +02:00
Andreas Hocevar
7bce841fba
No autocomplete for example search field
2020-05-29 08:52:14 +02:00
Tim Schaub
7f8a1b64bd
Update usage of copy-webpack-plugin
2020-05-18 10:16:15 -06:00
Tim Schaub
19c5dd1ff6
Remove personal Mapbox key
2020-05-16 13:25:29 -06:00
mike-000
9a8b9d8ade
add Image source imageSmoothing option
...
Add Image smoothing checkbox to example
Test imageSmoothing option
2020-05-09 10:41:20 +01:00
Tim Schaub
8ea2fe1298
Merge pull request #10996 from tschaub/mapbox-vector-layer
...
Mapbox vector layer
2020-05-04 08:01:15 -06:00
Tim Schaub
cd27a13a42
Show the main.js right below the map
2020-05-03 16:27:51 -06:00
Tim Schaub
4d9975754f
Mapbox vector layer
2020-05-03 16:07:27 -06:00
mike-000
51ad3824e3
correctly close bold font tag
2020-04-30 10:24:59 +01:00
Simon Daron
74901efc59
Set base layer extent
2020-04-27 16:41:58 +02:00
Simon Daron
8cfe994ff0
Improve example with a background layer, intersect and comments
2020-04-26 13:27:27 +02:00
Simon Daron
71f056c75c
Use prerender and postrender events on Vector Clipping Layer example for better readability
2020-04-25 06:54:09 +02:00
mike-000
6519b54647
fix prettier
2020-04-17 00:08:11 +01:00
mike-000
71b866947f
read and set features in custom tileLoadFunction
2020-04-17 00:01:28 +01:00
mike-000
7d2e367fd0
fix prettier
2020-04-16 22:18:40 +01:00
mike-000
25b0cce8ed
fix prettier
2020-04-16 22:13:12 +01:00
mike-000
3bac7acb48
Use the tile coordinate as a pseudo URL
...
Use the unique tile coordinate as a pseudo tile URL instead of a GeoJSON data URL which may not be unique
2020-04-16 21:40:38 +01:00
sambakk
c9b765c243
Correct the attribution with the right link, icon and icon title
2020-04-12 15:46:14 +01:00
sambakk
2451a75238
Replace the dead links of the Géoportail API web page & Descriptif technique des web services du Géoportail
2020-04-12 15:24:46 +01:00
Tim Schaub
054af09032
Make code prettier
...
This updates ESLint and our shared eslint-config-openlayers to use Prettier. Most formatting changes were automatically applied with this:
npm run lint -- --fix
A few manual changes were required:
* In `examples/offscreen-canvas.js`, the `//eslint-disable-line` comment needed to be moved to the appropriate line to disable the error about the `'worker-loader!./offscreen-canvas.worker.js'` import.
* In `examples/webpack/exapmle-builder.js`, spaces could not be added after a couple `function`s for some reason. While editing this, I reworked `ExampleBuilder` to be a class.
* In `src/ol/format/WMSGetFeatureInfo.js`, the `// @ts-ignore` comment needed to be moved down one line so it applied to the `parsersNS` argument.
2020-04-06 12:54:09 -06:00
Andreas Hocevar
e951a3c7d5
Fix dependency source management for examples
2020-04-06 16:51:22 +02:00
Andreas Hocevar
77763991dc
Merge pull request #10537 from mike-000/patch-3
...
Correct resolution used for scale bar and add dpi option
2020-04-04 09:53:54 +02:00
mike-000
6006fb2c03
base minWidth on default dpi & remove setMinWidth
2020-04-03 17:11:20 +01:00
mike-000
362df3439e
update description
2020-04-02 23:51:36 +01:00
mike-000
dfcc649c59
Merge branch 'master' into patch-4
2020-04-02 22:37:36 +01:00
mike-000
f4a3a3bc70
remove prerender context setting
2020-04-02 22:32:30 +01:00
mike-000
1cd4d37c45
change option name to imageSmoothing
2020-04-02 18:44:07 +01:00
mike-000
23fe5463fa
use dom-to-image-more
2020-04-02 14:59:58 +01:00
mike-000
ab006abf25
use dom-to-image-more
2020-04-02 14:59:57 +01:00
mike-000
b56ca954d5
avoid classname conflict with example template
2020-04-02 14:59:55 +01:00
mike-000
e6658aec1e
add domtoimage
2020-04-02 14:59:54 +01:00
mike-000
e2ac566c05
Correct resolution used for scale. Add dpi option.
...
Also add setDpi and setMinWidth methods
Add Print to scale example
2020-04-02 14:59:54 +01:00
Tim Schaub
a073c5ab1e
Merge pull request #10859 from SDaron/clipping-layer
...
Add an example of clipping layer based on a vector source
2020-04-01 03:59:58 -06:00
Simon Daron
23c2e1062c
Add an example of clipping layer based on a vector source
2020-04-01 10:08:37 +02:00
Andreas Hocevar
7dd42ef19f
Key update
2020-04-01 09:07:07 +02:00
Andreas Hocevar
061ccb987b
Key update
2020-04-01 08:43:52 +02:00
mike-000
82dd764d13
Replace Bing layer with MapTiler
2020-03-31 22:37:51 +01:00
mike-000
7b55fe381e
Replace Bing layer with MapTiler
2020-03-31 22:36:07 +01:00
mike-000
3c0ff15414
Cap Longitudes and replace Bing with MapTiler
2020-03-31 22:32:02 +01:00
Andreas Hocevar
b39e12406a
Merge pull request #10824 from MoonE/icon-color-ie11
...
Fix drawing svg icon with color option in ie11
2020-03-28 14:26:10 +01:00
mike-000
c3d9ac6265
Fix description
2020-03-25 12:55:57 +00:00
Andreas Hocevar
d70b3aa3d5
Move catch-up logic to main thread
...
This avoids requestAnimationFrame in the worker.
2020-03-24 12:14:31 +01:00
Andreas Hocevar
576f50331b
Add attribution
2020-03-23 20:30:58 +01:00
Andreas Hocevar
5113d70701
Rename example
2020-03-23 19:37:13 +01:00
Andreas Hocevar
0e1af6836f
Example cleanup
2020-03-23 12:47:27 +01:00
Andreas Hocevar
828becf68e
Position rotate control in the bottom left
2020-03-23 12:47:26 +01:00
Andreas Hocevar
28f390828d
Use same data as in mapbox-style example
2020-03-23 12:47:26 +01:00
Andreas Hocevar
ade9ac8857
Make mapbox-style example fullscreen on demand
2020-03-23 12:47:25 +01:00
Andreas Hocevar
bc1be50cbc
Add worker support to examples
2020-03-23 12:47:25 +01:00
Andreas Hocevar
6dcc54bfb8
'action' instead of 'type' as message identifier
2020-03-23 12:46:24 +01:00