Skip to content

Commit

Permalink
Add list placement to text and shield symbolizers from 2.1.0 onwards.
Browse files Browse the repository at this point in the history
References #45

Enables a CartoCSS workaround - see
 mapbox/carto#238 (comment)
  • Loading branch information
gravitystorm committed Jul 12, 2013
1 parent 1eb8f7b commit f07f64f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion 2.1.0/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,8 @@
"doc": "Re-position and/or re-size text to avoid overlaps. \"simple\" for basic algorithm (using text-placements string,) \"dummy\" to turn this feature off.",
"type": [
"dummy",
"simple"
"simple",
"list"
],
"default-value": "dummy"
},
Expand Down
3 changes: 2 additions & 1 deletion 2.1.1/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,8 @@
"doc": "Re-position and/or re-size text to avoid overlaps. \"simple\" for basic algorithm (using text-placements string,) \"dummy\" to turn this feature off.",
"type": [
"dummy",
"simple"
"simple",
"list"
],
"default-value": "dummy"
},
Expand Down
6 changes: 4 additions & 2 deletions latest/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,8 @@
"doc": "Re-position and/or re-size shield to avoid overlaps. \"simple\" for basic algorithm (using shield-placements string,) \"dummy\" to turn this feature off.",
"type": [
"dummy",
"simple"
"simple",
"list"
],
"default-value": "dummy"
},
Expand Down Expand Up @@ -1691,7 +1692,8 @@
"doc": "Re-position and/or re-size text to avoid overlaps. \"simple\" for basic algorithm (using text-placements string,) \"dummy\" to turn this feature off.",
"type": [
"dummy",
"simple"
"simple",
"list"
],
"default-value": "dummy"
},
Expand Down

0 comments on commit f07f64f

Please sign in to comment.