Karoly10
(Károly Petneházi Kovács)
1
It seems wrong:
java.lang.IndexOutOfBoundsException: Index 1 out of bounds for length 1
LMarker:107
public void setLat(final double lat)
{
this.geometry.getCoordinates().remove(0);
this.geometry.getCoordinates().set(0, lat);
}
public void setLon(final double lon)
{
this.geometry.getCoordinates().remove(1);
this.geometry.getCoordinates().set(1, lon);
}
info.165
(XDEV Software)
2
Hello Károly,
thanks a lot for the pointer!
You are completely right and there is already an issue on GitHub: https://github.com/xdev-software/vaadin-maps-leaflet-flow/issues/187
We are on it! :)
Best regards XDEV Software
info.165
(XDEV Software)
3
Hello Károly,
we are happy to report that this issue is solved in Version 2.0.3. See https://github.com/xdev-software/vaadin-maps-leaflet-flow/blob/develop/CHANGELOG.md#203
Best regards XDEV Software