Skip to content

Commit

Permalink
Merge pull request #484 from andygup/compress_url
Browse files Browse the repository at this point in the history
v3.5.0
  • Loading branch information
andygup committed Sep 16, 2016
2 parents 2f9a2c9 + e126dd5 commit 98e0dae
Show file tree
Hide file tree
Showing 18 changed files with 1,635 additions and 31 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# offline-editor-js - Changelog

## Version 3.5.0 - September 15, 2016

Possible breaking changes. Changes to database storage pattern.

**Enhancements**
* Added compression to the tiles database URL field, resulting in approximately 50% reduction in that field's size. This will make the largest difference when storing thousands of tiles.
* Closes #482 - clarify tile reporting in simple-tiles.html sample app.
* Minor doc updates.

## Version 3.4.0 - September 13, 2016

Possible breaking changes.
Possible breaking changes. Changes to database storage pattern.

**Enhancements**
* Added base64 re-encoding to the tile database that results in a 2.7x (16/6) reduction in storage size.
Expand Down
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = function(grunt) {
'lib/tiles/TilesCore.js',
'lib/tiles/TilesStore.js',
'lib/tiles/base64string.js',
'lib/stiles/lzString.js',
'lib/tiles/tilingScheme.js',
'lib/tpk/autoCenterMap.js',
'lib/tpk/OfflineTpkNS.js',
Expand Down Expand Up @@ -76,6 +77,7 @@ module.exports = function(grunt) {
'lib/tiles/OfflineTilesNS.js',
'lib/tiles/base64utils.js',
'lib/tiles/base64string.js',
'lib/tiles/lzString.js',
'lib/tiles/FileSaver.js',
'lib/tiles/TilesCore.js',
'lib/tiles/TilesStore.js',
Expand All @@ -90,6 +92,7 @@ module.exports = function(grunt) {
'lib/tiles/OfflineTilesNS.js',
'lib/tiles/base64utils.js',
'lib/tiles/base64string.js',
'lib/tiles/lzString.js',
'lib/tiles/FileSaver.js',
'lib/tiles/TilesCore.js',
'lib/tiles/TilesStore.js',
Expand Down
2 changes: 1 addition & 1 deletion dist/offline-edit-advanced-src.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! esri-offline-maps - v3.4.0 - 2016-09-13
/*! esri-offline-maps - v3.5.0 - 2016-09-15
* Copyright (c) 2016 Environmental Systems Research Institute, Inc.
* Apache License*/
// Configure offline/online detection
Expand Down
2 changes: 1 addition & 1 deletion dist/offline-edit-basic-src.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! esri-offline-maps - v3.4.0 - 2016-09-13
/*! esri-offline-maps - v3.5.0 - 2016-09-15
* Copyright (c) 2016 Environmental Systems Research Institute, Inc.
* Apache License*/
// Configure offline/online detection
Expand Down
51 changes: 46 additions & 5 deletions dist/offline-tiles-advanced-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 98e0dae

Please sign in to comment.