Andreas Hocevar
|
bd8a7bff16
|
Merge pull request #9681 from ahocevar/apidoc-fixed-and-improved
Remove duplicates from api docs and make navigation more usable
|
2019-06-17 08:27:48 +02:00 |
|
ahocevar
|
d059689856
|
Index classes under modulues
|
2019-06-17 08:15:49 +02:00 |
|
ahocevar
|
4ea28333f8
|
Avoid duplicates in api docs
|
2019-06-17 08:15:17 +02:00 |
|
Andreas Hocevar
|
edebf35135
|
Merge pull request #9677 from ahocevar/featureformat-tilepixels
Add support for tile pixel projection in feature formats
|
2019-06-15 08:22:28 +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 |
|
Andreas Hocevar
|
9eac927b45
|
Merge pull request #9678 from ahocevar/geography-class
Update geography class urls
|
2019-06-14 23:20:47 +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 |
|
ahocevar
|
124e984a6d
|
Fix and simplify geojson-vt example
|
2019-06-14 14:28:37 +02:00 |
|
ahocevar
|
76f44efbb6
|
Add support for tile pixels to feature formats
|
2019-06-14 14:28:37 +02:00 |
|
ahocevar
|
ddaaf6a860
|
Update geography class urls
|
2019-06-14 12:53:52 +02:00 |
|
Tim Schaub
|
92c16ecdf5
|
Merge pull request #9673 from openlayers/greenkeeper/webpack-4.34.0
Update webpack to the latest version 🚀
|
2019-06-12 19:15:28 -06:00 |
|
greenkeeper[bot]
|
635d7a9189
|
chore(package): update webpack to version 4.34.0
|
2019-06-12 23:40:39 +00:00 |
|
Tim Schaub
|
fc6ca5eaf3
|
Merge pull request #9660 from openlayers/greenkeeper/pixelmatch-5.0.0
Update pixelmatch to the latest version 🚀
|
2019-06-07 04:08:01 -06:00 |
|
greenkeeper[bot]
|
803f960ded
|
chore(package): update pixelmatch to version 5.0.0
|
2019-06-07 07:52:43 +00: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 |
|
Olivier Guyot
|
9ae7256048
|
Merge pull request #9562 from jahow/webgl-worker
Optimize the WebGL points renderer using a worker
|
2019-06-06 08:48:29 +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 |
|
greenkeeper[bot]
|
37ff7f547b
|
chore(package): update coveralls to version 3.0.4
|
2019-06-06 00:10:14 +00:00 |
|
Marc Jansen
|
c97a728531
|
Merge pull request #9394 from KaiVolland/docs-import-functions
Introduces import snippets for static functions
|
2019-06-05 22:20:15 +02:00 |
|
Olivier Guyot
|
811bff0430
|
Merge pull request #9638 from agpixdev/translate-interaction-filter
#9625: Add filter function to translate interaction
|
2019-06-05 15:32:29 +02:00 |
|
Olivier Guyot
|
2412fe0211
|
Webgl / remove handling of element_index_uint extension
From now on we will assume this extension is always enabled.
An error message have been added in the unlikely scenario of a lack
of support.
|
2019-06-05 14:46:15 +02:00 |
|
Tim Schaub
|
32084a7fce
|
Merge pull request #9649 from openlayers/greenkeeper/webpack-4.33.0
Update webpack to the latest version 🚀
|
2019-06-04 20:11:55 -07:00 |
|
André Garneau
|
7817cf31c6
|
Changes following code review
Add a type for FilterFunction and add tests for filter option.
|
2019-06-04 17:45:28 -04:00 |
|
greenkeeper[bot]
|
2e5aac8dba
|
chore(package): update webpack to version 4.33.0
|
2019-06-04 20:02:28 +00: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 |
|
Andreas Hocevar
|
1fbbc56f93
|
Merge pull request #9645 from ahocevar/no-used-tiles
Handle case of no used tiles
|
2019-06-04 15:26:27 +02:00 |
|
ahocevar
|
8f77a300de
|
Handle case of no used tiles
|
2019-06-04 14:07:23 +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 |
|
Andreas Hocevar
|
d4f98c8e59
|
Merge pull request #9640 from ahocevar/base-docs
Import options directly instead of importing a typedef
|
2019-06-04 09:30:38 +02:00 |
|
Andreas Hocevar
|
ab0860a22a
|
Merge pull request #9641 from ahocevar/less-proj-imports
Only import what's needed from projections
|
2019-06-04 09:27:05 +02:00 |
|
ahocevar
|
dd478167a0
|
Only import what's needed from projections
|
2019-06-04 09:14:08 +02:00 |
|
ahocevar
|
2df911e0a8
|
Import options directly instead of importing a typedef
|
2019-06-04 08:41:08 +02:00 |
|
Andreas Hocevar
|
e9939ecc38
|
Merge pull request #9637 from ahocevar/detach-labelcache-on-settarget
Detach label cache on Map#setTarget()
|
2019-06-03 16:03:30 +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 |
|
ahocevar
|
8c21c9196d
|
Move label cache listener management to the renderer
|
2019-06-03 15:13:30 +02:00 |
|
ahocevar
|
68b7831daf
|
Listen to label cache again when we have a target
|
2019-06-03 14:28:20 +02:00 |
|
ahocevar
|
153e06e4d5
|
Detach label cache on Map#setTarget()
|
2019-06-03 14:14:13 +02:00 |
|
Andreas Hocevar
|
9bedfb7cb0
|
Merge pull request #9634 from ahocevar/remove-old-android-workaround
Remove old Android workaround
|
2019-06-03 10:17:44 +02:00 |
|
ahocevar
|
1bd23a0c32
|
Remove old Android workaround
|
2019-06-03 10:03:53 +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 |
|
Andreas Hocevar
|
9672142c1e
|
Merge pull request #9629 from ahocevar/reuse-vectortile-overlay
Clear overlay canvas when reusing containers
|
2019-06-02 18:20:24 +02:00 |
|
ahocevar
|
6123be726a
|
Handle layer removal on shared containers
|
2019-06-02 13:59:06 +02:00 |
|
ahocevar
|
05d8517686
|
Clear overlay canvas when reusing containers
|
2019-06-02 11:07:30 +02:00 |
|
Frederic Junod
|
87d5f4c8bc
|
Use 'helper' from WebGLHelper in tests
|
2019-06-01 15:35:31 +02:00 |
|