From 2763531859fc98c170f7b771a457aba94ce4dc3d Mon Sep 17 00:00:00 2001 From: Andy Gup Date: Tue, 14 Oct 2014 17:27:08 -0600 Subject: [PATCH] Wording clarification --- samples/tpk-layer.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/samples/tpk-layer.html b/samples/tpk-layer.html index 12cffb8..1f3a1ec 100644 --- a/samples/tpk-layer.html +++ b/samples/tpk-layer.html @@ -55,7 +55,8 @@
-

Browse for a zipped .TPK file locally or retrieve a URL

+

Browse for a .TPK file locally or retrieve one via URL

+

You'll need to rename the file type from .tpk to .zip

@@ -135,7 +136,10 @@ console.log("Begin downloading remote tpk file...") } - xhrRequest.error = function(err){console.log("ERROR")} + xhrRequest.error = function(err){ + console.log("ERROR retrieving TPK file: " + err.toString()); + alert("There was a problem retrieve the file."); + } xhrRequest.onload = function(oEvent) { if(this.status == 200) {