mapbox / carto

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

"from code" example in readme omits some information #421

Closed nebulon42 closed 7 years ago

nebulon42 commented 8 years ago

What took me quite some time to understand was that you have to expand the referenced style files in the MML yourself. This is what carto does in https://github.com/mapbox/carto/blob/master/bin/carto#L150-L155.

Is this really the case or am I missing something? In the first case the code example maybe should be expanded to reflect this necessity.