You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Some symbolizer properties have default values that can't be expressed in carto. For example, line-dasharray defaults to "none", but only numbers are accepted. This makes it impossible to turn off dashes.
“none” would be the correct way to express this. There’s no way in CSS to express default values either, but there are simple ways to turn things off like in Andy’s line-dasharray example.
Some symbolizer properties have default values that can't be expressed in carto. For example, line-dasharray defaults to "none", but only numbers are accepted. This makes it impossible to turn off dashes.
Invalid value for line-dasharray, a valid numbers is expected. none was given.
text-spacing is another example, where it's impossible to re-establish the default value (no repeated labels) after a value is set.
Sometimes it's possible to bodge the results, like setting line-dasharray to be 100,0 or text-spacing to 10000000000. But these are just bodges!
The text was updated successfully, but these errors were encountered: