In JTS the class LinearRing extends LineString, but in v-leaflet any LinearRing will be converted to a Polygon and JTSUtil.toLinearRing only accepts LPolygon. I don't see any reasons why the mapping should be done differently in v-leaflet then it is done in JTS.
In JTS the class LinearRing extends LineString, but in v-leaflet any LinearRing will be converted to a Polygon and JTSUtil.toLinearRing only accepts LPolygon. I don't see any reasons why the mapping should be done differently in v-leaflet then it is done in JTS.