139 Commits

Author SHA1 Message Date
Javier Abadia
ab53a32f1e fixed show tiles - now we only show tiles that belong to the same basemap 2014-07-16 13:22:30 -07:00
Javier Abadia
552797bf9d this piece of code broke if we had tiles coming from a tpk in our indexeddb 2014-07-16 09:27:59 -07:00
Andy Gup
58c3b4d34d fixed proxy bug 2014-07-08 10:24:32 -06:00
Andy Gup
40963cb79b fixed minor scope issue 2014-06-11 13:19:00 -06:00
Andy Gup
a068e05cd9 fixed scope on _lastTileUrl 2014-06-11 13:09:13 -06:00
Andy Gup
472d7889f6 minor tweak to state property checking 2014-06-11 12:34:37 -06:00
Andy Gup
548359998a misc. cleanup. Renaming. Deleting old files. 2014-06-11 09:29:02 -06:00
Andy Gup
db81c7e920 added code comments 2014-06-10 14:21:22 -06:00
Andy Gup
5225ce1cda tweaked how getMinZoom and getMaxZoom are returned. 2014-06-10 14:20:07 -06:00
Andy Gup
17f7afc872 added getMinZoom, getMaxZoom. Not recalculated for load performance 2014-06-10 14:16:01 -06:00
Andy Gup
8e74f6bf00 added getLevel() 2014-06-10 13:17:51 -06:00
Andy Gup
3b5baf15e9 corrected else/if 2014-06-10 12:57:37 -06:00
Andy Gup
687a8a08fd added a few code comments 2014-06-10 12:50:45 -06:00
Andy Gup
2b02f1dc2f this works correctly when no tiles have been stored. 2014-06-10 12:45:54 -06:00
Andy Gup
360b8b925f check of localStorage support 2014-06-10 12:35:22 -06:00
Andy Gup
1ee42ff4bc renamed offlineTilesEnabler2.js to OfflineTilesEnablerLayer 2014-06-10 09:10:10 -06:00
Andy Gup
3ab39662fc removed typo. Added back spatialReference. Fixes feature disappearing bug. 2014-06-09 17:56:35 -06:00
Andy Gup
a8e84d5403 changed _imageType and modified scope 2014-06-09 14:02:09 -06:00
Andy Gup
177dacdae1 minor cleanup 2014-06-09 13:18:19 -06:00
Andy Gup
c5f7542155 test to fully extend TiledMapServiceLayer. Some minor errors 2014-06-08 21:24:56 -06:00
Andy Gup
43c92cc47b test switch callback location 2014-06-08 12:55:46 -06:00
Andy Gup
d70d3f3ea7 moved callback to after db init 2014-06-06 11:01:20 -06:00
Andy Gup
39493e8788 added detect and verify for websql 2014-06-06 10:32:28 -06:00
Andy Gup
6e26fe1b48 tweaked code comment 2014-06-06 09:29:08 -06:00
Andy Gup
7e8018c4d9 added a check for offline state. Changes life cycle of library 2014-06-05 17:19:32 -06:00
Andy Gup
4e2e0a3994 correctly detect tile image type 2014-06-04 17:32:50 -06:00
Andy Gup
48e314a072 fixed improper usage 2014-06-04 16:34:13 -06:00
Andy Gup
1ebdd0d782 fixed improper usage 2014-06-04 16:33:57 -06:00
Andy Gup
86f7e334a1 fixed bug. Now properly traps undefined results 2014-05-23 16:05:30 -06:00
Matt Driscoll
a44157ffeb jshint files. Some still need some work but I didn't want to break anything. 2014-05-15 16:01:51 -07:00
Javier Abadia
6585928cf3 more JSLint fixes 2014-04-26 19:13:34 +02:00
Javier Abadia
0e3ccbb503 renamed dbStore to TilesStore 2014-04-04 00:34:54 +02:00
Javier Abadia
be8c36f827 add test for duplicate tile store 2014-04-04 00:34:54 +02:00
andygup
93032774b8 Fixes issue #155 2014-04-03 12:23:09 -06:00
andygup
0d1baa2422 added error handling to estimateTileSize() 2014-04-01 15:15:57 -06:00
andygup
fd91127b2d added assert statement to detect if img is undefined 2014-03-31 18:09:35 -06:00
andygup
b9b5b550ce removed getTileUrl() call 2014-03-31 17:34:12 -06:00
andygup
154bfb115c tweaked and renamed getTileUrls to getTileUrlsByExtent to prevent confusion with getTileUrl override 2014-03-30 17:31:00 -06:00
andygup
b02cfdfc8a fixed minor bugs in new helper methods 2014-03-30 17:01:15 -06:00
andygup
bf86761554 added getExtentBuffer and getTileUrls to offlineTileEnabler 2014-03-30 16:46:09 -06:00
andygup
b8093738fc fixed broken license link 2014-03-12 01:29:46 -06:00
andygup
e5b83c7cf7 Added link to the MIT license 2014-03-12 01:16:40 -06:00
andygup
3fe404f429 added MIT license and readme for FileSaver.js 2014-03-12 01:11:40 -06:00
Andy
4e433ed575 Merge pull request #130 from jabadia/jabadia-smaller-font
smaller font
2014-03-02 10:11:30 -07:00
Javier Abadia
04e82eb8d3 smaller font 2014-03-02 18:03:35 +01:00
Javier Abadia
2e766176b0 Convert offlineTileEnabler to a Class
closes #124
2014-03-02 17:50:53 +01:00
Andy
4a7f48568c Merge pull request #128 from jabadia/nodata-tile
display a generic "no data" tile for tiles not present in the cache
2014-03-02 09:36:32 -07:00
Javier Abadia
a1cfc76ca2 display a generic "no data" tile for tiles not present in the cache
closes #117
2014-03-02 17:18:26 +01:00
Javier Abadia
ab05a7661e improving phantom graphics symbology 2014-03-02 15:48:49 +01:00
Javier Abadia
76fd8e9270 improve return values in tile manager reportProgress callback
closes #114
2014-02-27 23:21:38 +01:00