mirror of https://github.com/CGAL/cgal
Added json database file and refered to it
This commit is contained in:
parent
e85b59374e
commit
a7e3885200
|
|
@ -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
Loading…
Reference in New Issue