From 31ffd25fd84f60c53706510a2feb346756bcceb9 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 01:33:06 -0300 Subject: [PATCH 1/2] Fix broken Markdown headings --- lib/tiles/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tiles/README.md b/lib/tiles/README.md index 7d284a4..5b8982b 100644 --- a/lib/tiles/README.md +++ b/lib/tiles/README.md @@ -1,4 +1,4 @@ -##FileSaver.js +## FileSaver.js ============== The awesome FileSaver.js library by Eli Grey is licensed under the MIT/X11 license. From a232a88aee4af6ecca6fad97d3fca06e60796490 Mon Sep 17 00:00:00 2001 From: Andy Gup Date: Mon, 22 May 2017 09:42:46 -0600 Subject: [PATCH 2/2] Update browser support info --- demo/index.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/demo/index.html b/demo/index.html index 49af040..90dfb75 100644 --- a/demo/index.html +++ b/demo/index.html @@ -144,7 +144,7 @@ Chrome - Firefox + Firefox * Internet Explorer Edge Opera @@ -188,17 +188,19 @@ -

Important note for Hybrid app developers (e.g. PhoneGap\Cordova): this library is not supported for hybrid deployments. +

+ Additional Support Notes: +

+

Hybrid app developers (e.g. PhoneGap\Cordova): this library is not supported for hybrid deployments. There are too many different variations of iOS and Android browser's and versions to make this feasible. We've only done very limited proof-of-concept testing using WebView. Make sure you do thorough testing on as many different phones and tablets as possible. One suggestion is to build a test app and run the Unit Test suite which is in this project under /test.

-

- Windows developers: Edge is under consideration for developement support-only. -

* - means that IndexedDBShim.js may be required on this browser/platform. More info available in the README under Dependencies. -

+

+ Firefox may not handle offline SVG-based map tiles correctly, reference Issue #483. There are no plans to fix this bug at this time. +