We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for small styles and for embeded conversion, it's convinient to have the MSS inlined into the mml file.
original carto did a check if a Stylesheet entry is not a string and assume it's already in {id, data} format https://github.com/mapbox/carto/blob/305107201d4f8c4a2b9118c0077dde904f4224ed/lib/carto/mml.js#L66
afaiu this would be rather simple with a similar check and carto.parseString here
carto.parseString
magnacarto/builder/builder.go
Line 81 in 9afaa31
The text was updated successfully, but these errors were encountered:
No branches or pull requests
for small styles and for embeded conversion, it's convinient to have the MSS inlined into the mml file.
original carto did a check if a Stylesheet entry is not a string and assume it's already in {id, data} format https://github.com/mapbox/carto/blob/305107201d4f8c4a2b9118c0077dde904f4224ed/lib/carto/mml.js#L66
afaiu this would be rather simple with a similar check and
carto.parseString
heremagnacarto/builder/builder.go
Line 81 in 9afaa31
The text was updated successfully, but these errors were encountered: