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
Another workflow with the sqlite files? It seems like the option to write queries that takes zoom level into consideration is only if you use a postgis database? Now load all data at all zoom levels simply using the SQL ( select * from file name). By the way @johaahlf – maybe we should not select all the different attriutes? Or will everything be displayed with clicking on individual features on the map?
The text was updated successfully, but these errors were encountered:
#1 We only need to select the attributes that we use, e.g. (SELECT modern, latin, greek, type ...)
I dont think it works when using a PostGIS database either, the SQL syntax is the same as working with SQLite files. When working with layers you don't have access to the zoom levels used when working with styles.
Another workflow with the sqlite files? It seems like the option to write queries that takes zoom level into consideration is only if you use a postgis database? Now load all data at all zoom levels simply using the SQL ( select * from file name). By the way @johaahlf – maybe we should not select all the different attriutes? Or will everything be displayed with clicking on individual features on the map?
The text was updated successfully, but these errors were encountered: