Commit Graph

62 Commits

Author SHA1 Message Date
Konstantin Käfer 49d99af3bd fix for center 2011-07-06 14:17:14 +02:00
Konstantin Käfer e4f47b91a2 load center 2011-07-06 13:53:06 +02:00
Konstantin Käfer be5f442f7f add first new-world putTile() function 2011-07-05 19:27:44 +02:00
Konstantin Käfer 49cf70c0ab mbtiles are tms 2011-06-30 19:36:13 +02:00
Konstantin Käfer 3f4044a02b the header name is ETag, not E-Tag 2011-06-30 12:09:53 +02:00
Konstantin Käfer c1c56a244f fix tests 2011-06-29 20:56:32 +02:00
Konstantin Käfer 096408f44e don't call the callback twice in case it fails
Conflicts:

	lib/mbtiles.js
2011-06-29 14:44:24 +02:00
Konstantin Käfer b20f0937b8 change interface to XYZ 2011-06-28 20:11:35 +02:00
Konstantin Käfer 92fe4ae9db reformat 2011-06-28 18:09:12 +02:00
Konstantin Käfer 0e637e27e6 add size 2011-06-28 18:08:56 +02:00
Konstantin Käfer f5c87a14fa pass header information with a .getTile() request 2011-06-28 16:47:23 +02:00
Konstantin Käfer 413ecb3b57 update bin/mb* utils 2011-06-28 15:12:56 +02:00
Konstantin Käfer 50c87fbee4 update version number and add changelog 2011-06-28 15:04:40 +02:00
Konstantin Käfer fcca6a4dc3 update test to reflect new arguments order 2011-06-28 14:52:48 +02:00
Konstantin Käfer 13f73ee769 Merge branch 'master' into tilelive-refactoring 2011-06-28 14:45:45 +02:00
Konstantin Käfer e87e8a89ab add test mbtiles file to gitignore 2011-06-28 14:43:32 +02:00
Konstantin Käfer fdcbfcbb7a add gitignore 2011-06-28 14:43:00 +02:00
Konstantin Käfer 36bdc51821 change x, y, z, to z, x, y 2011-06-27 20:34:10 +02:00
Konstantin Käfer d87ca40681 safe handling of malformed databases 2011-06-27 19:57:07 +02:00
Konstantin Käfer 9f08ae3e26 add tests with empty/non-existent database 2011-06-27 19:39:41 +02:00
Konstantin Käfer e643a5bbc0 change tests to new interface 2011-06-27 19:29:08 +02:00
Konstantin Käfer c85cd5d6de update main entry point 2011-06-27 15:37:39 +02:00
Konstantin Käfer 4a8b9ad111 use new tilesource interface 2011-06-27 15:31:56 +02:00
Konstantin Käfer 4d8da2dbae Merge branch 'master' of github.com:mapbox/node-mbtiles into tilelive-refactoring
Conflicts:
	lib/mbtiles.js
2011-06-27 09:34:32 +02:00
Konstantin Käfer fc8164249e add missing require 2011-06-24 10:01:56 +02:00
Konstantin Käfer 19cf7bee5d add dependency to sphericalmercator so that we can move the .info method to mbtiles 2011-06-24 09:56:45 +02:00
Will White c0ed6d34ec Return proper "not found" error when utfgrid tables are missing. 2011-06-23 13:43:05 -04:00
Konstantin Käfer c5660f598d first stab at online tiles 2011-06-21 21:45:38 +02:00
Konstantin Käfer 6fe47f5fa9 return real error objects 2011-06-21 16:39:14 +02:00
Young Hahn 3d87da5920 0.0.3 2011-05-19 18:34:51 -04:00
Young Hahn 7d23b5cd7c Update tilelive pool factory create method to pass errors. 2011-05-19 18:27:28 -04:00
Young Hahn 4dfaa8dc9c Bump version. 2011-05-19 18:05:33 -04:00
Young Hahn 2fbbec02c1 Update binaries. 2011-05-19 18:04:07 -04:00
Young Hahn 964ead7426 Consistify formatting. 2011-05-19 17:50:48 -04:00
Young Hahn 485342a9e8 Add mbrekey. 2011-05-19 17:25:50 -04:00
Young Hahn d16d40896c Add mbcompact. 2011-05-19 16:52:19 -04:00
Young Hahn abb44d9a08 Add mbpipe 2011-05-19 15:03:27 -04:00
Young Hahn 60ced08a98 Update mbcheck. 2011-05-19 14:45:16 -04:00
Young Hahn 528fdf2625 Add mbcheck. 2011-05-19 14:42:17 -04:00
Young Hahn c31d820313 Consistify README with package.json description. 2011-05-19 13:04:55 -04:00
Young Hahn bc8581bcad Update README.md 2011-05-19 13:00:11 -04:00
Young Hahn 41861caf26 Update package.json with new module name. 2011-05-18 11:59:22 -04:00
Young Hahn 63e1123708 Remove test output when complete. 2011-05-18 11:58:14 -04:00
Konstantin Käfer 603f9bde1e create mbtiles file 2011-05-13 18:57:34 -04:00
Konstantin Käfer 4a8b27e5fe test for new amount of files 2011-05-13 18:11:13 -04:00
Konstantin Käfer 22cd331ef7 add rest of the grids too 2011-05-13 18:10:58 -04:00
Konstantin Käfer ed9eeaff50 also fix different schema 2011-05-13 17:29:41 -04:00
Konstantin Käfer d265bf2525 test non-existant grid 2011-05-13 15:57:37 -04:00
Konstantin Käfer 14d969e810 add grid tests and return error with invalid grid 2011-05-13 15:51:52 -04:00
Konstantin Käfer e02b1a84bd use correct amount of test images 2011-05-13 14:04:01 -04:00