MCPcopy 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
1770int Project::GetMapLayerCount()
1771{
1772 return bg_maps.size() + fg_maps.size();
1773}
1774
1775std::map<wxString, BackgroundMapLayer*> Project::GetBackgroundMayLayers()
1776{

Callers 3

OnSpatialJoinMethod · 0.80
UpdateMapLayerMethod · 0.80
OnMapEditLayerMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected