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
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
Andreas Hocevar
1843698daf
Fix outerWidth and outerHeight calculation in IE
2017-03-22 15:07:06 +01:00
Andreas Hocevar
57e67e62bb
Merge pull request #6622 from gberaudo/fix_proj4_type
...
Fix proj4 type
2017-03-22 10:34:42 +01:00
Andreas Hocevar
615f1333d3
Merge pull request #6617 from ahocevar/cache-geoserver
...
Use GeoServer/GWC caching when possible
2017-03-22 09:58:52 +01:00
Guillaume Beraudo
630d9c5200
Fix proj4 type
...
Previous typing was confusing the compiler. It could not figure out the
difference between the proj4 property and the constructor, which lead to
errors such as:
- ol.proj.setProj4(proj4)
ERR! compile /home/gberaudo/dev/ngeo/src/proj/epsg21781.js:8: ERROR - actual parameter 1 of ol.proj.setProj4 does not match formal parameter
ERR! compile found : function (new:proj4): ?
ERR! compile required: (null|proj4)
ERR! compile ol.proj.setProj4(proj4);
ERR! compile ^^^^^
- ol.proj.proj4.get().defs('EPSG:21781', epsg21781def)
ERR! compile /home/gberaudo/dev/ngeo/src/proj/epsg21781.js:26: ERROR - Property defs never defined on proj4
ERR! compile ol.proj.proj4.get().defs('EPSG:21781', epsg21781def);
ERR! compile ^^^^
2017-03-22 09:47:29 +01:00
Frédéric Junod
f4bf92a488
Merge pull request #6614 from adube/filter-write-util-method
...
Filter write util method
2017-03-21 16:28:04 +01:00
Andreas Hocevar
2dcecb9d59
Use GeoServer/GWC caching when possible
2017-03-21 16:17:43 +01:00
Frédéric Junod
d65d816ac8
Merge pull request #6616 from fredj/fix_gml_tests
...
Fix closing tag in gml tests
2017-03-21 15:24:21 +01:00
Alexandre Dubé
827fabc849
Apply reviewer's comments
2017-03-21 10:15:32 -04:00
Frederic Junod
7aa6d6350a
Fix closing tag in gml tests
2017-03-21 14:55:41 +01:00
Alexandre Dubé
ef1033dffc
Test for ol.format.WFS.writerFilter method
2017-03-21 09:19:07 -04:00
Alexandre Dubé
8a5fb286b6
Add writeFilter method to WFS format
2017-03-21 08:57:15 -04:00