Frédéric Junod
|
5222a0ffd6
|
Merge pull request #9772 from openlayers/greenkeeper/karma-chrome-launcher-3.0.0
Update karma-chrome-launcher to the latest version 🚀
|
2019-07-13 08:42:57 +02:00 |
|
Frédéric Junod
|
f43898bac1
|
Merge pull request #9769 from openlayers/greenkeeper/coveralls-3.0.5
Update coveralls to the latest version 🚀
|
2019-07-13 08:42:24 +02:00 |
|
Frédéric Junod
|
dd683855f2
|
Merge pull request #9759 from openlayers/greenkeeper/marked-0.7.0
Update marked to the latest version 🚀
|
2019-07-13 08:41:54 +02:00 |
|
Frédéric Junod
|
7e3ed92ba6
|
Merge pull request #9757 from fredj/canvas_types
Use CanvasLineJoin and CanvasLienCap types instead of string
|
2019-07-05 17:55:17 +02:00 |
|
Frederic Junod
|
ad51c7c08f
|
Use CanvasLineCap type instead of string
|
2019-07-05 11:11:35 +02:00 |
|
Frederic Junod
|
7a8a0c18ae
|
Use CanvasLineJoin type instead of string
|
2019-07-05 11:07:10 +02:00 |
|
Frédéric Junod
|
5cff84522a
|
Merge pull request #9745 from fredj/misc_webgl
Simplify heatmap's shaders
|
2019-07-05 08:27:08 +02:00 |
|
Frédéric Junod
|
562f14fc83
|
Merge pull request #9748 from fredj/rm_hit_transform
Remove hit detection transforms from ol/renderer/webgl/PointsLayer
|
2019-07-05 08:21:04 +02:00 |
|
Frédéric Junod
|
32d1d9214c
|
Merge pull request #9751 from logan-bounet/set-minarea-in-dragzoom
Add minArea typedef and ctor prop in DragZoom
|
2019-07-04 09:34:41 +02:00 |
|
Frederic Junod
|
89295b0359
|
Remove hit detection transforms from ol/renderer/webgl/PointsLayer
|
2019-07-03 10:38:13 +02:00 |
|
Frederic Junod
|
73032db345
|
Remove unused 'v_screenCoord' from fragment shader
|
2019-07-03 08:16:37 +02:00 |
|
Frederic Junod
|
bb35a03704
|
Don't rotate the points of the heatmap layer
|
2019-07-01 11:29:27 +02:00 |
|
Frederic Junod
|
ed340d7e2c
|
Remove unused 'resolution' uniform from fragment shader
|
2019-07-01 10:00:55 +02:00 |
|
Frederic Junod
|
24e4f41452
|
Use size property from the frameState instead of creating new array
|
2019-07-01 09:44:37 +02:00 |
|
Frédéric Junod
|
abb696d0fa
|
Merge pull request #9724 from fredj/fix_import_in_tutorial
Fix wrong import in tutorial
|
2019-06-28 16:13:17 +02:00 |
|
Frédéric Junod
|
75a0a0ed49
|
Merge pull request #9722 from fredj/rm_unused
Remove unused param in getState function
|
2019-06-28 16:13:02 +02:00 |
|
Frederic Junod
|
933a6297bb
|
Remove unused hasFeatureAtCoordinate from ol/renderer/Layer
|
2019-06-28 11:10:33 +02:00 |
|
Frederic Junod
|
0497225d5d
|
Fix wrong import in tutorial
|
2019-06-27 17:01:46 +02:00 |
|
Frederic Junod
|
49a65568d8
|
Remove unused param in getState function
|
2019-06-27 15:07:59 +02:00 |
|
Frédéric Junod
|
9e928b996c
|
Merge pull request #9714 from fredj/f9662
Update the circle style after setRadius calls
|
2019-06-25 16:15:48 +02:00 |
|
Frédéric Junod
|
3d60dfdeeb
|
Merge pull request #9718 from fredj/cleanup
Remove unused variable in ol/renderer/webgl/PointsLayer
|
2019-06-25 15:37:23 +02:00 |
|
Frederic Junod
|
54c670de77
|
Remove unused variable in ol/renderer/webgl/PointsLayer
|
2019-06-25 15:24:00 +02:00 |
|
Frederic Junod
|
9aa11d2e11
|
Update the circle style after setRadius calls
|
2019-06-25 10:42:52 +02:00 |
|
Frederic Junod
|
0d6368d4ec
|
Remove underscore from protected function, fix indentation, remove typecast
|
2019-06-25 10:40:11 +02:00 |
|
Frédéric Junod
|
caac90e8d7
|
Merge pull request #9711 from fredj/viewParams_space
Remove extra space for the 'viewParams' attribute
|
2019-06-25 08:29:22 +02:00 |
|
Frederic Junod
|
c428421586
|
Remove extra space for the 'viewParams' attribute
|
2019-06-24 16:28:04 +02:00 |
|
Frédéric Junod
|
300522e3cc
|
Merge pull request #9701 from fredj/overlay_will-change
Remove will-change CSS rule for Overlay container
|
2019-06-21 16:36:27 +02:00 |
|
Frederic Junod
|
6e6a2cae06
|
Use version 4 TileJSON from mapbox
|
2019-06-21 14:33:26 +02:00 |
|
Frederic Junod
|
a6ebad008f
|
Remove will-change CSS rule for Overlay container
Fixes #9467
Fixes #9139
Chrome doesn't force a composition if the `will-change` CSS rule is different from `transform` or `opacity`.
See https://bugs.chromium.org/p/chromium/issues/detail?id=960953
|
2019-06-21 14:22:46 +02:00 |
|
Frédéric Junod
|
a35ca03e07
|
Merge pull request #9636 from fredj/rm_from_webgl
Remove and move code from ol/webgl
|
2019-06-20 16:16:27 +02:00 |
|
Frederic Junod
|
ef10834eb3
|
Remove unused constants from ol/webgl
And change the `EXTENSIONS` constant to a function
|
2019-06-20 10:25:22 +02:00 |
|
Frédéric Junod
|
34a8702202
|
Merge pull request #9685 from fredj/rm_glContext
Remove glContext from RenderEvent
|
2019-06-17 14:10:51 +02:00 |
|
Frederic Junod
|
1f00da8d83
|
Remove glContext from RenderEvent
|
2019-06-17 13:52:56 +02:00 |
|
Frédéric Junod
|
90b645daa5
|
Merge pull request #9679 from fredj/cleanup
Set pixelTransform and inversePixelTransform as protected
|
2019-06-15 07:53:15 +02:00 |
|
Frederic Junod
|
ec5e8bfa50
|
Set pixelTransform and inversePixelTransform as protected
The variables are used in child classes
|
2019-06-14 14:52:28 +02:00 |
|
Frédéric Junod
|
ef1b672323
|
Merge pull request #9658 from fredj/f9628
Don't use HTMLImageElement.decode method on Safari
|
2019-06-06 16:34:57 +02:00 |
|
Frederic Junod
|
002dc34455
|
Don't use HTMLImageElement.decode method on Safari
The decode function is supported by Safari but not when the image is a svg file.
|
2019-06-06 16:15:36 +02:00 |
|
Frédéric Junod
|
cc8389d588
|
Merge pull request #9657 from fredj/getFeaturesInExtent_doc
Better documentation for getFeaturesInExtent function
|
2019-06-06 14:23:11 +02:00 |
|
Frederic Junod
|
a8e0e4e960
|
Better documentation for getFeaturesInExtent function
|
2019-06-06 14:08:25 +02:00 |
|
Frederic Junod
|
e036767746
|
Use version 4 TileJSON from mapbox
|
2019-06-06 08:34:31 +02:00 |
|
Frédéric Junod
|
9a49c91fdd
|
Merge pull request #9653 from openlayers/greenkeeper/coveralls-3.0.4
Update coveralls to the latest version 🚀
|
2019-06-06 08:19:45 +02:00 |
|
Frédéric Junod
|
8b08996703
|
Merge pull request #9644 from fredj/webgl_layer_compose
Use compose function from ol/transform
|
2019-06-04 15:35:05 +02:00 |
|
Frederic Junod
|
91d49b26b5
|
Round the transform values in makeProjectionTransform test
|
2019-06-04 14:00:39 +02:00 |
|
Frederic Junod
|
02ce2f4bec
|
Use compose function from ol/transform
|
2019-06-04 13:23:12 +02:00 |
|
Frédéric Junod
|
d058439756
|
Merge pull request #9633 from fredj/rm_typecast
Mark the `layers` property as optional in OverviewMap constructor
|
2019-06-03 15:46:23 +02:00 |
|
Frederic Junod
|
50343afa61
|
Remove unnecessary typecasts in constructors options
|
2019-06-03 09:08:41 +02:00 |
|
Frederic Junod
|
a9e1ebccd3
|
Mark the layers property as optional in OverviewMap constructor
|
2019-06-03 09:07:20 +02:00 |
|
Frederic Junod
|
87d5f4c8bc
|
Use 'helper' from WebGLHelper in tests
|
2019-06-01 15:35:31 +02:00 |
|
Frederic Junod
|
06be00bbd5
|
Webgl Helper / add an API for OESElementIndexUint extension
|
2019-06-01 15:35:27 +02:00 |
|
Frederic Junod
|
7fb113c3dc
|
Mark 'helper' variable protected
|
2019-06-01 15:33:36 +02:00 |
|
Frédéric Junod
|
245ded43d4
|
Merge pull request #9626 from fredj/rm_from_has
Remove TOUCH, POINTER and MSPOINTER from ol/has
|
2019-06-01 12:09:40 +01:00 |
|
Frederic Junod
|
7c215b2532
|
Remove TOUCH, POINTER and MSPOINTER from ol/has
|
2019-06-01 07:18:23 +02:00 |
|
Frédéric Junod
|
579d05a0cb
|
Merge pull request #9624 from fredj/cleanup
Remove typecasts in ol/control/OverviewMap
|
2019-06-01 06:13:02 +01:00 |
|
Frederic Junod
|
ede864c823
|
Remove typecasts in ol/control/OverviewMap
The `options` type was not correctly detected by the typescript compiler.
|
2019-05-31 16:18:15 +02:00 |
|
Frédéric Junod
|
c4e465dcf9
|
Merge pull request #9592 from fredj/f9587_layerIndex
Remove `layerState` param from `prepareFrame` and `renderFrame` function
|
2019-05-29 09:27:38 +02:00 |
|
Frederic Junod
|
bfea858306
|
Add missing extension in import
|
2019-05-29 09:19:17 +02:00 |
|
 Frédéric JunodandTim Schaub
