Add oneline test
This commit is contained in:
parent
78b3a5a5d4
commit
8603799fa7
15
test/rendering/oneline_url.mml
Normal file
15
test/rendering/oneline_url.mml
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"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": [
|
||||
"oneline_url.mss"
|
||||
],
|
||||
"Layer": [{
|
||||
"class": "new",
|
||||
"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"
|
||||
}
|
||||
}]
|
||||
}
|
1
test/rendering/oneline_url.mss
Normal file
1
test/rendering/oneline_url.mss
Normal file
@ -0,0 +1 @@
|
||||
#countries { one/marker-file: url(http://upload.wikimedia.org/wikipedia/commons/7/72/Cup_of_coffee.svg); }
|
5
test/rendering/oneline_url.result
Normal file
5
test/rendering/oneline_url.result
Normal file
@ -0,0 +1,5 @@
|
||||
<Style name="layer" filter-mode="first" >
|
||||
<Rule>
|
||||
<MarkersSymbolizer file="http://upload.wikimedia.org/wikipedia/commons/7/72/Cup_of_coffee.svg" />
|
||||
</Rule>
|
||||
</Style>
|
Loading…
Reference in New Issue
Block a user