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
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
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