Closed kannes closed 1 year ago
This seems to be a mismatch between the documentation and the schema, both of which are taken directly from Vega-Lite.
This should be updated in the Vega-Lite documentation/docstring to indicate that only lower case is allowed or in the schema to allow upper case (it currently works but the schema flags it as an error). Closing it here since there is nothing to do from the altair side of things.
https://altair-viz.github.io/user_guide/generated/core/altair.Projection.html#altair.Projection says its
type
parameter is case-insensitive:This value is case-insensitive, for example "albers" and "Albers" indicate the same projection type.
This is not true.
For example trying to use
type="Albers"
will result in the following error: