mapbox / simplespec-to-gl-style

Converts GeoJSON styled with simplestyle-spec to a GL Style
ISC License
31 stars 6 forks source link

Do not hardcode source layer #9

Closed bsudekum closed 8 years ago

bsudekum commented 8 years ago

Closes https://github.com/mapbox/simplespec-to-gl-style/issues/5

This makes it so that each source name is a unique name so we do not steal/overwrite the geojson name space.

/cc @jfirebaugh

jfirebaugh commented 8 years ago

:+1: