GaborFarkas
7ea8cf5fb3
Don't introduce new self-intersections. Fixes #6823
2017-06-11 22:07:22 +02:00
Andreas Hocevar
dc6d0c091a
Require minimum duration for kinetic animation
2017-06-10 09:33:40 +02:00
Frédéric Junod
a23246aca1
Merge pull request #6886 from gberaudo/extensible_cluster_source
...
Make ol.source.Cluster extensible
2017-06-09 15:12:44 +02:00
Andreas Hocevar
f31e45d7d2
Merge pull request #6887 from ahocevar/disable-rotation
...
Disable rotation for views with enableRotation: false
2017-06-09 14:07:58 +02:00
Guillaume Beraudo
bb8a1b061c
Make ol.source.Cluster extensible
...
Change from private to protected to allow extension.
2017-06-09 13:43:07 +02:00
Peter Robins
3b15bb80b9
ProjectionLike in proj.getPointResolution
2017-06-09 09:33:43 +00:00
Andreas Hocevar
399e11edf7
Merge pull request #6888 from probins/patch-1
...
Add note about custom functions to getPointResolution
2017-06-09 10:18:38 +02:00
Peter Robins
f97f370e5b
Improve docs for getPointResolution functions
2017-06-09 08:07:35 +00:00
Andreas Hocevar
070f2e181c
Merge pull request #6893 from tchandelle/decimals
...
Fix decimals options when writing features
2017-06-09 09:27:08 +02:00
Andreas Hocevar
9d9da4feb9
Merge pull request #6759 from KlausBenndorf/regularShapePoints
...
Regular shape points
2017-06-09 08:48:47 +02:00
Frederic Junod
4898c83590
Accept a ol.ProjectionLike in ol.control.MousePosition#setProjection
2017-06-09 08:29:14 +02:00
Frederic Junod
d8ed2eb1be
Accept a ol.ProjectionLike in ol.Geolocation#setProjection
2017-06-09 08:28:29 +02:00
Andreas Hocevar
00c8a5845e
Disable rotation for views with enableRotation: false
2017-06-08 17:29:47 +02:00
Thomas Chandelle
d8dba61b0a
Rounds if decimals options = 0
2017-06-08 12:08:02 +02:00
Thomas Chandelle
b8117b3931
This method will never be used with an extent and write = true
2017-06-08 12:08:02 +02:00
Thomas Chandelle
aface2f43e
Clone the geometry before applying the decimals transform
...
We may only do it if the geometry has not been previously transformed.
2017-06-08 12:08:02 +02:00
Frederic Junod
1fbf3caa50
Remove unused ol.pointer.EventSource#getMapping function
2017-06-08 10:42:10 +02:00
Peter Robins
641549c9ed
Remove unused var from ol.proj
2017-06-06 08:23:42 +00:00
Chase(Seul-gi Choi)
23cb98272c
add getArea to api
...
#6854
2017-06-01 11:44:44 +09:00
Chase(Seul-gi Choi)
5475841ca0
fix parameter type string
2017-05-31 15:29:34 +09:00
cs09gi@gmail.com
e8a2ad1d1b
change size to optional
2017-05-31 13:40:01 +09:00
Andreas Hocevar
54a62ea78d
Merge pull request #6834 from notnotse/move-tolerance-option
...
Move tolerance option
2017-05-30 09:10:09 +02:00
GaborFarkas
bcda41b508
Do not bridge holes outside of outer ring
2017-05-29 15:55:16 +02:00
GaborFarkas
c0fac0f5ca
Prepare replays for vector tiles
2017-05-29 15:53:53 +02:00
Andreas Hocevar
0faf0dd2a1
Merge pull request #6856 from oterral/fix_6848
...
Fix creation of new URL in readSharedStyle_ and readSharedStyleMap_
2017-05-29 14:32:32 +02:00
oterral
9a698ce1e8
Fix creation of new URL in readSharedStyle_ and readSharedStyleMap_
2017-05-29 09:49:04 +02:00
Andreas Hocevar
959367629e
Merge pull request #6851 from ahocevar/draganddrop-active
...
Register/unregister listeners in setActive
2017-05-24 15:36:26 +02:00
Frédéric Junod
aeed1f79bb
Merge pull request #6832 from oterral/fix_5269
...
Force state of error tiles when usInterimTilesOnError is false
2017-05-24 15:27:11 +02:00
Andreas Hocevar
278d3a0313
Register/unregister listeners in setActive
2017-05-24 14:51:39 +02:00
Andreas Hocevar
5af9f71d38
Merge pull request #6849 from oterral/fix_6848
...
Create URL object only when we can
2017-05-24 14:44:09 +02:00
Andreas Hocevar
b6f446e909
Merge pull request #6845 from tchandelle/snap-circle
...
Snap on circles
2017-05-24 14:34:07 +02:00
oterral
7804a2db86
Create URL object only when we can
2017-05-24 14:21:56 +02:00
Thomas Chandelle
074fdeb212
Add snapping abilities on circles
2017-05-23 14:45:03 +02:00
Chase(Seul-gi Choi)
661410a96e
add condition to check if active
...
fixes #6840
"setMap" registers listeners to dropArea, but it doesn't check whether "active" is true or false. Simply add condition to check "active".
2017-05-23 10:48:12 +09:00
oterral
c1abe4a550
Force state of error tiles when usInterimTilesOnError is false
2017-05-22 09:31:07 +02:00
Andreas Hocevar
7ecb2c0185
Add layerName and layers options to ol.source.TopoJSON
2017-05-20 16:48:42 +02:00
itjope
56b3203fa9
Add moveTolerance option for ol.Map
2017-05-18 13:22:31 +02:00
Andreas Hocevar
3cc4a0c6e3
Merge pull request #6819 from ahocevar/vectortile-getfeatures
...
Adjust/fix API for working with vector tile features
2017-05-18 11:13:30 +02:00
oterral
ca90157e9f
Write all geometry's properties in KML
2017-05-17 16:58:59 +02:00
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