|
c92bf29677
|
Fix spelling
Co-Authored-By: Tim Schaub <tschaub@users.noreply.github.com>
|
2019-05-29 09:07:05 +02:00 |
|
Frédéric Junod
|
1a6d67776b
|
Merge pull request #9608 from fredj/md_link
Use markdown link syntax in jsdoc
|
2019-05-27 14:17:18 +02:00 |
|
Frederic Junod
|
2db953ceb1
|
Use markdown link syntax in jsdoc
|
2019-05-27 11:06:12 +02:00 |
|
Frederic Junod
|
40c49a9ce5
|
Remove layerState param from prepareFrame and renderFrame function
|
2019-05-25 07:19:10 +02:00 |
|
Frédéric Junod
|
7cfe047feb
|
Merge pull request #9599 from openlayers/github_funding
Create FUNDING.yml
|
2019-05-24 15:14:26 +02:00 |
|
Frédéric Junod
|
93711ea806
|
Create FUNDING.yml
|
2019-05-24 11:19:37 +02:00 |
|
Frédéric Junod
|
ddb7da3733
|
Merge pull request #6217 from fredj/dragpan_primary
Add primaryAction condition to DragPan
|
2019-05-23 09:50:55 +02:00 |
|
Frederic Junod
|
ec811bfa1f
|
Add primaryAction condition to DragPan interaction
|
2019-05-22 15:21:17 +02:00 |
|
Frédéric Junod
|
2322131b01
|
Merge pull request #9576 from fredj/has-geolocation
Remove geolocation detection from ol/has
|
2019-05-18 09:40:21 +02:00 |
|
Frederic Junod
|
39bb6a8ffe
|
Remove geolocation detection from ol/has
|
2019-05-18 08:50:33 +02:00 |
|
Frédéric Junod
|
637c823fa6
|
Merge pull request #9571 from fredj/misc_examples
Small examples improvements
|
2019-05-17 17:00:58 +02:00 |
|
Frederic Junod
|
2d655143c3
|
Add an Overlay in the export-map example
|
2019-05-17 16:45:29 +02:00 |
|
Frédéric Junod
|
40393cd9a4
|
Merge pull request #9572 from fredj/upgrade-notes_css
Add a note about CSS removal in upgrade-notes.md
|
2019-05-17 15:44:31 +02:00 |
|
Frederic Junod
|
10527bd221
|
Remove margin in full screen
In only affects Safari, in Chrome `margin: 0;` is in the default browser's style sheet.
|
2019-05-17 15:41:03 +02:00 |
|
Frederic Junod
|
4c2b11f6d7
|
Add a note about CSS removal in upgrade-notes.md
|
2019-05-17 15:21:51 +02:00 |
|
Frédéric Junod
|
512a39bafd
|
Merge pull request #9570 from fredj/rm_media_print
Remove CSS print rules in ol.css
|
2019-05-17 14:58:55 +02:00 |
|
Frederic Junod
|
78c09a0ff6
|
Add svg icon example
|
2019-05-17 14:48:03 +02:00 |
|
Frederic Junod
|
6dc00b75e0
|
Update d3 version in d3 example
|
2019-05-17 14:27:20 +02:00 |
|
Frederic Junod
|
6b50f1555b
|
Add webgl tag to heatmap layer example
|
2019-05-17 14:25:34 +02:00 |
|
Frederic Junod
|
a6f098f78b
|
Remove CSS print rules in ol.css
Fixes #7909
|
2019-05-17 14:21:19 +02:00 |
|
Frederic Junod
|
a0e6af425e
|
Add tests for listenImage function, fix private variables initialization
|
2019-05-16 16:42:37 +02:00 |
|
Frédéric Junod
|
fddc5bcc5b
|
Merge pull request #9555 from fredj/rm_unused
Remove unused roundUpToPowerOfTwo function
|
2019-05-16 13:57:19 +02:00 |
|
Frederic Junod
|
c2058af13a
|
Remove unused roundUpToPowerOfTwo function
|
2019-05-16 12:11:58 +02:00 |
|
Frederic Junod
|
bb022050ed
|
Add 'webworker' lib into the TypeScript's compilerOptions
|
2019-05-16 09:49:29 +02:00 |
|
Frédéric Junod
|
a8e5cb1e12
|
Merge pull request #9553 from openlayers/greenkeeper/ol-mapbox-style-5.0.0-beta.2
chore(package): update ol-mapbox-style to version 5.0.0-beta.2
|
2019-05-16 09:43:56 +02:00 |
|
Frédéric Junod
|
1628ce8729
|
Merge pull request #9551 from fredj/img_decode
Use HTMLImageElement.decode if available
|
2019-05-16 09:30:55 +02:00 |
|
Frederic Junod
|
2e34dd0faf
|
Use HTMLImageElement.decode if available
|
2019-05-16 08:53:29 +02:00 |
|
Frédéric Junod
|
61d753c803
|
Merge pull request #9549 from fredj/rm_unused
Remove unused getReplayTransform_ function in VectorTileLayer
|
2019-05-15 16:31:09 +02:00 |
|
Frederic Junod
|
f33ad5e025
|
Remove unused getReplayTransform_ function in VectorTileLayer
|
2019-05-15 15:10:54 +02:00 |
|
Frédéric Junod
|
c9604dbd69
|
Merge pull request #9546 from fredj/canvas_optim
Lazily create the hit detection context
|
2019-05-15 10:15:02 +02:00 |
|
 Frédéric JunodandAndreas Hocevar
