Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ mapToView
Method
mapToView
src/core/map_view.cpp:223–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
}
222
223
QPointF MapView::mapToView(const MapCoord& coords) const
224
{
225
return map_to_view.map(MapCoordF(coords));
226
}
227
228
QPointF MapView::mapToView(const QPointF& coords) const
229
{
Callers
1
mapToViewport
Method · 0.80
Calls
2
map
Method · 0.80
MapCoordF
Class · 0.70
Tested by
no test coverage detected