Frédéric Junod
|
f366eaea52
|
Merge pull request #9504 from fredj/examples_tsc
Minor examples fixes
|
2019-05-07 16:38:20 +02:00 |
|
Frederic Junod
|
f5ae41f03e
|
Compare Date with Date instead of number
|
2019-05-07 14:54:46 +02:00 |
|
Frederic Junod
|
6b1bce2b9d
|
Add missing className property to BaseTile layer options
|
2019-05-07 14:54:46 +02:00 |
|
Frederic Junod
|
bd57128ca4
|
Remove unsupported condition property
There's no `condition` property for the Extent interaction
|
2019-05-07 14:54:46 +02:00 |
|
Frederic Junod
|
5012e4987c
|
Don't use View#constrainCenter function
|
2019-05-07 14:54:46 +02:00 |
|
Frederic Junod
|
d30f6175ce
|
Add function JSDoc tag
|
2019-05-07 13:52:48 +02:00 |
|
Frederic Junod
|
0e08d9e0fd
|
Add empty declutterItems in RasterSource frameState
To please the type checker.
|
2019-05-07 13:52:25 +02:00 |
|
Frédéric Junod
|
eb21369d86
|
Merge pull request #9488 from openlayers/codesandbox_lang_attr
Set the 'lang' attribute to the html tag in examples
|
2019-05-03 14:31:31 +02:00 |
|
Frederic Junod
|
68a29f1ac6
|
Set the 'lang' attribute to the html tag in examples
|
2019-05-03 11:32:33 +02:00 |
|
Frédéric Junod
|
d6485b1e94
|
Merge pull request #9486 from openlayers/greenkeeper/jquery-3.4.1
Update jquery to the latest version 🚀
|
2019-05-02 08:45:13 +02:00 |
|
Frédéric Junod
|
a12b323907
|
Merge pull request #9468 from openlayers/greenkeeper/puppeteer-1.15.0
Update puppeteer to the latest version 🚀
|
2019-04-26 08:42:08 +02:00 |
|
Frédéric Junod
|
4d1ae3d483
|
Merge pull request #9459 from fredj/html-to-image
Use html-to-image instead of dom-to-image-more
|
2019-04-23 11:53:57 +02:00 |
|
Frederic Junod
|
2f6f110fa3
|
Remove constrainResolution property in fit options
|
2019-04-23 10:19:21 +02:00 |
|
Frederic Junod
|
93c25d4f82
|
Export the map viewport instead of the layers
And filter out the controls elements
|
2019-04-23 10:17:16 +02:00 |
|
Frederic Junod
|
2ac1095c52
|
Use html-to-image instead of dom-to-image-more
dom-to-image-more do not support safari
|
2019-04-23 09:58:31 +02:00 |
|
Frédéric Junod
|
84a82ea5b2
|
Merge pull request #9435 from fredj/api_default
Set the default values after the property name
|
2019-04-17 08:29:28 +02:00 |
|
Frederic Junod
|
08dd5f58a2
|
Set the default values after the property name
|
2019-04-15 16:44:06 +02:00 |
|
Frédéric Junod
|
04963c83d6
|
Merge pull request #9433 from fredj/cleanup
Remove unused private variables, remove trailing whitespace
|
2019-04-15 13:36:54 +02:00 |
|
Frederic Junod
|
711dacf4b7
|
Remove unused private variables, remove trailing whitespaces
|
2019-04-15 11:31:18 +02:00 |
|
Frédéric Junod
|
6fbd196132
|
Merge pull request #9416 from fredj/circle_rotate
Implement rotate and translate functions for circle geometry
|
2019-04-15 08:22:29 +02:00 |
|
Frédéric Junod
|
1995164219
|
Merge pull request #9429 from fredj/update_dev_deps
Update all devDependencies
|
2019-04-12 12:42:10 +02:00 |
|
Frédéric Junod
|
7340e865a3
|
Merge pull request #9427 from openlayers/greenkeeper/mocha-6.1.3
Update mocha to the latest version 🚀
|
2019-04-12 08:41:43 +02:00 |
|
Frédéric Junod
|
5b231fe990
|
Merge pull request #9425 from fredj/rm_unused_webgl
Remove unused ol/render/webgl module
|
2019-04-12 08:41:24 +02:00 |
|
Frederic Junod
|
491020f027
|
Remove unused ol/render/webgl module
|
2019-04-11 16:37:50 +02:00 |
|
Frederic Junod
|
2989c84248
|
Implement translate function for circle geometry
|
2019-04-11 16:12:41 +02:00 |
|
 Frédéric Junodandahocevar
