Skip to content

Commit fe882ea

Browse files
committed
Clarify that list placement-type not supported by CartoCSS
1 parent 0b0f20f commit fe882ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

4.2.0/reference.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@
14111411
},
14121412
"placement-type": {
14131413
"css": "shield-placement-type",
1414-
"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.",
1414+
"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. The `list` placement type is not supported by CartoCSS.",
14151415
"type": [
14161416
"dummy",
14171417
"simple",
@@ -2529,7 +2529,7 @@
25292529
},
25302530
"placement-type": {
25312531
"css": "text-placement-type",
2532-
"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.",
2532+
"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. The `list` placement type is not supported by CartoCSS.",
25332533
"type": [
25342534
"dummy",
25352535
"simple",

0 commit comments

Comments
 (0)