Added json database file and refered to it

This commit is contained in:
Efi Fogel 2023-08-29 15:15:27 +03:00
parent e85b59374e
commit a7e3885200
2 changed files with 362630 additions and 9 deletions

View File

@ -113,7 +113,7 @@ void Main_widget::initializeGL()
{
qDebug() << "loading arr..";
//auto arrh = Aos::construct(m_countries);
m_arrh = Aos::load_arr("C:/work/gsoc2023/ne_110m_admin_0_countries.json");
m_arrh = Aos::load_arr("../../../Data/data/arrangements_3/sphere/ne_110m_admin_0_countries.json");
if (m_arrh == nullptr)
{
qDebug() << "** FAILED TO LOAD THE ARRANGEMENT!!!";

File diff suppressed because it is too large Load Diff