This repository has been archived by the owner on Apr 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Allow use of find/replace regex to compute property values #321
Comments
The regex half of this is covered by #233. |
We have a separate issue for regex support and have already implemented newline support. |
As noted above: the other issue is for regex support in filters. This is about regex support in functions. |
jfirebaugh
changed the title
Allow use of find/replace regex and
Allow use of find/replace regex to compute property values
Dec 22, 2016
\n
?
This issue was moved to mapbox/mapbox-gl-js#4100 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently we can't make use of the way duplex shields in the mapbox streets data are designed to be styled, because we can't use regex as part of values, and we also don't accept
\n
as a space for line wrapping. Is it feasible to implement the ability to use find/replace and\n
?The text was updated successfully, but these errors were encountered: