Andreas Hocevar
07b8d97751
Merge pull request #6671 from kaiCu/master
...
Add constraintResolution option to MouseWheelZoom for zoom with trackpad
2017-04-10 08:47:30 +02:00
Frederic Junod
639f40cb94
Add constrainResolution in olx.interaction.PinchZoomOptions typedef
2017-04-10 08:44:21 +02:00
Frédéric Junod
a6a0b2c158
Merge pull request #6680 from fredj/rm_ol.DRAG_BOX_HYSTERESIS_PIXELS
...
Remove ol.DRAG_BOX_HYSTERESIS_PIXELS define and add option
2017-04-10 08:28:28 +02:00
Frederic Junod
5c6c555b62
Remove ol.DRAG_BOX_HYSTERESIS_PIXELS define and add option
2017-04-07 15:31:59 +02:00
Frederic Junod
d767f8545f
Fix comment indentation
2017-04-07 15:13:42 +02:00
Frédéric Junod
e7f91cd526
Merge pull request #6666 from fredj/cleanup
...
Use the optional extent in ol.structs.RBush#getExtent
2017-04-05 09:53:12 +02:00
Andreas Hocevar
c1a5a44dfc
Improve documentation of opt_extent
2017-04-05 09:21:01 +02:00
Frédéric Junod
f0506211e2
Merge pull request #6670 from openlayers/greenkeeper/browserify-14.3.0
...
fix(package): update browserify to version 14.3.0
2017-04-05 08:50:14 +02:00
greenkeeper[bot]
5ca349d0f8
fix(package): update browserify to version 14.3.0
...
Closes #6669
https://greenkeeper.io/
2017-04-04 23:58:59 +00:00
Kai Culemann
c1adde6a13
Add constraintResolution option to MouseWheelZoom for zoom with trackpad
2017-04-04 15:06:08 +02:00
Frederic Junod
22ed575325
Add optional destination extent in ol.source.Vector#getExtent
2017-04-04 13:55:02 +02:00
Frederic Junod
f7c392342e
Use the optional extent in ol.structs.RBush#getExtent
2017-04-04 10:54:33 +02:00
Tim Schaub
350b42ad91
Merge pull request #6664 from openlayers/greenkeeper/async-2.3.0
...
Update async to the latest version 🚀
2017-04-02 20:38:22 -06:00
greenkeeper[bot]
c74f2a526f
fix(package): update async to version 2.3.0
...
https://greenkeeper.io/
2017-04-02 23:03:06 +00:00
Frédéric Junod
b62c4ec4a2
Merge pull request #6659 from openlayers/icon_examples_crossOrigin
...
Add crossOrigin to examples using ol.style.Icon
2017-04-01 06:10:04 +02:00
Tim Schaub
d409e5ac18
Merge pull request #6658 from tschaub/raster-fix
...
Fixes for raster source rendering
2017-03-31 07:15:27 -06:00
Frederic Junod
a9adaf2052
Add crossOrigin to examples using ol.style.Icon
2017-03-31 13:38:28 +02:00
Bart van den Eijnden
ce088d5919
Merge pull request #6620 from Jenselme/fix-gml2-desirializer-3D
...
Fix the parsing of flat coordinates in GML2 for 3D geometies
2017-03-31 11:45:18 +02:00
Julien Enselme
3a5de5483c
Fix the parsing of flat coordinates in GML2 for 3D geometies
...
The code used to rely on the dimension. However, the dimension can only
be read from a GML3 document. This caused, for 3D geometries:
- An assertion error to be raised since the flatCoordinates list
contains more than 3 elements: "Assertion failed: flatCoordinates should
have a length of 3" The value of flatCoordinates for a 3D point was
something like `[2586394, 1232407, 0, 731, NaN, 0]`
- The value of the Z coordinates to be incorrect and always set to 0
This patch simplifies and correct the parsing of the coordinates:
- Don't parse groups of coords and the coordonates at the same time.
- Detect the dimension for the coordinates.
- If the Z coordinate exists, its value is used, otherwise, we use 0.
- Correct the presentation of test data to make it work with the new
parser.
- Add a test for a 3D point.
2017-03-31 10:46:27 +02:00
Tim Schaub
a65e30fe41
Reworked raster source rendering
2017-03-30 23:00:31 -06:00
Andreas Hocevar
f806670c85
Merge pull request #6657 from openlayers/greenkeeper/coveralls-2.13.0
...
Update coveralls to the latest version 🚀
2017-03-30 19:32:59 +02:00
greenkeeper[bot]
b51cca4a57
chore(package): update coveralls to version 2.13.0
...
https://greenkeeper.io/
2017-03-30 16:32:13 +00:00
Tim Schaub
7f74f238fd
Merge pull request #6644 from tschaub/view-setters
...
Allow minZoom and maxZoom to be set on a view
2017-03-28 08:44:31 -06:00
Frédéric Junod
3bb5179e2d
Merge pull request #6636 from fredj/scaleline_test
...
Add test for the metric unit displayed in the scaleline
2017-03-28 15:04:33 +02:00
Frederic Junod
57d39109e3
Add test for the metric unit displayed in the scaleline
2017-03-28 09:06:33 +02:00
Frédéric Junod
b4642903fd
Merge pull request #6598 from hajjimurad/feature/micrometer_support
...
Add support of micrometers to scaleline
2017-03-28 09:04:51 +02:00
Tim Schaub
b1f4e14281
Example demonstrating view.setMinZoom()
2017-03-27 14:24:31 -06:00
Tim Schaub
e9c340b957
Allow min/max zoom to be set on a view
2017-03-27 14:18:16 -06:00
Tim Schaub
a4fabef86c
Merge pull request #6643 from tschaub/proj-common
...
Add common transforms by default
2017-03-27 14:17:12 -06:00
Tim Schaub
4c1bf075c4
Allow options to be reapplied
2017-03-27 10:41:02 -06:00
Tim Schaub
9415899a03
Add common transforms by default
2017-03-27 10:07:00 -06:00
Tim Schaub
03700c0f01
Remove ol.proj dependency from EPSG3857 and EPSG4326
2017-03-27 09:47:03 -06:00
Andreas Hocevar
1316513a1e
Merge pull request #6567 from nagytech/master
...
Overlay visible before updating render position
2017-03-27 10:42:08 +02:00
Andreas Hocevar
db6a5f34cd
Merge pull request #6634 from Toilal/feature/yarn-custom-build-fix
...
Fix custom build when openlayers is installed from yarn package manager
2017-03-26 22:43:21 +02:00
Andreas Hocevar
e5ef1aa5a1
Add missing return annotation
2017-03-26 14:35:58 +02:00
Andreas Hocevar
166ef525f0
Remove lint
2017-03-26 14:26:23 +02:00
Andreas Hocevar
2305b18b18
Merge pull request #6639 from openlayers/greenkeeper/async-2.2.0
...
Update async to the latest version 🚀
2017-03-25 22:24:14 +01:00
greenkeeper[bot]
28fd5147ae
fix(package): update async to version 2.2.0
...
https://greenkeeper.io/
2017-03-25 20:48:21 +00:00
Frédéric Junod
9d58b006e7
Merge pull request #6635 from Toilal/feature/custom-build-docs-externs
...
Add missing externs to custom builds examples
2017-03-24 14:09:49 +01:00
Toilal
e5f2e284ba
Add missing externs to custom builds examples
2017-03-24 12:32:38 +01:00
Toilal
c4029fb9b6
Fix custom build when openlayers is installed from yarn package manager
...
This enhance the procedure to find path of jsdoc binary by checking if the file exists.
It also use 2 possible paths to perform this check, one for npm and the other for yarn.
Close #6633
2017-03-24 12:17:06 +01:00
Andreas Hocevar
3bf74f4a33
Merge pull request #6631 from ahocevar/wms-image-size
...
Fix request image size caclulation
2017-03-24 10:39:09 +01:00
Andreas Hocevar
28fb57ebeb
Fix request image size caclulation
2017-03-23 22:26:58 +01:00
Bart van den Eijnden
59ba146463
Merge pull request #6627 from bartvde/unselectable
...
Change css selector for user-select none
2017-03-22 16:48:22 +01:00
Andreas Hocevar
eef0b8869f
Merge pull request #6626 from ahocevar/reprojected-cache-size
...
Respect cacheSize for reprojected caches
2017-03-22 16:27:11 +01:00
bartvde
c24ca7966a
Change css selector for user-select none
2017-03-22 16:23:13 +01:00
Andreas Hocevar
e731ff8118
Merge pull request #6623 from ahocevar/outerwidth-outerheight
...
Fix outerWidth and outerHeight calculation in IE
2017-03-22 15:52:52 +01:00
Andreas Hocevar
07d4492ece
Respect cacheSize for reprojected caches
2017-03-22 15:50:58 +01:00
Andreas Hocevar
5721e27161
Merge pull request #6625 from openlayers/greenkeeper/clean-css-cli-4.0.10
...
Update clean-css-cli to the latest version 🚀
2017-03-22 15:33:40 +01:00
greenkeeper[bot]
f96a415e80
chore(package): update clean-css-cli to version 4.0.10
...
https://greenkeeper.io/
2017-03-22 14:13:38 +00:00