mapbox / carto

fast CSS-like map stylesheets
https://cartocss.readthedocs.io/
Apache License 2.0
652 stars 129 forks source link

Attempt to support reading files ending in .yml #515

Open amandasaurus opened 1 year ago

amandasaurus commented 1 year ago

If a style file ends in .yml (rather than .mml), carto(1) won't work on it, even though .mml files are YAML files.

With this (not very well tested) change, I think this makes carto read .yml files.

amandasaurus commented 1 year ago

any updates on this PR?