Commit Graph

855 Commits

Author SHA1 Message Date
Tom MacWright
fbf9b22931 Supporting attributes: {} on layers. Includes tests. 2011-08-30 18:20:13 -04:00
Tom MacWright
73ab87dcce Updating tests to deal with correct symbolizer order. Fixes #60 2011-08-30 16:51:24 -04:00
Tom MacWright
42e3260386 Addressing #60, but this could be cleaner 2011-08-30 16:42:20 -04:00
Tom MacWright
07db7bdf59 Minor touchups 2011-08-26 17:42:43 -04:00
Tom MacWright
fd32a1a50c Straighten out layer formatting. Fixes #93. 2011-08-24 12:40:05 -04:00
Tom MacWright
7c2a5aa9a1 Fix multiple inheritance, fixes #74. Introduces Filterset.clone() 2011-08-24 11:22:44 -04:00
Tom MacWright
963418abb5 Porting c5cb070e05e87e9a70e7d305e460f2b9127282c0 from less.js 2011-08-24 11:06:39 -04:00
Tom MacWright
19e77cd8ab Refining syntax, reducing jslint warnings 2011-08-22 17:19:11 -04:00
Tom MacWright
cbc34d3fbb Fixing rare op-precedence caused bug with zoom levels. Fixes #81 2011-08-22 17:18:48 -04:00
Tom MacWright
86e79b9b2c Fixing high zoom levels, adding test. Addresses #48, needs confirmation 2011-08-19 14:46:43 -04:00
Tom MacWright
2a9f4d5523 Report correct version number when next tag is made. Fixes #88 2011-08-19 13:42:51 -04:00
AJ Ashton
322ece44de Clarifying font-directory situation. 2011-08-18 00:42:24 -03:00
Young Hahn
d3b16a4f12 Add text-align. 2011-08-04 17:10:26 -04:00
Young Hahn
25e1757597 Accept valid Map properties directly from input mml object. 2011-07-27 17:16:01 -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
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
42de6fc05b Treat non-extension paths as directories. 2011-07-20 16:32:52 -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
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
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
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
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
0942f5bd1a Don't use External() for non-file datasources. 2011-05-25 13:59:24 -04:00
Young Hahn
bb04c13873 More descriptive error for missing files. 2011-05-25 03:12:14 -04:00
Young Hahn
b32d7140f4 Final step should not throw error. 2011-05-25 03:12:03 -04:00
Young Hahn
756d5fb913 Use on() instead of once() for node 0.2.x compatibility. 2011-05-25 01:29:24 -04:00
Young Hahn
a4f2d4af00 Update initialize to not use parallel(). 2011-05-24 22:19:52 -04:00
Young Hahn
6e2d0e1b22 Add manual aliasing to External. 2011-05-24 15:09:58 -04:00
Young Hahn
a29f407c3e Cleanup flow for localization, ensureSRS. 2011-05-24 11:34:33 -04:00
AJ Ashton
d3da3d1b27 Adding text-opacity. Refs #50 2011-05-22 16:45:02 -04:00