Commit Graph

888 Commits

Author SHA1 Message Date
Tom MacWright
b05c3e99ec Adding support for external URLs. Test on deck. 2011-01-26 12:24:35 -05:00
Konstantin Käfer
b49e0be3e2 resolve race condition with multiple stylesheets:
The group() that is incrementing the wait counter was called in the readFile callback. This means that depending on IO speed, it sometimes fired before the others, sometimes after the others. This lead to situations where sometimes, stylesheets were not decoded correctly.
2011-01-26 11:49:53 -05:00
Konstantin Käfer
7f033b640d include the renamed file 2011-01-26 11:49:38 -05:00
Konstantin Käfer
fca6f37a7f rename ZoomFilter to Zoom to reflect that it's no longer treated as a Filter 2011-01-26 11:36:07 -05:00
Konstantin Käfer
d772884d13 Merge branch 'master' of github.com:developmentseed/mess.js 2011-01-26 11:35:10 -05:00
Konstantin Käfer
51f12c9198 split up zoomlevels into a separate thing. they are no longer in the filters array 2011-01-26 11:34:51 -05:00
Tom MacWright
314035e5d7 Fixing renderer code style. 2011-01-26 11:31:35 -05:00
Tom MacWright
5b73415aeb Adding background color attribute test. 2011-01-26 11:19:10 -05:00
Tom MacWright
9c63244438 Adding cross-stylesheet variable tests. 2011-01-26 11:14:09 -05:00
Tom MacWright
f0bab393f0 Fixing multiple on-disk stylesheets. Fixes #67. 2011-01-26 11:12:42 -05:00
Tom MacWright
345f3ddf97 Adding simple variable test 2011-01-26 10:57:04 -05:00
Konstantin Käfer
5bd5b0fe9d handle partial overrides correctly 2011-01-25 19:09:02 -05:00
Konstantin Käfer
d155a5ad5e add individual rules in the test for now until we implemented merging 2011-01-25 18:41:47 -05:00
Konstantin Käfer
d27a9cf2d1 test zoomlevels 2011-01-25 18:38:46 -05:00
Konstantin Käfer
cfac34fef8 fix #63: support = for zoomlevels 2011-01-25 18:21:53 -05:00
Konstantin Käfer
7798757cb6 always assert 2011-01-25 18:14:40 -05:00
Konstantin Käfer
27c52cd77c use .result instead of .xml 2011-01-25 18:09:46 -05:00
Konstantin Käfer
903f6ffa92 test comments without spaces 2011-01-25 18:06:07 -05:00
Konstantin Käfer
4ea6e22626 use console.warn instead of console.log for error messages 2011-01-25 18:04:31 -05:00
Konstantin Käfer
5efdd4adec Merge branch 'master' of github.com:developmentseed/mess.js 2011-01-25 17:42:34 -05:00
Konstantin Käfer
5c9f7e7446 remove old tests 2011-01-25 17:41:53 -05:00
Tom MacWright
bf349d6799 Merge branch 'master' of github.com:developmentseed/mess.js 2011-01-25 17:38:36 -05:00
Tom MacWright
9a308f6568 Fontset tests. 2011-01-25 17:38:32 -05:00
Konstantin Käfer
14f59dfb77 Merge branch 'master' of github.com:developmentseed/mess.js 2011-01-25 17:38:04 -05:00
Konstantin Käfer
62baf1c12d support running individual tests 2011-01-25 17:37:55 -05:00
Tom MacWright
925ead096b Never print debugging to stdout. Fixes #64 2011-01-25 17:37:09 -05:00
Konstantin Käfer
b38e619c4f Merge branch 'master' of github.com:developmentseed/mess.js
Conflicts:
	Makefile
2011-01-25 17:14:01 -05:00
Konstantin Käfer
1ba9f883d9 always run make test 2011-01-25 17:13:37 -05:00
Konstantin Käfer
2cac316875 make test works when there is only one layer in the mml file 2011-01-25 17:12:45 -05:00
Tom MacWright
241d5e9b0a Re-add PHONY line, stupid me 2011-01-25 17:10:47 -05:00
Konstantin Käfer
cdeeeb4bbe change external to local 2011-01-25 17:09:06 -05:00
Konstantin Käfer
d4815d9386 don't use localhost 2011-01-25 17:08:27 -05:00
Tom MacWright
13341e1792 Removing makefile detritus 2011-01-25 16:48:24 -05:00
Tom MacWright
fec9ff60ac Re-add required properties. Fixes #61. 2011-01-25 16:44:18 -05:00
Tom MacWright
00d144bc08 Gracefully handle failing XML files, for error reporting 2011-01-25 16:15:20 -05:00
Konstantin Käfer
cc746a591e make sure we're not iterating over filters other than zoomfilter 2011-01-25 16:10:37 -05:00
Konstantin Käfer
21be74b487 ignore absolute paths in test 2011-01-25 15:49:22 -05:00
Konstantin Käfer
57eddba1ca Merge branch 'master' of github.com:developmentseed/mess.js 2011-01-25 15:42:35 -05:00
Konstantin Käfer
dc659fef8d find shapefiles asynchronously in unzipped folders 2011-01-25 15:42:14 -05:00
Young Hahn
948710c151 Add External to mess exports. 2011-01-25 15:28:33 -05:00
Konstantin Käfer
53ba7f6bd6 use smaller test file to have tests run faster 2011-01-25 14:54:03 -05:00
Konstantin Käfer
083b4c2dd2 make paths relative to root of repository 2011-01-25 14:45:07 -05:00
Konstantin Käfer
cabbf4380c gitignore file 2011-01-25 14:44:09 -05:00
Konstantin Käfer
86ffbd87a1 test file 2011-01-25 14:43:45 -05:00
Konstantin Käfer
9358b8b58f add names to functions to be more descriptive 2011-01-25 14:40:39 -05:00
Konstantin Käfer
1e17152cf0 use different callbacks for error and success 2011-01-25 14:38:37 -05:00
Konstantin Käfer
5a4184882a fix #60: don't download the same file twice 2011-01-25 14:17:08 -05:00
Konstantin Käfer
b5dbd8f3b3 update test to reflect changes in filter simplification 2011-01-25 14:16:25 -05:00
Konstantin Käfer
3b102afc8e use full URL for status messages 2011-01-25 14:16:03 -05:00
Konstantin Käfer
1f9553968f fix #57: correctly chunk comments that are not separate by whitespace 2011-01-25 13:39:10 -05:00