oterral
132634f10c
Add parsing of Tessellate tag in KML fomat
2017-05-17 14:26:39 +02:00
Andreas Hocevar
556ede5960
Remove api annotation from ol.VectorImageTile#getImage
2017-05-17 10:15:45 +02:00
Andreas Hocevar
a9f369479f
Dispose of vector tiles properly
2017-05-17 00:18:46 +02:00
Andreas Hocevar
8c00bbc91d
Report ol.VectorTile instead of ol.VectorImageTile loads
2017-05-17 00:18:46 +02:00
Andreas Hocevar
9af01c515f
Make ol.VectorTile#getFeatures and #getProjection exportable
2017-05-16 22:57:03 +02:00
Andreas Hocevar
567cc304ed
Add tileJSON option to ol.source.TileJSON
2017-05-16 18:37:18 +02:00
Andreas Hocevar
ac19d4d19c
Better documentation for ol.render.Feature#getGeometry
2017-05-16 08:43:08 +02:00
Andreas Hocevar
142f16afe4
Re-add the ol.render.Feature#getGeometry() method
...
This method does have value for users that want to switch between ol.Feature
and ol.render.Feature and still be able to use #getGeometry().getType() in a
style function to determine the feature geometry's type.
2017-05-16 08:41:55 +02:00
Frédéric Junod
c61189121e
Merge pull request #6786 from fredj/during_filter
...
Add ol.format.filter.during
2017-05-12 15:26:03 +02:00
drnextgis
fa398766d9
Add note about features with the same id
2017-05-12 17:49:37 +07:00
Andreas Hocevar
feacf7614e
Remove unused getFormat() method and format_ member
2017-05-12 00:06:56 +02:00
Andreas Hocevar
8609e65fc2
Remove unused setFeatures method
2017-05-11 18:19:42 +02:00
Andreas Hocevar
3ff33699c8
Merge pull request #6801 from ahocevar/renderfeature-getid
...
Add getId method for ol.render.Feature
2017-05-11 17:07:53 +02:00
Andreas Hocevar
df72d7b20f
Add getId() method for ol.render.Feature
2017-05-11 15:54:20 +02:00
Andreas Hocevar
1d7144564c
Remove getGeometry() from the API
2017-05-11 15:53:55 +02:00
Frédéric Junod
aced2e4e94
Merge pull request #6778 from fredj/isMoving_tolerance
...
Add a small tolerance when testing pointer event positions
2017-05-11 09:43:24 +02:00
Andreas Hocevar
9b9ac03760
Merge pull request #6796 from ahocevar/rendered-resolution
...
Re-add accidently dropped condition
2017-05-11 08:55:03 +02:00
Frederic Junod
85d0e9797c
Add a small tolerance when testing pointer event positions
2017-05-11 08:36:11 +02:00
Frédéric Junod
b8164df349
Merge pull request #6795 from fredj/ol.DrawGeometryFunctionType_type
...
Fix ol.DrawGeometryFunctionType coordinates argument type
2017-05-11 08:26:58 +02:00
Andreas Hocevar
4a6945ac17
Merge pull request #6779 from ahocevar/vector-tile-grid
...
Decouple source and rendered tile grid of vector tile sources
2017-05-10 19:07:21 +02:00
Andreas Hocevar
c9ca9737a7
Re-add condition accidently dropped in 5061555
2017-05-10 19:04:55 +02:00
Frédéric Junod
2e1495fc07
Merge pull request #6785 from fredj/insertVertexCondition
...
Add insertVertexCondition to ol.interaction.Modify options
2017-05-10 13:37:59 +02:00
Frederic Junod
55de3020d3
Fix ol.DrawGeometryFunctionType coordinates argument type
2017-05-10 13:36:29 +02:00
Andreas Hocevar
50615557d9
Create intermediate canvas when resolutions have changed
2017-05-10 11:58:38 +02:00
Frederic Junod
ff91974345
Add insertVertexCondition to ol.interaction.Modify options
2017-05-09 15:34:43 +02:00
Frederic Junod
fcf9649ef9
Add ol.format.filter.during
2017-05-09 14:07:33 +02:00
Andreas Hocevar
55e3746554
Avoid garbage creation on frame preparation/composition
2017-05-09 14:04:05 +02:00
Andreas Hocevar
a59a147dbd
Handle tile state of ol.VectorImageTile properly
2017-05-09 14:04:05 +02:00
Andreas Hocevar
355ce9f679
Use same tile size in rendered and source tile grid
2017-05-09 14:04:04 +02:00
Andreas Hocevar
785e7135a7
Decouple source and rendered tile grid of vector tile sources
2017-05-09 14:04:04 +02:00
Bart van den Eijnden
2486b25e5e
Merge pull request #6556 from KlausBenndorf/kmlinsetpixel
...
Reading kml xunits/yunits insetPixels
2017-05-08 11:02:19 +02:00
Tim Schaub
479d98212b
Disable no-missing-requires rule in generated shader code
2017-05-02 15:04:20 -06:00
Tim Schaub
3f973e6fa3
Allow single (non-default) import from dependencies
2017-05-02 15:04:20 -06:00
Tim Schaub
584d4f67bd
Uppercase for PBF constructor
2017-05-02 15:04:20 -06:00
Andreas Hocevar
642ed5f46e
Merge pull request #6757 from hajjimurad/master
...
Fix crashing on creation of snap-interaction, if Circle is among the features to snap to.
2017-05-02 21:05:31 +02:00
Frédéric Junod
88b028e4a5
Merge pull request #6765 from fredj/fit_callback
...
Add new callback function to view.FitOptions
2017-05-02 10:36:37 +02:00
Frederic Junod
403214f569
Add new callback function to view.FitOptions
2017-05-02 08:49:39 +02:00
Michel Beaudouin-Lafon
97b3ff0499
Added View#getInteracting() to the api, similar to View#getAnimating() to access the hints
2017-05-01 14:09:44 +02:00
simonseyock
25aeb58c87
ol.style.RegularShape#getRadius2
...
returns undefined if no radius2 was provided in the constructor
2017-04-29 11:43:46 +02:00
simonseyock
dd73ac8892
ol.style.RegularShape#getPoints
...
returns now same amount of points as provided to the constructor
2017-04-29 11:43:27 +02:00
Murad Khafizov
242c55dcff
formatting fixed
2017-04-28 10:50:05 +02:00
Murad Khafizov
1f87dcc6b8
fix crashing on using undefined segmentWriter
2017-04-28 10:49:58 +02:00
Frederic Junod
dafe3a0811
Add missing goog.require
2017-04-28 08:48:46 +02:00
Frédéric Junod
c437afc15b
Merge pull request #6741 from fredj/overlay_select
...
Allow user selection in overlay container
2017-04-26 09:04:16 +02:00
Andreas Hocevar
821cf24c5b
Merge pull request #6737 from ahocevar/graticule-labels
...
Graticule labels
2017-04-24 10:49:43 +02:00
Andreas Hocevar
14f29e95a7
Add label support to ol.Graticule
2017-04-24 10:26:16 +02:00
Frederic Junod
8aa30ee8f6
Allow user selection in overlay container
2017-04-24 09:32:36 +02:00
Frederic Junod
b1f38ea0e8
Fix spelling
2017-04-24 08:58:19 +02:00
Andreas Hocevar
3e9cbade45
Improve internal usability of ol.coordinate.degreesToStringHDMS
2017-04-23 22:46:33 +02:00
Julien Enselme
e2af6b9d04
Rename the is3D option for WFS transaction into hasZ
...
This is more consistent with existing code.
2017-04-20 10:39:02 +02:00