mapbox / simplestyle-spec

A simple styling convention for GeoJSON data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More restrictive allowed options

willwhite opened this issue · comments

We should put in some more restrictive allowed values for marker-size and marker-symbol. For marker-size, we should just support small, medium, and large. For marker-symbol, we should state that any maki icon name is supported, plus a-z and 0-9.

I think we can remove marker-shape for now since we can only support pin anyway. We can revisit it once we decide to add support for other shapes.