mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Fix a stupid 2 years old bug
This commit is contained in:
parent
087c67522e
commit
e2c8a20909
7 changed files with 16 additions and 44 deletions
|
|
@ -78,8 +78,7 @@ namespace satdump
|
|||
map::drawProjectedMapShapefile({ resources::getResourcePath("maps/ne_10m_admin_0_countries.shp") },
|
||||
current_img,
|
||||
color,
|
||||
proj_func,
|
||||
100);
|
||||
proj_func);
|
||||
}
|
||||
if (shores_overlay)
|
||||
{
|
||||
|
|
@ -89,8 +88,7 @@ namespace satdump
|
|||
map::drawProjectedMapShapefile({ resources::getResourcePath("maps/ne_10m_coastline.shp") },
|
||||
current_img,
|
||||
color,
|
||||
proj_func,
|
||||
100);
|
||||
proj_func);
|
||||
}
|
||||
if (cities_overlay)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue