You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently already the data in the table (Data tab) is joined with the polygons table, so it won't contain places not visible on the map. But maybe this could be achieved by using one-sided (left/right) joins and having NULL as polygon ID?
Currently already the data in the table (
Datatab) is joined with the polygons table, so it won't contain places not visible on the map. But maybe this could be achieved by using one-sided (left/right) joins and having NULL as polygon ID?