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
I have found a new problem when creating a Marker from a LatLng value of an existing Marker and adding it to a map.
THis error is thrown:
Caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "alt" (class com.vaadin.addon.leaflet4vaadin.types.LatLng), not marked as ignorable (3 known properties: "altitude", "lng", "lat"])
at [Source: (String)"{"lat":51.463353808734574,"lng":-0.30032978947940125,"alt":0}"; line: 1, column: 61] (through reference chain: com.vaadin.addon.leaflet4vaadin.types.LatLng["alt"])
This is the code that adds the marker (getMarker() gets an existing marker from a HashMap and retrieves its LatLng value) :
I have found a new problem when creating a Marker from a LatLng value of an existing Marker and adding it to a map.
THis error is thrown:
Caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "alt" (class com.vaadin.addon.leaflet4vaadin.types.LatLng), not marked as ignorable (3 known properties: "altitude", "lng", "lat"])
at [Source: (String)"{"lat":51.463353808734574,"lng":-0.30032978947940125,"alt":0}"; line: 1, column: 61] (through reference chain: com.vaadin.addon.leaflet4vaadin.types.LatLng["alt"])
This is the code that adds the marker (getMarker() gets an existing marker from a HashMap and retrieves its LatLng value) :
Is this a bug?
Thanks
Jim
The text was updated successfully, but these errors were encountered: