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
|
|
@ -189,8 +189,7 @@ namespace satdump
|
|||
map::drawProjectedMapShapefile({resources::getResourcePath("maps/ne_10m_admin_0_countries.shp")},
|
||||
current_image,
|
||||
color,
|
||||
proj_func,
|
||||
100);
|
||||
proj_func);
|
||||
}
|
||||
if (shores_overlay)
|
||||
{
|
||||
|
|
@ -200,8 +199,7 @@ namespace satdump
|
|||
map::drawProjectedMapShapefile({resources::getResourcePath("maps/ne_10m_coastline.shp")},
|
||||
current_image,
|
||||
color,
|
||||
proj_func,
|
||||
100);
|
||||
proj_func);
|
||||
}
|
||||
if (cities_overlay)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue