We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The wiki doesn't explicit tells that it's required, but more so:
LayerComponent { [...] @Input() type?: 'symbol ....' }
type
Tested with demo/geojson-line : removing type: "line" results in no line drawn.
type: "line"
The text was updated successfully, but these errors were encountered:
Indeed, I blindly followed @types/mapbox-gl there which blindly followed the official spec https://www.mapbox.com/mapbox-gl-js/style-spec#layer-type Not a big deal, Angular doesn't even check that 😄
@types/mapbox-gl
Sorry, something went wrong.
8cdc2fa
fix(layer): type is not optional
b9edaac
fix #4
No branches or pull requests
The wiki doesn't explicit tells that it's required, but more so:
type
shouldn't be optional.Tested with demo/geojson-line : removing
type: "line"
results in no line drawn.The text was updated successfully, but these errors were encountered: