Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GeoDaCenter/geoda
/ GetMapLayerCount
Method
GetMapLayerCount
Project.cpp:1770–1773 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1768
}
1769
1770
int Project::GetMapLayerCount()
1771
{
1772
return bg_maps.size() + fg_maps.size();
1773
}
1774
1775
std::map<wxString, BackgroundMapLayer*> Project::GetBackgroundMayLayers()
1776
{
Callers
3
OnSpatialJoin
Method · 0.80
UpdateMapLayer
Method · 0.80
OnMapEditLayer
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected