def src_datasource(self):
options = ['LIST_ALL_TABLES=YES']
options.append('SCHEMAS={}'.format(self.databaseWidget.schema()))
datasource = gdal.OpenEx(self.databaseWidget.datasource_name(),
gdal.OF_VECTOR,
open_options=options)
return datasource
export_gmlas_panel.py 文件源码
python
阅读 22
收藏 0
点赞 0
评论 0
评论列表
文章目录