diff --git a/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt b/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt index f652b11e..501736a2 100644 --- a/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt +++ b/app/src/main/java/com/navinfo/omqs/db/ImportOMDBHelper.kt @@ -191,6 +191,11 @@ class ImportOMDBHelper @AssistedInject constructor( else -> renderEntity.properties.put(key, value.toString()) } } + + // 如果properties中不包含name,那么自动将要素名称添加进properties中 + if (!renderEntity.properties.containsKey("name")) { + renderEntity.properties["name"] = renderEntity.name; + } //遍历判断只显示与任务Link相关的任务数据 if(currentConfig.checkLinkId){ diff --git a/collect-library/src/main/assets/editormarker.xml b/collect-library/src/main/assets/editormarker.xml index bd0c3979..a83f8377 100644 --- a/collect-library/src/main/assets/editormarker.xml +++ b/collect-library/src/main/assets/editormarker.xml @@ -54,6 +54,9 @@ + + @@ -2272,7 +2275,8 @@ - + + \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/tex_fill_area_3012.png b/collect-library/src/main/assets/omdb/tex_fill_area_3012.png new file mode 100644 index 00000000..405fc2b5 Binary files /dev/null and b/collect-library/src/main/assets/omdb/tex_fill_area_3012.png differ diff --git a/collect-library/src/main/assets/omdb/tex_fill_area_3012.svg b/collect-library/src/main/assets/omdb/tex_fill_area_3012.svg new file mode 100644 index 00000000..53e1f77d --- /dev/null +++ b/collect-library/src/main/assets/omdb/tex_fill_area_3012.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/collect-library/src/main/assets/omdb/tex_fill_area_with_text_3012.png b/collect-library/src/main/assets/omdb/tex_fill_area_with_text_3012.png new file mode 100644 index 00000000..d07d6212 Binary files /dev/null and b/collect-library/src/main/assets/omdb/tex_fill_area_with_text_3012.png differ