Esri / offline-editor-js

ArcGIS JavaScript library for handling offline editing and tiling.
http://esri.github.io/offline-editor-js/demo/
Apache License 2.0
159 stars 142 forks source link

Minor fix to tile sample(s) - tile storage size #482

Closed andygup closed 8 years ago

andygup commented 8 years ago

With the v3.4.0 release, some of the samples now incorrectly report tile storage size estimates. The estimate for each level will simply need to be adjusted by something like old value * 0.63.