From b8401d5a757e7e06afb480790a89ea8935fe939a Mon Sep 17 00:00:00 2001 From: Lukas Sommer Date: Sat, 12 May 2018 18:18:48 +0000 Subject: [PATCH] Update also the previous API versions --- 3.0.0/reference.json | 8 ++++---- 3.0.3/reference.json | 8 ++++---- 3.0.6/reference.json | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/3.0.0/reference.json b/3.0.0/reference.json index 12e8c70..dbba919 100644 --- a/3.0.0/reference.json +++ b/3.0.0/reference.json @@ -1134,8 +1134,8 @@ "type": "string", "expression":true, "default-value": "\" \"", - "default-meaning": "Lines will be wrapped when whitespace is encountered.", - "doc": "Use this character instead of a space to wrap long names." + "default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.", + "doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules." }, "halo-fill": { "css": "shield-halo-fill", @@ -2093,8 +2093,8 @@ "type": "string", "expression":true, "default-value": "\" \"", - "default-meaning": "Lines will be wrapped when whitespace is encountered.", - "doc": "Use this character instead of a space to wrap long text." + "default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.", + "doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules." }, "repeat-wrap-character": { "css": "text-repeat-wrap-character", diff --git a/3.0.3/reference.json b/3.0.3/reference.json index e310251..92a1316 100644 --- a/3.0.3/reference.json +++ b/3.0.3/reference.json @@ -1140,8 +1140,8 @@ "type": "string", "expression":true, "default-value": "\" \"", - "default-meaning": "Lines will be wrapped when whitespace is encountered.", - "doc": "Use this character instead of a space to wrap long names." + "default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.", + "doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules." }, "halo-fill": { "css": "shield-halo-fill", @@ -2099,8 +2099,8 @@ "type": "string", "expression":true, "default-value": "\" \"", - "default-meaning": "Lines will be wrapped when whitespace is encountered.", - "doc": "Use this character instead of a space to wrap long text." + "default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.", + "doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules." }, "repeat-wrap-character": { "css": "text-repeat-wrap-character", diff --git a/3.0.6/reference.json b/3.0.6/reference.json index 9236e96..213d443 100644 --- a/3.0.6/reference.json +++ b/3.0.6/reference.json @@ -1140,8 +1140,8 @@ "type": "string", "expression":true, "default-value": "\" \"", - "default-meaning": "Lines will be wrapped when whitespace is encountered.", - "doc": "Use this character instead of a space to wrap long names." + "default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.", + "doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules." }, "halo-fill": { "css": "shield-halo-fill", @@ -2099,8 +2099,8 @@ "type": "string", "expression":true, "default-value": "\" \"", - "default-meaning": "Lines will be wrapped when whitespace is encountered.", - "doc": "Use this character instead of a space to wrap long text." + "default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.", + "doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules." }, "repeat-wrap-character": { "css": "text-repeat-wrap-character",