Skip to content

Commit f1d779e

Browse files
committed
More fixes for geotools changes
1 parent a9e5e95 commit f1d779e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/geoscript/workspace/Database.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class Database extends Workspace {
7878
* @param name The name of the SQL View Layer
7979
*/
8080
void deleteView(String name) {
81-
(ds as JDBCDataStore).removeVirtualTable(name)
81+
(ds as JDBCDataStore).dropVirtualTable(name)
8282
}
8383

8484
/**

0 commit comments

Comments
 (0)