The scene unit radius of a GeoLineStrings
only considers the first vertex' latitude
#8013
Labels
GeoLineStrings
only considers the first vertex' latitude
#8013
In the map view, scene units are defined as meters. The corresponding screen space point size depends on the current zoom level and the latitude of the corresponding vertex. For
GeoLineStrings
, we currently only consider the first vertex's latitude. This means that the screen space radius is wrong for all other vertices, unless they share the same latitude.For all intents and purposes, this doesn't matter for everything up to city-scale. However, at larger scales the scene units representation on
GeoLineStrings
can be highly inaccurate because of this.The text was updated successfully, but these errors were encountered: