mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
added download tiles button
This commit is contained in:
parent
6f69db1816
commit
c5392c0128
@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<!--<html>-->
|
||||
<html manifest="appcache-features.appcache">
|
||||
<html>
|
||||
<!--<html manifest="appcache-features.appcache">-->
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no"/>
|
||||
@ -149,7 +149,8 @@
|
||||
|
||||
<body>
|
||||
<div id="button-div1">
|
||||
<button class="basic-btn" data-dojo-type="dijit/form/ToggleButton" id="btn-online-offline">Go Offline</button>
|
||||
<button class="basic-btn" data-dojo-type="dijit/form/ToggleButton" id="btn-online-offline">1. Go Offline</button>
|
||||
<button class="basic-btn" id="btn-get-tiles">2. Download Tiles</button>
|
||||
<div id="right-div">
|
||||
<img id="img-offline-indicator" src="../samples/images/blue-pin.png"/>
|
||||
<div id="pending-edits">Pending edits: 0</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user