diff --git a/test/errorhandling/issue119.mml b/test/errorhandling/issue119.mml new file mode 100644 index 0000000..c42e776 --- /dev/null +++ b/test/errorhandling/issue119.mml @@ -0,0 +1,14 @@ +{ + "srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over", + "Stylesheet": [ + "issue119.mss" + ], + "Layer": [{ + "name": "countries", + "srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over", + "Datasource": { + "file": "http://tilemill-data.s3.amazonaws.com/test_data/shape_demo.zip", + "type": "shape" + } + }] +} diff --git a/test/errorhandling/issue119.mss b/test/errorhandling/issue119.mss new file mode 100644 index 0000000..2781cb4 --- /dev/null +++ b/test/errorhandling/issue119.mss @@ -0,0 +1,3 @@ +#countries { + background-color:#f00; +} diff --git a/test/errorhandling/issue124.mml b/test/errorhandling/issue124.mml new file mode 100644 index 0000000..6c1b45a --- /dev/null +++ b/test/errorhandling/issue124.mml @@ -0,0 +1,14 @@ +{ + "srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over", + "Stylesheet": [ + "issue124.mss" + ], + "Layer": [{ + "name": "countries", + "srs": "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over", + "Datasource": { + "file": "http://tilemill-data.s3.amazonaws.com/test_data/shape_demo.zip", + "type": "shape" + } + }] +} diff --git a/test/errorhandling/issue124.mss b/test/errorhandling/issue124.mss new file mode 100644 index 0000000..2dca68b --- /dev/null +++ b/test/errorhandling/issue124.mss @@ -0,0 +1,5 @@ +#countries { + [NAME = 14]{ + polygon-pattern-file: url(stripe8.png; + } +}