|
df37519858
|
Initialize hitDetectionContext to null
Co-Authored-By: Andreas Hocevar <andreas.hocevar@gmail.com>
|
2019-05-15 10:03:43 +02:00 |
|
Frederic Junod
|
10c6009ffa
|
Lazily create the hit detection context
|
2019-05-15 09:52:57 +02:00 |
|
Frédéric Junod
|
2de282ae49
|
Merge pull request #9533 from fredj/canvas_optim
Canvas optimizations
|
2019-05-15 08:24:57 +02:00 |
|
Frederic Junod
|
98ee52c61c
|
Move the transform matrix computation out of the for loop
|
2019-05-14 15:39:06 +02:00 |
|
Frederic Junod
|
f76b9bdd07
|
Only apply canvas transform if the tiles are scales
|
2019-05-14 15:33:44 +02:00 |
|
Frédéric Junod
|
3a1d927c41
|
Merge pull request #9532 from fredj/rm_prop_mapbox_example
Remove unused 'container' property in mapbox-layer example
|
2019-05-14 14:23:58 +02:00 |
|
Frederic Junod
|
9224bfab7d
|
Remove unused 'container' property in mapbox-layer example
|
2019-05-14 13:48:26 +02:00 |
|
Frédéric Junod
|
b5535f3ba5
|
Merge pull request #9530 from fredj/spelling
Fix spelling
|
2019-05-14 09:26:53 +02:00 |
|
Frederic Junod
|
bfe6d29601
|
Fix spelling
|
2019-05-14 09:17:34 +02:00 |
|
Frédéric Junod
|
55b27c70b5
|
Merge pull request #9525 from jahow/custom-render-fn
Support a custom render function for the Layer class
|
2019-05-13 16:45:34 +02:00 |
|
Frédéric Junod
|
a2e6d4b324
|
Merge pull request #9522 from fredj/https
Use https urls for mapbox.com
|
2019-05-13 14:50:37 +02:00 |
|
Frederic Junod
|
23137cdab3
|
Use https urls for mapbox.com
|
2019-05-13 14:16:18 +02:00 |
|
Frédéric Junod
|
d49a41def0
|
Merge pull request #9512 from fredj/mapbox-layer-example
Mapbox layer example improvement
|
2019-05-10 14:18:00 +02:00 |
|
Frédéric Junod
|
e4941f60db
|
Merge pull request #9511 from fredj/update_dev_deps
Update devDependencies
|
2019-05-10 14:17:29 +02:00 |
|