Frederic Junod
|
c1be62e6c3
|
More precise ol.Geolocation#getAccuracyGeometry return type
|
2017-02-27 16:18:45 +01:00 |
|
greenkeeper[bot]
|
59a4bbf91e
|
chore(package): update sinon to version 2.0.0-pre.6
https://greenkeeper.io/
|
2017-02-27 09:30:07 +00:00 |
|
Frédéric Junod
|
08a251103b
|
Merge pull request #6535 from openlayers/greenkeeper/closure-util-1.18.0
Update closure-util to the latest version 🚀
|
2017-02-24 09:47:11 +01:00 |
|
greenkeeper[bot]
|
9fe42fdcd6
|
fix(package): update closure-util to version 1.18.0
https://greenkeeper.io/
|
2017-02-24 07:57:54 +00:00 |
|
Andreas Hocevar
|
aa2dd57f36
|
Merge pull request #6529 from openlayers/greenkeeper/clean-css-cli-4.0.8
Update clean-css-cli to the latest version 🚀
|
2017-02-22 23:40:31 +01:00 |
|
Andreas Hocevar
|
f2e834cd32
|
Merge pull request #6530 from openlayers/greenkeeper/eslint-3.16.1
Update eslint to the latest version 🚀
|
2017-02-22 23:39:00 +01:00 |
|
greenkeeper[bot]
|
16b6bf1743
|
chore(package): update eslint to version 3.16.1
https://greenkeeper.io/
|
2017-02-22 22:23:33 +00:00 |
|
greenkeeper[bot]
|
e3f11e9d8c
|
chore(package): update clean-css-cli to version 4.0.8
https://greenkeeper.io/
|
2017-02-22 16:31:26 +00:00 |
|
Tim Schaub
|
1d47fc923f
|
Merge pull request #6515 from tschaub/zoom
Add view methods for getting max zoom, min zoom, and any zoom for a resolution
|
2017-02-20 11:48:45 -07:00 |
|
Marc Jansen
|
bc1c948950
|
Merge pull request #6520 from openlayers/greenkeeper/eslint-3.16.0
Update eslint to the latest version 🚀
|
2017-02-20 18:33:14 +01:00 |
|
greenkeeper[bot]
|
fc9ed73ff4
|
chore(package): update eslint to version 3.16.0
https://greenkeeper.io/
|
2017-02-20 16:32:55 +00:00 |
|
Frédéric Junod
|
6d8fed6edc
|
Merge pull request #6518 from fredj/fix_icon_src_type
Fix olx.style.IconOptions.prototype.src type
|
2017-02-20 13:17:35 +01:00 |
|
Frederic Junod
|
7c45a0dc4f
|
Fix olx.style.IconOptions.prototype.src type
The `olx.style.IconOptions` `@typedef` was already correct.
|
2017-02-20 12:19:58 +01:00 |
|
Tim Schaub
|
b383e0ecb2
|
Add view.getMaxZoom() and view.getMinZoom()
|
2017-02-19 18:11:04 -07:00 |
|
Tim Schaub
|
719fa6e004
|
Add view.getZoomForResolution()
|
2017-02-19 17:16:20 -07:00 |
|
Tim Schaub
|
a10926ac74
|
Merge pull request #6513 from openlayers/greenkeeper/async-2.1.5
Update async to the latest version 🚀
|
2017-02-19 05:58:19 -07:00 |
|
Tim Schaub
|
ca5bf96cb9
|
Merge pull request #6512 from tschaub/avoid-undefined-zoom
Complete animations at target values
|
2017-02-19 05:55:11 -07:00 |
|
greenkeeper[bot]
|
6269b907c3
|
fix(package): update async to version 2.1.5
https://greenkeeper.io/
|
2017-02-19 01:33:38 +00:00 |
|
Tim Schaub
|
9bd48d06c3
|
Complete animations at target values
|
2017-02-17 13:06:20 -07:00 |
|
Andreas Hocevar
|
1834c11f48
|
Merge pull request #6511 from ahocevar/restore-wms-tiled-example
Revert accidently committed example change
|
2017-02-17 19:03:00 +01:00 |
|
Andreas Hocevar
|
e77aabdf1b
|
Revert accidently committed example change
|
2017-02-17 18:25:12 +01:00 |
|
Tim Schaub
|
61404d5bd8
|
Merge pull request #6507 from probins/patch-1
ol.DEBUG no longer needed in transforms/module.js
|
2017-02-17 09:26:16 -07:00 |
|
Julien Enselme
|
5f5c906129
|
Add GML2 serializer for Envelope
|
2017-02-17 17:00:09 +01:00 |
|
Julien Enselme
|
fec279c460
|
Add GML2 serializer for MultiSurface and MultiPolygon
|
2017-02-17 16:57:45 +01:00 |
|
Julien Enselme
|
579ec3955e
|
Add GML2 MultiLineString serialiazer
|
2017-02-17 16:50:54 +01:00 |
|
Julien Enselme
|
650837b207
|
Add GML2 serializer for MultiPoint
|
2017-02-17 16:39:48 +01:00 |
|
Julien Enselme
|
f8c6863fa7
|
Add GML2 serializer for Point
|
2017-02-17 16:28:52 +01:00 |
|
Julien Enselme
|
dd90c90819
|
Add GML2 serializer for Surface and Polygon
- Adapt the code from ol.format.GML3.
- Create utility function to create coordinates nodes with proper
attributes
|
2017-02-17 16:23:16 +01:00 |
|
Julien Enselme
|
21394826b6
|
Add GML2 serializer for Curve and LineString
Adapt the code from ol.format.GML3.
|
2017-02-17 15:48:10 +01:00 |
|
Julien Enselme
|
7f0ed44828
|
Boostrap GML2 serializers
- Add writeFeatureElement (copied and adapted from ol.format.GML3)
- Add writeGeometryElement (copied and adapted from ol.format.GML3)
- Add related constants (GEOMETRY_SERIALIZERS_, GEOMETRY_NODE_FACTORY_)
- Add empty serialization methods
|
2017-02-17 15:38:19 +01:00 |
|
Tim Schaub
|
8d7eb0e372
|
Merge pull request #6505 from tschaub/babelify
Update ol package to include Browserify config
|
2017-02-17 05:36:03 -07:00 |
|
Peter Robins
|
3161e435b8
|
ol.DEBUG no longer needed in transforms/module.js
|
2017-02-17 10:35:55 +00:00 |
|
Tim Schaub
|
4bf0365d85
|
Make it easier to apply the required Browserify transform
|
2017-02-16 17:04:43 -07:00 |
|
Tim Schaub
|
109d3149f4
|
Include stylesheet in the package
|
2017-02-16 16:51:00 -07:00 |
|
Tim Schaub
|
a3f40b2057
|
Merge pull request #6504 from tchandelle/drawing
Determine if we should handle the drawing while the pointer is moving
|
2017-02-16 13:52:24 -07:00 |
|
Thomas Chandelle
|
08a118cc94
|
Determine if we should handle the drawing when the pointer is moving
|
2017-02-16 16:52:04 +01:00 |
|
Andreas Hocevar
|
b05136ea53
|
Merge pull request #6499 from tchandelle/circle-modify
Be more tolerant when comparing vertices when modifying a circle
|
2017-02-16 13:49:42 +01:00 |
|
Thomas Chandelle
|
9bf6dcbdcb
|
Find the closest vertex on the circle from the pixel coordinates
|
2017-02-16 10:35:01 +01:00 |
|
Andreas Hocevar
|
6020c147ed
|
Merge pull request #6498 from ahocevar/update-travis-node
Travis failing on master - use Node v6.1.x
|
2017-02-15 22:27:47 +01:00 |
|
Andreas Hocevar
|
1f2f8f06dc
|
Do not fail on failing 'npm ls'
|
2017-02-15 15:08:55 +01:00 |
|
Andreas Hocevar
|
3829d883a7
|
Make Travis use node v6.1
|
2017-02-15 14:36:23 +01:00 |
|
Andreas Hocevar
|
cf12639749
|
Merge pull request #6493 from ahocevar/vectortile-cleanup
Vector tile cleanup
|
2017-02-15 14:21:44 +01:00 |
|
Thomas Chandelle
|
0764be77c4
|
Failing test for "Circle Modification"
|
2017-02-15 09:46:51 +01:00 |
|
Andreas Hocevar
|
7db5eea56b
|
Performance improvement: only create context when it is needed
|
2017-02-14 22:20:38 +01:00 |
|
Andreas Hocevar
|
302087b4ec
|
Reuse properties from ol.layer.TileProperty
|
2017-02-14 22:19:38 +01:00 |
|
Andreas Hocevar
|
db58db396f
|
Remove renderedResolution which is defined in superclass
|
2017-02-14 22:19:38 +01:00 |
|
Andreas Hocevar
|
6906046e9f
|
Merge pull request #6483 from nearmap/tile-render-issue
Fix renderer.canvas.TileLayer to calculate correct canvas height for drawing.
|
2017-02-14 21:49:34 +01:00 |
|
Andreas Hocevar
|
1705a2ca5f
|
Merge pull request #6488 from tchandelle/circle-pan
Do not draw circle when pointer not moved and freehand is on
|
2017-02-14 15:49:47 +01:00 |
|
Frédéric Junod
|
88be906ad5
|
Merge pull request #6491 from openlayers/greenkeeper/clean-css-cli-4.0.7
Update clean-css-cli to the latest version 🚀
|
2017-02-14 13:17:45 +01:00 |
|
greenkeeper[bot]
|
f2a7ed5ef1
|
chore(package): update clean-css-cli to version 4.0.7
https://greenkeeper.io/
|
2017-02-14 11:49:53 +00:00 |
|