Olivier Guyot
8d4c3b2887
Draw / clearer variable names
2020-02-11 11:19:55 +01:00
Olivier Guyot
3c5d0f223e
Draw / fix map object in addToDrawing method
2020-02-10 16:55:35 +01:00
Otto Pellinen
02597229e3
Cleanup comments
2020-02-10 16:48:12 +01:00
Otto Pellinen
bc79d59811
Use private function addToDrawing_ in appendCoordinates
2020-02-10 16:48:12 +01:00
Otto Pellinen
f43bc8d122
Fix comment for appendCoordinates
2020-02-10 16:48:12 +01:00
Otto Pellinen
175695f877
Update function descriptions for clarity
2020-02-10 16:48:12 +01:00
Otto Pellinen
83c0a258e6
Separate appendCoordinates function from extend
2020-02-10 16:48:12 +01:00
Otto Pellinen
25a5e83910
Fix eslint errors
2020-02-10 16:48:12 +01:00
Otto Pellinen
12ce4cc82a
Add support for extending linear coordinates when drawing Polygons
2020-02-10 16:48:12 +01:00
Andreas Hocevar
35569a8427
Merge pull request #9565 from dbrnz/v6.0.0-beta.7-branch
...
Make mousewheel zoom behave like trackpad zoom.
2020-02-06 15:54:34 +01:00
Andreas Hocevar
29a434314b
Merge pull request #10580 from mike-000/patch-7
...
Fix KML Polystyle outline 0 conflict with Linestyle for linestrings
2020-02-05 23:22:52 +01:00
mike-000
319b64ed65
Fix for #10611
2020-02-05 20:17:18 +00:00
Andreas Hocevar
c8e340a623
Rename variables now that trackpads are not special any more
2020-02-05 12:58:21 +01:00
David Brooks
77658e5750
Ensure changes to zoom wheel handling pass tests.
2020-02-05 11:24:48 +01:00
David Brooks
54bae0168f
Handle mouse wheel zoom events as if they've come from a trackpad.
2020-02-05 11:21:44 +01:00
Andreas Hocevar
97246daf66
Merge pull request #10587 from jeremy-smith-maco/larger-resolution-constraint
...
Adds option to View for using larger resolution value when clamping #10586
2020-02-05 11:10:43 +01:00
Jeremy Smith
3082972cce
Updates the option to be called showFullExtent
2020-02-05 16:46:45 +10:00
mike-000
3c2dfb511a
Fix Polystyle outline 0 conflict with Linestyle
...
Return separate style objects for polygon geometries (including multipolygon and polygons in geometry collections) and other geometries if Polystyle outline is defined as 0
Rearrange code to reduce cloning of styles in createNameStyleFunction
Update Polystyle outline 0 tests
Check for separate style objects applying to LineString and Polygon geometries
Test LineString and Polygon geometries in a collection
2020-02-02 11:28:07 +00:00
Andreas Hocevar
f91ce5692f
Remove apidoc annotation to show refresh for ol/source/Cluster
2020-02-01 21:44:10 +01:00
Andreas Hocevar
38abbcbdd6
Remove inheritDoc to work around JSDoc issue
2020-02-01 19:06:37 +01:00
Andreas Hocevar
902f3c2fba
Merge pull request #10574 from ahocevar/text-background
...
Text rendering improvements
2020-01-30 15:57:04 +01:00
Andreas Hocevar
7266f37f85
Remove unused export and variable
2020-01-30 14:56:11 +01:00
Andreas Hocevar
81d14fb636
Remove obsolete license notice
2020-01-30 10:47:53 +01:00
Andreas Hocevar
542b77eef8
Save and restore before rendering labels
2020-01-30 09:14:03 +01:00
Andreas Hocevar
a24c94487c
Cache label instructions for better performance
2020-01-30 09:14:02 +01:00
Jeremy Smith
7805768942
Renamed option to constrainOneAxis
2020-01-30 07:40:28 +10:00
Andreas Hocevar
f8f7f83be7
Do not expose static render function of controls
2020-01-29 20:21:08 +01:00
Andreas Hocevar
c373a3eafd
Merge pull request #10584 from MrSoUndso/dev
...
fixed issue with version throwing an error if it is null
2020-01-29 12:06:48 +01:00
Jeremy Smith
4151e86c0a
Adds option to View for using larger resolution value when clamping
2020-01-29 15:35:48 +10:00
Jakob Gerstmayer
153bd7f5d1
fixed spacing after if
2020-01-28 17:48:45 +01:00
Jakob Gerstmayer
902bdbabdc
fixed issue with version throwing an error if it is null
2020-01-28 17:39:21 +01:00
Andreas Hocevar
2652c1a30d
Merge pull request #10575 from mike-000/patch-8
...
Fix ol/layer/Graticule rendercomplete problem
2020-01-27 16:46:44 +01:00
Andreas Hocevar
29ea779f66
Merge pull request #10562 from crubier/master
...
Zoomify: Separate the service pixel ratio and the device pixel ratio
2020-01-27 15:46:11 +01:00
mike-000
e820042748
Fix ol/layer/Graticule rendercomplete problem
...
fix typedef imports
2020-01-26 14:04:05 +00:00
mike-000
a7bdee43b3
Fix ol/layer/Graticule rendercomplete problem
...
Use custom loading strategy to avoid problems caused by calling removeLoadedExtent in the loader function
2020-01-26 13:51:11 +00:00
Andreas Hocevar
23d441f9f2
Handle tileSize and tilePixelRatio properly
2020-01-25 19:55:30 +01:00
Andreas Hocevar
91b9058582
Merge pull request #10570 from ahocevar/fix-vector-image-ratio
...
Use correct extent for the vector image
2020-01-24 19:30:45 +01:00
Andreas Hocevar
1ee03decdd
Assert each layer is only added to the map once
2020-01-24 17:52:13 +01:00
Vincent Lecrubier
8c89ddceca
Revert #9489 and solves retina tiles on zoomify apparently.
2020-01-24 15:33:42 +00:00
Andreas Hocevar
89c5364b2f
Use correct extent for the vector image
2020-01-24 13:50:02 +01:00
Vincent Lecrubier
3a5c8d637c
Zoomify: Separate the service pixel ratio and the device pixel ratio
2020-01-22 09:32:11 +00:00
mike-000
5830a36131
Convert any html character codes in labels
...
fix typedef
2020-01-20 10:37:04 +00:00
mike-000
83d65b61e1
Convert any html character codes in labels
...
fix typedef
2020-01-20 10:30:44 +00:00
mike-000
c221cc7a46
Convert any html character codes in labels
...
reuse single textarea element
2020-01-20 10:24:57 +00:00
mike-000
23858dc09d
Convert any html character codes in labels
2020-01-19 11:28:05 +00:00
mike-000
9493d68217
Make feature styles compatible with declutter
...
Remove type def relating to deleted line
2020-01-18 20:19:56 +00:00
mike-000
258bfeaecc
Make feature styles compatible with declutter
...
Return a single style object for image and text for point features as concatenating two styles in an array is not compatible with decluttering
2020-01-18 19:37:18 +00:00
Andreas Hocevar
2f094978ca
Merge pull request #10502 from walkermatt/stopevent-removed-target
...
Stop events that originate with a removed target
2020-01-17 21:34:39 +01:00
Andreas Hocevar
de5cd5c664
Merge pull request #10527 from ahocevar/no-label-cache
...
Remove label cache, render text directly to target canvas
2020-01-16 09:23:41 +01:00
Tim Schaub
8e2adf9955
Merge pull request #10534 from wussup/patch-1
...
[GeoJSON] Read projection from CRS type EPSG
2020-01-15 15:21:28 -07:00