Commit Graph

1217 Commits

Author SHA1 Message Date
Young Hahn
d689d6322c Update CHANGELOG. 2011-07-25 15:40:34 -04:00
Young Hahn
6128de0ada Update devDependencies to include latest sax. Closes #45. 2011-07-25 15:15:50 -04:00
Young Hahn
dc22dcaf76 Update README 2011-07-25 03:36:15 -04:00
Young Hahn
2d40272ada Update carto binary. 2011-07-25 03:35:55 -04:00
Young Hahn
e14d8f3720 Use Error objects. 2011-07-25 02:26:20 -04:00
Young Hahn
9165b20d53 Fix bad undefined errors var. 2011-07-22 17:14:03 -04:00
Young Hahn
5375ca0540 Initial gutting of externals. 2011-07-22 13:48:52 -04:00
Young Hahn
fa17fb5a8a Use relative require paths. 2011-07-22 12:27:38 -04:00
Konstantin Käfer
700a27ab0f Merge branch 'tilelive-refactoring'
Conflicts:
	lib/carto/renderer.js
2011-07-22 13:11:15 +02:00
Konstantin Käfer
c5c21aadc1 use process.nextTick to prevent race condition 2011-07-22 13:07:56 +02:00
Young Hahn
ff2142f2ab Fix bad destPath reference. 2011-07-21 11:48:20 -04:00
Tom MacWright
eea30fe6bb Merge branch 'master' of github.com:mapbox/carto 2011-07-21 10:34:09 -04:00
Tom MacWright
209df3edc5 Adding filter variable result 2011-07-21 10:34:01 -04:00
Young Hahn
193c99e4f8 Consistify local caching logic and allow local, non-relative shapefiles to be cached properly. 2011-07-20 19:20:21 -04:00
Young Hahn
51d6768ac4 Update md5sum for couchsurf.kml 2011-07-20 19:09:18 -04:00
Young Hahn
42de6fc05b Treat non-extension paths as directories. 2011-07-20 16:32:52 -04:00
Young Hahn
8b9c47dd7e 0.1.15 2011-07-20 13:57:32 -04:00
Young Hahn
62f1a5e3fd Update .gitignore 2011-07-20 13:57:14 -04:00
Young Hahn
b780ec7a43 Fix for Step group error. 2011-07-20 13:51:19 -04:00
Dane Springmeyer
1b06ce330e actually attempt to get the right .prj rather that just the first - closes #77 2011-07-15 18:26:13 -07:00
Konstantin Käfer
7433cbcdfe pass errors so that we have stack traces 2011-07-12 15:42:32 +02:00
Konstantin Käfer
6f5d62473d pass errors so that we have stack traces 2011-07-12 15:40:42 +02:00
Tom MacWright
02b4ff4008 Support variables in filters on the lhs 2011-07-01 13:26:45 -04:00
Tom MacWright
4d542319ad Merge branch 'master' of github.com:mapbox/carto 2011-06-30 13:35:44 -04:00
Tom MacWright
1285ddcccc Correctly noting incorrect operations on strings. 2011-06-30 13:35:31 -04:00
Dane Springmeyer
a8cbac9c78 sync with reference.json repo 2011-06-28 19:19:17 -07:00
Dane Springmeyer
71ea8a113b Merge pull request #69 from sk1p/master
add support for halos on shield text
2011-06-28 19:16:18 -07:00
Alexander Clausen
7484dd5a8d Add support for shield-halo-radius and shield-halo-fill 2011-06-29 04:08:29 +02:00
Tom MacWright
6b9e97f87c Fixes #21: de-dedup fontsets beyond the first. 2011-06-15 18:13:51 -04:00
Tom MacWright
c8b9051faf Support keyword arguments with underscores: Fixes
#57
2011-06-15 18:02:20 -04:00
Tom MacWright
4eac533d4f Update reference.json to support text placement-type, and built syntaxes. p=jeffschuler 2011-06-14 15:06:10 -04:00
Dane Springmeyer
9da2281b27 sync latest reference.json at 79fdabfc2f 2011-06-02 10:37:38 -07:00
Young Hahn
35ff838e10 Merge pull request #62 from YenTheFirst/patch-1
fix .rss and .* types to call callbacks correctly (set err to null, and f
2011-06-01 17:26:19 -07:00
Talin Salway
747845e647 fix .rss and .* types to call callbacks correctly (set err to null, and filename to the second argument) 2011-06-01 16:33:36 -07:00
Tom MacWright
80319a6b02 Tagging .14 instead 2011-06-01 10:20:47 -04:00
Tom MacWright
814da9e400 Tagging 0.1.14 2011-06-01 10:19:42 -04:00
Tom MacWright
0ee720f861 Noting this tag 2011-06-01 10:17:30 -04:00
Tom MacWright
7c48b75bd8 Permit optional-file datasources, including OGR. 2011-06-01 10:16:44 -04:00
Young Hahn
277d6a520c Derive datasource type from 'External' if possible. 2011-05-26 22:51:15 -04:00
Young Hahn
efb301b357 0.1.13 2011-05-26 17:22:33 -04:00
Young Hahn
5657da290c Proper handling of relative paths in local datasources. 2011-05-26 16:30:57 -04:00
Young Hahn
7001b8d4bb Write an .origin file in localized directories. 2011-05-26 14:28:22 -04:00
Young Hahn
9529575662 Improve externals handling of local files and clarify concepts of tmp files, data cache and local basepath. 2011-05-26 14:08:43 -04:00
Young Hahn
25008d9121 Node 0.2-friendly require paths. 2011-05-26 14:07:50 -04:00
Young Hahn
0e01bcd64e Add
> carto@0.1.12 pretest /home/devseed/tilemill/node_modules/carto
> npm install --dev

> carto@0.1.12 test /home/devseed/tilemill/node_modules/carto
> make test

./node_modules/.bin/expresso -I lib test/*.test.js script.
2011-05-26 11:04:51 -04:00
Young Hahn
26ae82fb23 Fix test requires. 2011-05-26 11:04:31 -04:00
Young Hahn
210d0be7bd Node 0.4 compatibility. 2011-05-26 11:04:20 -04:00
Will White
227fd0ee6e 0.1.12 2011-05-25 15:03:50 -04:00
Young Hahn
0942f5bd1a Don't use External() for non-file datasources. 2011-05-25 13:59:24 -04:00
Young Hahn
dfa2af8a23 Fix require paths for test. 2011-05-25 13:57:35 -04:00