Commit Graph

86 Commits

Author SHA1 Message Date
Konstantin Käfer a0c816c691 check that the file is in write mode 2011-07-18 14:21:50 +02:00
Will White 5924f22cf3 0.1.1 2011-07-14 12:19:40 -04:00
Konstantin Käfer 84509fd0dd unwatch files when removing them from the cache 2011-07-13 21:58:11 +02:00
Konstantin Käfer 1426060f44 update readme 2011-07-13 16:52:44 +02:00
Konstantin Käfer 1d7f9104c1 Merge branch 'tilelive-refactoring'
Conflicts:
	lib/mbtiles.js
	package.json
2011-07-13 16:49:04 +02:00
Konstantin Käfer 69ba7cbbb1 add reloading of database and test 2011-07-11 17:51:39 +02:00
Konstantin Käfer c767df7ee6 remove race condition from parallel writing 2011-07-11 15:44:56 +02:00
Konstantin Käfer a647e84431 convert to eventemitter format with caching 2011-07-08 21:40:40 +02:00
Konstantin Käfer 4abe725ed8 typo 2011-07-08 16:24:05 +02:00
Konstantin Käfer 0dc04d0840 support .. as well 2011-07-08 16:22:12 +02:00
Konstantin Käfer 732033fc5c add protocol register function 2011-07-08 16:03:16 +02:00
Konstantin Käfer 491f49570d allow using relative paths 2011-07-08 16:03:08 +02:00
Konstantin Käfer c6dc413816 more docs 2011-07-07 23:16:18 +02:00
Konstantin Käfer a1b02f2cf2 add docs and remove old write methods 2011-07-07 23:09:19 +02:00
Konstantin Käfer bdb387ce10 add grid writing test 2011-07-07 22:54:25 +02:00
Konstantin Käfer 1e38f3d1a9 fix errors 2011-07-07 22:54:10 +02:00
Konstantin Käfer f244fe5517 refactor tile writing 2011-07-07 22:52:29 +02:00
Konstantin Käfer c0fb0fd2a6 first shot at putTile 2011-07-07 21:04:11 +02:00
Konstantin Käfer bce3cfcc58 rename non-public functions and variables to begin with an underscore 2011-07-07 15:10:26 +02:00
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
Will White 59d67b8659 0.0.5 2011-06-29 18:02:18 -04:00
Konstantin Käfer 75bbccab9b parse in the try/catch 2011-06-29 20:57:08 +02:00
Konstantin Käfer c1c56a244f fix tests 2011-06-29 20:56:32 +02:00
Tom MacWright 476d1e49f6 Merge branch 'master' of github.com:mapbox/node-mbtiles 2011-06-29 13:58:18 -04:00
Tom MacWright ae7a8aa236 Tagging 0.0.4. 2011-06-29 13:58:07 -04: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 537a70611f don't call the callback twice in case it fails 2011-06-28 23:44:44 +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