|
c6db2d07bb
|
Use .js extension for import
Co-Authored-By: ahocevar <andreas.hocevar@gmail.com>
|
2019-04-10 09:09:50 +02:00 |
|
Frederic Junod
|
319a905ec0
|
Implement rotate function for circle geometry
|
2019-04-09 16:58:44 +02:00 |
|
Frédéric Junod
|
9883b7d3d9
|
Merge pull request #9411 from fredj/raster_state_test
Fix tile state condition in raster layer test
|
2019-04-09 08:27:43 +02:00 |
|
Frédéric Junod
|
07e31840eb
|
Merge pull request #9410 from fredj/MouseWheelZoom_max_zoom
Add new maxDelta property to MouseWheelZoom constructor
|
2019-04-09 08:27:27 +02:00 |
|
Frederic Junod
|
746f92d597
|
Fix tile state condition in raster layer test
The state was duplicated from the beginning, see 3ddb8712a3
|
2019-04-08 17:04:37 +02:00 |
|
Frederic Junod
|
238fbca650
|
Add new maxDelta property to MouseWheelZoom constructor
|
2019-04-08 15:02:21 +02:00 |
|
Frédéric Junod
|
3875147812
|
Merge pull request #9409 from fredj/rm_opt_this
Remove more opt_this parameters
|
2019-04-08 14:37:59 +02:00 |
|
Frederic Junod
|
be065cdacc
|
Update upgrade-notes
|
2019-04-08 13:46:54 +02:00 |
|
Frederic Junod
|
187f58c1c3
|
Remove opt_this param in ol/extent
|
2019-04-08 13:46:54 +02:00 |
|
Frederic Junod
|
c20bdedcac
|
Remove opt_this param in ol/structs/LRUCache
|
2019-04-08 13:46:54 +02:00 |
|
Frederic Junod
|
617dd9f031
|
Remove opt_this param in ol/structs/RBush
|
2019-04-08 13:46:54 +02:00 |
|
Frédéric Junod
|
077afac90a
|
Merge pull request #9408 from openlayers/greenkeeper/mocha-6.1.1
chore(package): update mocha to version 6.1.1
|
2019-04-08 10:26:54 +02:00 |
|
Frédéric Junod
|
f091d96b6c
|
Merge pull request #9406 from openlayers/greenkeeper/clean-css-cli-4.3.0
Update clean-css-cli to the latest version 🚀
|
2019-04-08 08:48:03 +02:00 |
|
Frédéric Junod
|
ad5c9ac589
|
Merge pull request #9350 from fredj/cleanup_examples
Remove unnecessary css in examples
|
2019-03-19 16:21:51 +01:00 |
|
Frederic Junod
|
d5f92843a9
|
Remove unnecessary css in examples
|
2019-03-18 16:19:01 +01:00 |
|
Frédéric Junod
|
84bf801b52
|
Merge pull request #9346 from fredj/cleanup
Remove tilePixelRatio options from ol.source.VectorTile
|
2019-03-18 16:12:28 +01:00 |
|
Frederic Junod
|
72788187c8
|
Remove tilePixelRatio options from ol.source.VectorTile
Was removed in #7070
|
2019-03-18 14:35:58 +01:00 |
|
Frédéric Junod
|
e12a0ea0ff
|
Merge pull request #9345 from fredj/devDependencies
Update all dev dependencies
|
2019-03-18 11:53:01 +01:00 |
|
Frédéric Junod
|
75d9ade613
|
Merge pull request #9337 from fredj/codesandbox_div_size
Set map div size in example send to codesandbox
|
2019-03-15 15:15:59 +01:00 |
|
Frederic Junod
|
5f8450d67d
|
Set map div size in example send to codesandbox
|
2019-03-15 13:53:58 +01:00 |
|
Frédéric Junod
|
1637cffbe9
|
Merge pull request #9335 from openlayers/codesandbox_template
Create codesandbox using the 'parcel' template
|
2019-03-14 16:24:24 +01:00 |
|
Frederic Junod
|
2f28f89c59
|
Create codesandbox using the 'parcel' template
The default template is `create-react-app` and this one ignores the `head` tag defined in out `index.html`
|
2019-03-14 15:08:01 +01:00 |
|
Frédéric Junod
|
de7afee96d
|
Merge pull request #9329 from fredj/cluster_refresh
Don't refresh the layer after addFeatures call
|
2019-03-14 11:04:28 +01:00 |
|
Frederic Junod
|
92cb9f1c51
|
Don't refresh the layer after addFeatures call
|
2019-03-14 10:25:19 +01:00 |
|
Frédéric Junod
|
7896fa894d
|
Merge pull request #9328 from fredj/cleanup
Mark layerFilter in AtPixelOptions as optional
|
2019-03-14 09:17:28 +01:00 |
|
Frédéric Junod
|
c321c90497
|
Merge pull request #9300 from fredj/f9299
Fix documentation about zoomDelta for ol.interaction.default function
|
2019-03-12 08:31:30 +01:00 |
|
Frederic Junod
|
4a13bf2fa9
|
Mark layerFilter in AtPixelOptions as optional
|
2019-03-11 15:11:16 +01:00 |
|
Frederic Junod
|
d71fa78ee2
|
Remove unused template tag
|
2019-03-11 15:10:32 +01:00 |
|
Frédéric Junod
|
c0d4cdbabf
|
Merge pull request #9315 from fredj/f9290
Change CSS class for tooltips in measure example
|
2019-03-11 14:37:43 +01:00 |
|
Frederic Junod
|
76aa26e3e9
|
Change CSS class for tooltips in measure example
|
2019-03-11 14:24:57 +01:00 |
|
Frédéric Junod
|
feb1a9f31b
|
Merge pull request #9310 from fredj/stamen_transition
Add transition options to Stamen source
|
2019-03-11 09:11:38 +01:00 |
|
Frederic Junod
|
0401aed6e3
|
Add transition options to Stamen source
|
2019-03-11 08:34:42 +01:00 |
|
Frederic Junod
|
425cd19922
|
Add a new font line height option in vector-label example
|
2019-03-09 09:59:57 +01:00 |
|
Frédéric Junod
|
9c1c71b8e5
|
Merge pull request #9306 from fredj/dispose_layer_renderer
Set the canvas size to 0 on dispose
|
2019-03-09 08:00:35 +01:00 |
|
Frederic Junod
|
6de566d95b
|
Set the canvas size to 0 on dispose
|
2019-03-08 13:25:49 +01:00 |
|
Frederic Junod
|
9e89047e6a
|
Fix documentation about zoomDelta for ol.interaction.default function
|
2019-03-07 14:22:33 +01:00 |
|
Frédéric Junod
|
d99405feeb
|
Merge pull request #9278 from fredj/bing_imagerySet
Update Bing's imagerySet used in examples
|
2019-02-28 12:59:17 +01:00 |
|
Frederic Junod
|
c01dee0884
|
Update Bing's imagerySet used in examples
|
2019-02-28 10:43:59 +01:00 |
|
Frédéric Junod
|
cd17f4b0d6
|
Merge pull request #9276 from fredj/graticule_cleanup
Use the constructor options instead of changing the private variables
|
2019-02-27 17:02:41 +01:00 |
|
Frederic Junod
|
7c7b43ee91
|
Use the constructor options instead of changing the private variables
|
2019-02-27 15:11:08 +01:00 |
|
Frédéric Junod
|
02f9411c6b
|
Merge pull request #9275 from fredj/rm_setDeclutter
Remove setDeclutter function
|
2019-02-27 14:03:38 +01:00 |
|
Frederic Junod
|
1338a868e9
|
Remove setDeclutter function
Changing the declutter value after the layer creating doesn't work, remove the function to avoid confusion.
|
2019-02-27 11:41:08 +01:00 |
|
Frédéric Junod
|
3aa93014c0
|
Merge pull request #9246 from openlayers/mobile-full-screen
Add missing ol.css in mobile-full-screen example
|
2019-02-26 12:36:42 +01:00 |
|
Frederic Junod
|
734900f1d7
|
Add missing ol.css in mobile-full-screen example
|
2019-02-26 08:39:39 +01:00 |
|
Frédéric Junod
|
88760de64b
|
Merge pull request #9264 from tpluscode/patch-1
add question about resizing map element
|
2019-02-25 10:43:54 +01:00 |
|
Frédéric Junod
|
73744de14e
|
Merge pull request #9260 from fredj/rm_geom_param
Remove unused 'geometry' param from ol/render/canvas/Builder
|
2019-02-25 08:25:06 +01:00 |
|
Frederic Junod
|
cd28c8a301
|
Remove unused 'geometry' param from 'createFill' function
|
2019-02-22 16:52:32 +01:00 |
|
Frederic Junod
|
79c6cc5159
|
Remove unused 'geometry' param from '{begin,end}Geometry' functions
|
2019-02-22 16:45:25 +01:00 |
|
Frédéric Junod
|
345607be28
|
Merge pull request #9256 from openlayers/greenkeeper/mocha-6.0.1
Update mocha to the latest version 🚀
|
2019-02-22 15:14:35 +01:00 |
|
Frédéric Junod
|
4cb3e24048
|
Merge pull request #9240 from fredj/text_rotateWithView
Add setRotateWithView function to ol/style/Text
|
2019-02-19 15:29:00 +01:00 |
|
Frederic Junod
|
4cb9b1eeb3
|
Add setRotateWithView function to ol/style/Text
|
2019-02-19 14:20:58 +01:00 |
|
Frederic Junod
|
f0a97ee460
|
Fix comments indentation
|
2019-02-19 14:12:14 +01:00 |
|
Frédéric Junod
|
b01970cb86
|
Merge pull request #9236 from fredj/cleanup
Move params list to the constructor function
|
2019-02-19 09:26:46 +01:00 |
|
Frederic Junod
|
746455a9b9
|
Move params list to the constructor function
|
2019-02-18 17:33:07 +01:00 |
|
Frederic Junod
|
3557247b27
|
Fix comments indentation
|
2019-02-18 17:31:36 +01:00 |
|
Frédéric Junod
|
658a4a9194
|
Merge pull request #9233 from fredj/rm_deprecated
Remove deprecated {get,set}SnapToPixel functions
|
2019-02-18 15:35:42 +01:00 |
|
Frederic Junod
|
6bab8793a2
|
Remove deprecated {get,set}SnapToPixel functions
|
2019-02-18 14:07:27 +01:00 |
|
Frédéric Junod
|
e4264b94ed
|
Merge pull request #9224 from fredj/less_vendor_prefix
Remove vendor prefix for the 'transform' CSS property and fullscreen api
|
2019-02-15 16:09:24 +01:00 |
|
Frederic Junod
|
e9ecea3bb7
|
Remove 'moz' prefix for the Full Screen API
Browser support: https://caniuse.com/#feat=fullscreen
|
2019-02-15 14:37:49 +01:00 |
|
Frederic Junod
|
391dfc5025
|
Remove vendor prefix for the 'transform' CSS property
Browser support: https://caniuse.com/#feat=transforms2d
|
2019-02-15 14:29:15 +01:00 |
|
Frédéric Junod
|
3da449d77e
|
Merge pull request #9222 from fredj/devDependencies
Update all dev dependencies
|
2019-02-15 12:49:08 +01:00 |
|
Frédéric Junod
|
f28b7c7bcf
|
Merge pull request #9220 from fredj/rm_extra_canvas_resize
Don't resize/clear the vector renderer canvas
|
2019-02-15 09:34:57 +01:00 |
|
Frédéric Junod
|
27d025327f
|
Merge pull request #9217 from fredj/f_9211
Don't use loadImage function to avoid infinite loading loop
|
2019-02-15 08:47:59 +01:00 |
|
Frederic Junod
|
30fb0b1ed1
|
Don't resize/clear the vector renderer canvas
Already done in the `renderFrame` function
|
2019-02-14 13:49:31 +01:00 |
|
Frederic Junod
|
40605d7c53
|
Don't use loadImage function to avoid infinite loading loop
|
2019-02-14 13:47:52 +01:00 |
|
Frédéric Junod
|
666c14d190
|
Merge pull request #9212 from fredj/cleanup
Remove unnecessary type cast
|
2019-02-14 09:41:15 +01:00 |
|
Frederic Junod
|
c0a860a31f
|
Remove unnecessary type cast
|
2019-02-13 11:42:22 +01:00 |
|
Frédéric Junod
|
f6e625f21a
|
Merge pull request #9197 from fredj/cleanup
Remove unused opt_this param
|
2019-02-08 08:43:31 +01:00 |
|
Frederic Junod
|
6f8ffddace
|
Remove opt_this param in manageTilePyramid function
|
2019-02-07 13:18:52 +01:00 |
|
Frederic Junod
|
438736068e
|
Remove opt_this param in forEach function
|
2019-02-07 13:07:36 +01:00 |
|
Frederic Junod
|
2879c0b6ad
|
Remove opt_this param in forDataAtCoordinate function
|
2019-02-07 11:51:28 +01:00 |
|
Frederic Junod
|
41d231a4c7
|
Remove opt_this param in forEachTileCoordParentTileRange function
The function is only called by `ol/renderer/canvas/TileLayer` and `opt_this` was always `null`.
|
2019-02-07 11:43:52 +01:00 |
|
Frédéric Junod
|
f4fe1babd2
|
Merge pull request #9194 from openlayers/greenkeeper/webpack-4.29.3
chore(package): update webpack to version 4.29.3
|
2019-02-07 11:08:44 +01:00 |
|
Frédéric Junod
|
caa9153dd0
|
Merge pull request #9187 from fredj/cleanup
Remove unnecessary type cast
|
2019-02-05 16:36:16 +01:00 |
|
Frederic Junod
|
ba02320fcc
|
Remove unused layerState param
|
2019-02-05 11:46:12 +01:00 |
|