From 0059d61a112af8ff6c72a09646fc4837a03f9749 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 26 六月 2023 14:01:27 +0800
Subject: [PATCH] 1

---
 ExportMap/TerraBuilder/tb.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ExportMap/TerraBuilder/tb.js b/ExportMap/TerraBuilder/tb.js
index a71473c..7b12e7c 100644
--- a/ExportMap/TerraBuilder/tb.js
+++ b/ExportMap/TerraBuilder/tb.js
@@ -1,6 +1,6 @@
 try {
     var project = TerraBuilder.OpenProject("E:\\terrait\\TianJin\\ExportMap\\ExportMap\\TerraBuilder\\tb.tbp");
-    var shp = "D:\\LF\\data\\shp\\buffer_poly.shp";
+    var shp = "D:\\LF\\data\\shp\\buffer_midline.shp";
 
     var imgLayer = project.Layers.InsertLayer("D:\\LF\\data\\DOM\\CABQ_0641.tif", "imagery");
     if (null != imgLayer) {

--
Gitblit v1.9.3