mapbox / mapbox-gl-style-spec

76 stars 38 forks source link

Ignore layout and paint properties for invalid layers #490

Closed scothis closed 8 years ago

scothis commented 8 years ago

Currently, if a style contains an invalid layer type and either a paint or layout property for that layer, the style validator will throw. Instead of throwing, these properties should be ignored, the layer type will still be reported as an error.

jfirebaugh commented 8 years ago

👍