Tom
cc412f0a20
add documentation; remove unnecessary deprecated code
2023-06-29 21:55:59 -04:00
Tom
386ca85db8
implement native webgl renderer, and many associated changes related to drawing pipeline and testing
2023-06-26 21:29:08 -04:00
Tom
37b8ef9519
deprecate useCanvas option; add option for drawer and drawerOptions
2023-06-18 19:08:33 -04:00
Ian Gilman
b9cb52a184
Updated copyright to 2023
2023-05-25 14:52:20 -07:00
Shyamkumar Yadav
5baa8d3252
docs: change @return
-> @returns
2022-10-10 01:12:18 +05:30
Ian Gilman
f31179c9ce
Updated copyright to 2022
2022-06-08 15:02:29 -07:00
pearcetm
af26fdbff1
Bugfix for imagetilesource _freeupCanvasMemory
2022-05-18 12:26:19 -04:00
Ian Gilman
51e3ea7fa0
Changelog for #2072 and minor comment style change
2022-01-21 11:57:14 -08:00
Jirka
63ecaafa51
Update documentation to be more explicit about post data string parameter format.
2022-01-20 18:03:08 +01:00
Aiosa
a11b5ce602
Support for POST data in the ajax requests.
2021-12-08 09:54:14 +01:00
Mark Salsbery
bed6cfa853
Removed a bit more IE<11 code
2021-03-10 17:18:17 -08:00
Takuma Kira
c2ed66415f
Revert "- Undo removing prefixUrl option in memorycheck-with-simple-image demo."
...
This reverts commit 344ddb924fc028af62d7a74d994dce923f7713e0.
2020-04-17 13:48:53 +09:00
Takuma Kira
344ddb924f
- Undo removing prefixUrl option in memorycheck-with-simple-image demo.
...
- Define destroy method in TileSource class, call ImageTileSource.freeupCanvasMemory method as optional from TileSource.destroy method and remove TODO.
2020-03-23 11:29:07 +09:00
Takuma Kira
6cb57aa66c
- Make ImageTileSource.freeupCanvasMemory method private and call it from ImageTileSource.destroy for consistency.
...
- Add comment to memorycheck-with-simple-image demo how to reproduce the problem.
- Simplify memorycheck-with-simple-image demo.
2020-03-19 12:02:50 +09:00
Takuma Kira
798e49e4b2
- Add freeupCanvasMemory method on Viewer.destroy method.
2020-03-18 14:37:45 +09:00
Stefan Weil
6ea7ec261d
Fix more similar typos in comments
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-09-01 14:36:31 +02:00
Stefan Weil
0e2f5d49ef
Fix some typos in comments (found by codespell)
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-09-01 10:59:20 +02:00
zakharov-aa
ffa4bbc8df
IE8 naturalWidth and naturalHeight more clear fix
2016-09-28 10:39:20 +03:00
zakharov-aa
c5ad9b25bf
IE8 fix for tileSources type: 'image'
2016-09-28 09:40:28 +03:00
VoidVolker
41c82c88a9
[-] remove ref to getTileAtPoint - becasue this are subclass of TileSource
2016-07-29 20:45:57 +03:00
VoidVolker
eb799bdc70
[=] fix for image source type image and in legacytilesource
2016-07-29 20:36:05 +03:00
Ian Gilman
5390cb96c7
Removed redundant open-failed doc comment
2016-01-11 14:18:06 -08:00
Ian Gilman
62a81c9a27
Removed duplicate event doc
2016-01-06 15:28:40 -08:00
Ian Gilman
fca0a7ca1b
Doc comment fix
2015-11-12 13:55:47 -08:00
Antoine Vandecreme
954cbbdc46
Rename this.image to this._image
2015-11-09 17:57:39 -05:00
Antoine Vandecreme
f58a525f47
Discard the image as soon as possible.
2015-11-05 22:16:20 -05:00
Antoine Vandecreme
b85d0674e6
Add support to open an ImageTileSource with it constructor.
2015-11-05 22:04:21 -05:00
Antoine Vandecreme
67b0d9bd99
Fix options handling and improve doc.
2015-11-04 18:47:41 -05:00
Antoine Vandecreme
0c75b45075
Save the context of the full image as well.
2015-11-02 19:57:13 -05:00
Antoine Vandecreme
37ca9235f8
Avoid using data urls in ImageTileSource.
2015-11-02 19:42:14 -05:00
Antoine Vandecreme
14a83e1154
Add IE8 support in ImageTileSource.
2015-11-02 18:35:11 -05:00
Antoine Vandecreme
8e06eb56cf
Add pyramid building to the ImageTileSource.
2015-11-01 15:55:39 -05:00
Antoine Vandecreme
3316a55b97
Add CORS support to ImageTileSource
2015-11-01 13:25:25 -05:00
Antoine Vandecreme
c041746366
Add ImageTileSource. Fix #467
2015-11-01 10:23:02 -05:00