mike-000
f13ebbee3f
Add crossOrigin option for icons
...
Add * @this {KML} to functions invoked using .call
2019-12-12 17:21:14 +00:00
mike-000
f47fa8b407
Add crossOrigin option for icons
...
Make the crossOrigin setting for icons configurable to avoid errors when KML files reference images when are not CORS enabled
Pass scope in readPlacemark_
and to handle IconStyle in a placemark style map
Test crossOrigin option for icons
Add tests for IconStyle in style maps and shared styles
2019-10-24 11:04:47 +01:00
Tim Schaub
f475387d39
Merge pull request #10108 from notnotse/issue/9814-fix-documentation-for-handlemoveevent
...
Fix documentation for handleMoveEvent
2019-10-12 08:14:39 -06:00
Tim Schaub
5af4dfa623
Merge pull request #10118 from mike-000/patch-7
...
Document the OSM crossOrigin default
2019-10-12 08:13:17 -06:00
Andreas Hocevar
e3666f18da
Merge pull request #10112 from ahocevar/rendertile-no-error
...
No ERROR state for render tiles
2019-10-11 21:52:12 +02:00
mike-000
046b78cca7
Document the OSM crossOrigin default
2019-10-11 18:16:19 +01:00
Olivier Guyot
9acba8f82a
Merge pull request #10115 from jahow/improve-heatmap-test
...
Improve Heatmap hit detection test
2019-10-11 16:40:07 +02:00
Andreas Hocevar
0cb9d73848
No ERROR state for render tiles
2019-10-11 14:58:22 +02:00
Olivier Guyot
87414256e2
Heatmap / use worker events instead of timeout for test
2019-10-11 14:06:27 +02:00
Frédéric Junod
f277206631
Merge pull request #10111 from mike-000/patch-6
...
Correct the defaulting of ol/source/VectorTile maxZoom
2019-10-10 16:05:51 +02:00
mike-000
2a2cc40d42
Correct the defaulting of maxZoom
...
Only default if undefined as maxZoom: 0 should be valid as it is for all other tile sources
2019-10-10 14:08:10 +01:00
Bobo Häggström
395b59c01e
Fix documentation for handleMoveEvent
...
This fixes #9814
2019-10-10 10:40:47 +02:00
Frédéric Junod
58b4b6eeea
Merge pull request #10102 from KlausBenndorf/type-fixes
...
Cosmetic type fixes
2019-10-10 09:43:53 +02:00
Simon Seyock
5b1106ac23
some type corrections
2019-10-10 09:07:35 +02:00
Frédéric Junod
2483fbd26b
Merge pull request #10107 from mike-000/patch-5
...
Update Vector Tile Info example test for no features
2019-10-10 08:47:40 +02:00
Frédéric Junod
736ef88473
Merge pull request #10097 from fredj/text-align
...
Align layer canvas to the left
2019-10-10 08:31:36 +02:00
Andreas Hocevar
873999ec7d
Merge pull request #10105 from openlayers/greenkeeper/jsdoc-plugin-typescript-2.0.4
...
Update jsdoc-plugin-typescript to the latest version 🚀
2019-10-09 20:19:51 +02:00
mike-000
cbf0ecfd75
Update test for no features
2019-10-09 18:25:04 +01:00
greenkeeper[bot]
782ff6e9f5
chore(package): update lockfile package-lock.json
2019-10-09 14:45:37 +00:00
greenkeeper[bot]
dc2137b622
chore(package): update jsdoc-plugin-typescript to version 2.0.4
2019-10-09 14:45:32 +00:00
Olivier Guyot
d1ee300968
Merge pull request #10101 from jahow/add-heatmap-hit-detection
...
Add hit detection support on the Heatmap layer
2019-10-08 14:45:53 +02:00
Olivier Guyot
b44a6ab26a
Heatmap / add hit detection shaders
2019-10-08 13:27:31 +02:00
Frederic Junod
f20db28901
Align layer canvas to the left
...
So that the position is not affected by the `text-align` css rule.
2019-10-07 13:48:32 +02:00
Frederic Junod
2ce14a50a1
Add a rendering test case for text-align css property
2019-10-07 13:25:04 +02:00
Andreas Hocevar
057cc92716
Merge pull request #10087 from petrsloup/vector-tiles-4326-example
...
Add example showing vector tiles in EPSG:4326
2019-10-07 10:07:30 +02:00
Andreas Hocevar
fb9673465a
Simpler way to use EPSG:4326 as projection
2019-10-04 14:07:13 +02:00
Andreas Hocevar
babdce4819
Merge pull request #10086 from petrsloup/update-mapbox-style-example
...
Update mapbox-style example
2019-10-03 20:39:47 +02:00
Petr Sloup
684e305bc8
Minor mapbox-style example docs update
2019-10-03 19:16:19 +02:00
Olivier Guyot
deb541791a
Merge pull request #10083 from MoonE/example-webgl
...
webgl points layer example fixes
2019-10-03 17:43:22 +02:00
Maximilian Krög
db49842f63
Display error message instead of 'style not valid yet...'
2019-10-03 17:06:39 +02:00
Maximilian Krög
8fe8302dc2
Remove duplicate type definition for style
2019-10-03 15:45:35 +02:00
Maximilian Krög
b1a9f765fc
Parse the style in the constructor.
...
This detects errors earlier and allows the caller to handle the thrown exception.
Remove assertion 65 as it should no longer be needed.
2019-10-03 14:36:48 +02:00
Petr Sloup
db583be0f9
Add example showing vector tiles in EPSG:4326
2019-10-03 13:00:47 +02:00
Maximilian Krög
d0cd1064ff
Also check predefined styles for validity.
2019-10-03 03:02:58 +02:00
Maximilian Krög
b4a996e760
Catch errors in style definition
...
Do not replace the layer if the style is invalid.
Thrown errors are caught and the layer will not be changed.
2019-10-03 01:59:42 +02:00
Maximilian Krög
dee114d4c4
Guard against JSON.parse errors.
...
Also show successful style parse status after a style error was corrected
but it is the same style as previously.
2019-10-03 01:59:42 +02:00
Maximilian Krög
db34a338d6
Reset status message when selecting from select element.
2019-10-03 01:59:21 +02:00
Maximilian Krög
0eac5007e8
Reserve the height for the style parse messages.
2019-10-03 01:59:00 +02:00
Maximilian Krög
c1921a6b16
Preselect the 'circles' style in the select input
...
The text in the editor element already is from the circles style..
2019-10-03 01:57:49 +02:00
Maximilian Krög
dc28590cff
Remove invalid option from style select
...
When this option was selected the text field contained 'undefined'
as it is not one of the predefined styles.
2019-10-03 01:48:45 +02:00
Frédéric Junod
3ab32ff744
Merge pull request #10076 from fredj/rm_typecast
...
Remove unnecessary typecast
2019-10-02 14:57:55 +02:00
Frederic Junod
daaaff5ac7
Remove unnecessary typecast
...
Remove typecast where typescript is able to correctly deduce the type.
2019-10-02 10:44:06 +02:00
Tim Schaub
fa0258a323
Merge pull request #10074 from mike-000/patch-2
...
Remove offsets from mouse position calculation
2019-10-01 09:29:47 -06:00
mike-000
4f83392b76
Remove offsets from mouse position calculation
...
and remove space
2019-10-01 15:55:30 +01:00
mike-000
8a04f5059d
Remove offsets from mouse position calculation
...
Fixes #10073
Remove unneeded offsets from mouse position calculation as box position was centered in #9919
2019-10-01 15:47:36 +01:00
Frédéric Junod
92f70c225f
Merge pull request #10072 from fredj/better_typing
...
Better typing
2019-10-01 15:27:27 +02:00
Frederic Junod
41b7893523
Mark properties as nullable
2019-10-01 10:47:07 +02:00
Frederic Junod
89becd4c6d
Remove unused variables
2019-10-01 08:34:00 +02:00
Tim Schaub
7eb60fae23
Merge pull request #10070 from openlayers/release-v6.0.1
...
Changes for 6.0.1
2019-09-30 12:44:56 -06:00
Tim Schaub
d7acbc40d5
Changes for 6.0.1
v6.0.1
2019-09-30 12:35:08 -06:00