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 |
|
AJ Ashton
|
c985e85d6d
|
Adding support for point-opacity. Closes #51.
|
2011-05-22 15:00:14 -04:00 |
|
Will White
|
70488bb610
|
Pass by files that don't have downloadable datasources.
|
2011-05-19 14:26:51 -04:00 |
|
Tom MacWright
|
4c30131e4f
|
Merging package. Supporting variables in filters
|
2011-05-17 13:54:44 -04:00 |
|
Tom MacWright
|
3212f74ff7
|
Never call console.log in carto
|
2011-05-17 13:52:59 -04:00 |
|
Tom MacWright
|
b57ca6b54d
|
Javascript: whoah, what is up with your number system.
|
2011-05-13 08:36:44 -04:00 |
|
Tom MacWright
|
8e12df5252
|
Merge branch 'master' of github.com:mapbox/carto
|
2011-05-12 14:43:37 -04:00 |
|
Tom MacWright
|
8e8eaba3c1
|
Fixing bad-mode-as-string problem.
|
2011-05-12 14:43:25 -04:00 |
|
Dane Springmeyer
|
f5fee15c91
|
add +wktext to all spherical mercator proj4 strings
|
2011-05-12 11:33:58 -07:00 |
|
Dane Springmeyer
|
c03b6334c6
|
add +over to proj4 mercator definitions - see https://github.com/mapbox/tilemill/issues/330
|
2011-05-10 17:07:23 -07:00 |
|
Dane Springmeyer
|
a57b08dc95
|
add +over to proj4 mercator definitions - see https://github.com/mapbox/tilemill/issues/330
|
2011-05-10 17:05:07 -07:00 |
|
Tom MacWright
|
ba332becd3
|
JSHint cleanup
|
2011-05-10 17:34:07 -04:00 |
|