初始化集成qgis

This commit is contained in:
wzy-warehouse
2026-06-19 17:04:03 +08:00
parent 6a03f66b7d
commit b4cce93af0
17 changed files with 1485 additions and 18 deletions
+13
View File
@@ -0,0 +1,13 @@
from app.services.qgis.map_service import MapService
from app.services.qgis.map_exporter import MapExporter
from app.services.qgis.template_modifier import TemplateModifier
from app.services.qgis.template_cache import TemplateCache
from app.services.qgis.layer_filter import LayerFilter
__all__ = [
'MapService',
'MapExporter',
'TemplateModifier',
'TemplateCache',
'LayerFilter',
]