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 |
|
mike-000
|
046b78cca7
|
Document the OSM crossOrigin default
|
2019-10-11 18:16:19 +01:00 |
|
Andreas Hocevar
|
0cb9d73848
|
No ERROR state for render tiles
|
2019-10-11 14:58:22 +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 |
|
Simon Seyock
|
5b1106ac23
|
some type corrections
|
2019-10-10 09:07:35 +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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Olivier Guyot
|
176dccd6df
|
Merge pull request #10060 from mike-000/patch-1
Ensure zoom level is not less than minimum integer zoom level for extent
|
2019-09-30 17:34:45 +02:00 |
|
Tim Schaub
|
d3b47c794e
|
Make the immediate API work with a user projection
|
2019-09-30 08:28:50 -06:00 |
|
Simon Seyock
|
2e1dee1994
|
fixed jsdoc type annotations
|
2019-09-29 19:35:11 +02:00 |
|
mike-000
|
eaa5af2c7a
|
Fix for #10054
Ensure zoom level is not less than minimum integer zoom level for extent
|
2019-09-29 12:00:08 +01:00 |
|
Andreas Hocevar
|
7f8fdd6219
|
Ensure proper tile load sequence
|
2019-09-28 15:24:37 +02:00 |
|
Andreas Hocevar
|
70706443f5
|
Merge pull request #10048 from ahocevar/early-empty-state
Early EMPTY state for VectorRenderTile
|
2019-09-27 22:29:42 +02:00 |
|
Andreas Hocevar
|
47dd60104d
|
Set EMPTY state of VectorRenderTile early
|
2019-09-27 19:04:21 +02:00 |
|
Tim Schaub
|
80cf76e783
|
Merge pull request #10043 from tschaub/snap-geographic
User coordinates during snapping
|
2019-09-27 17:20:16 +02:00 |
|
Andreas Hocevar
|
76af2b6466
|
Revert "Handle empty source tiles and queue them properly"
This reverts commit 818bdc411c.
|
2019-09-27 16:09:27 +02:00 |
|
Frederic Junod
|
f67476dd8f
|
Mark properties as nullable
|
2019-09-27 13:57:59 +02:00 |
|
Frederic Junod
|
0e402073da
|
Add more typecast for typescript
|
2019-09-27 13:11:30 +02:00 |
|
Tim Schaub
|
07678d960a
|
User coordinates during snapping
|
2019-09-27 11:55:48 +02:00 |
|
Frederic Junod
|
701dc3b54a
|
Use the right variable to get the hitTolerance value
|
2019-09-27 11:03:21 +02:00 |
|
Frederic Junod
|
ea88e6cbd4
|
Remove invalid undefined type in params
|
2019-09-27 11:01:50 +02:00 |
|
Tim Schaub
|
6a5f6e4363
|
Merge pull request #10009 from tschaub/modified
Geometry editing with a user projection
|
2019-09-26 20:01:19 +02:00 |
|
Andreas Hocevar
|
ac8f8f4e88
|
Merge pull request #10024 from ahocevar/focus-condition-target
Allow EventTarget to use a different default target
|
2019-09-26 19:59:27 +02:00 |
|
Andreas Hocevar
|
346130065e
|
Merge pull request #10031 from flexjoly/upstream
Cache starting coordinates and add mapBrowserEvent to translateEvent
|
2019-09-26 19:41:44 +02:00 |
|
flexJoly
|
391bae35f2
|
minor fixes
and keep original parameters in TranslateEvent the same
|
2019-09-26 19:30:24 +02:00 |
|
Tim Schaub
|
3c7b129106
|
User coordinates during drawing
|
2019-09-26 19:29:19 +02:00 |
|
Andreas Hocevar
|
fd594c2001
|
Do not remove listeners that do not exist
|
2019-09-26 19:02:06 +02:00 |
|
flexJoly
|
180e1c86fc
|
Cache starting coordinates and add mapBrowserEvent to translateEvent
|
2019-09-26 18:48:51 +02:00 |
|
Tim Schaub
|
e0d24d3af0
|
User coordinates during modification
|
2019-09-26 18:46:55 +02:00 |
|
Andreas Hocevar
|
3a10476c1c
|
Merge pull request #10007 from mike-000/patch-1
Changes for #9395 CircleStyle inconsistency
|
2019-09-26 18:46:24 +02:00 |
|
Olivier Guyot
|
8c19399d0b
|
Merge pull request #10016 from jahow/webgl-attribute-link
WebGL Points Layer: allow expressions in literal style
|
2019-09-26 18:02:26 +02:00 |
|
Andreas Hocevar
|
899af3e5c7
|
Allow EventTarget to use a different default target
|
2019-09-26 17:56:51 +02:00 |
|
Andreas Hocevar
|
86d99fa35c
|
Merge pull request #10017 from KlausBenndorf/jsdoc-plugin-typescript
updated jsdoc-plugin-typescript
|
2019-09-26 17:55:48 +02:00 |
|
Tim Schaub
|
5d4e77151c
|
Handle event coordinate in the user projection
|
2019-09-26 17:24:58 +02:00 |
|
Tim Schaub
|
1e27846d6d
|
Use user projection for event coordinate
|
2019-09-26 17:23:39 +02:00 |
|
Andreas Hocevar
|
d8f55ea3f1
|
Merge pull request #10018 from ahocevar/recover-from-skipfeature-removal
Recover from skip feature removal regressions
|
2019-09-26 17:23:25 +02:00 |
|
Simon Seyock
|
09cad9b5f9
|
fixed jsdoc problems
|
2019-09-26 17:00:46 +02:00 |
|
Andreas Hocevar
|
838edfa369
|
Recover from skip feature removal regressions
|
2019-09-26 16:56:38 +02:00 |
|
Olivier Guyot
|
09134a6091
|
Shader builder / typecheck fix for parse fn
|
2019-09-26 16:30:19 +02:00 |
|
Olivier Guyot
|
28d157af56
|
Shader builder / add circle and triangle shapes for symbols
|
2019-09-26 16:30:19 +02:00 |
|