You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The center field is declared as center: Option<Vec<i32>>, which does not match specification:
OPTIONAL. Array. Default: null.
The first value is the longitude, the second is latitude (both in WGS:84 values), the third value is the zoom level as an integer. Longitude and latitude MUST be within the specified bounds. The zoom level MUST be between minzoom and maxzoom. Implementations MAY use this center value to set the default location. If the value is null, implementations MAY use their own algorithm for determining a default location.
The center field is declared as
center: Option<Vec<i32>>
, which does not match specification:Possible solutions
I think we should use this opportunity to improve the bounds value as well.
tuple
structured
Per serde-rs/serde#637, uses serde_tuple crate.
The text was updated successfully, but these errors were encountered: