修改渲染样式

This commit is contained in:
qiji4215 2023-09-28 10:59:33 +08:00
parent 7c0375c211
commit 0627f1917f
2 changed files with 2 additions and 2 deletions

View File

@ -346,7 +346,7 @@ class ImportOMDBHelper @AssistedInject constructor(
renderEntity.properties["boundaryType"] renderEntity.properties["boundaryType"]
if (boundaryType != null) { if (boundaryType != null) {
when (boundaryType.toInt()) { when (boundaryType.toInt()) {
0, 1, 5, 7, 9 -> { 0, 1,3,4, 5, 7, 9 -> {
renderEntity.enable = 0 renderEntity.enable = 0
Log.e( Log.e(
"qj", "qj",

View File

@ -2020,7 +2020,7 @@
<!-- 箭头 --> <!-- 箭头 -->
<m v="OMDB_OBJECT_ARROW"> <m v="OMDB_OBJECT_ARROW">
<area use="obj-area" stroke="#00000000" repeat="false" src="@src" longEdge="n" hasDirect="true"></area> <area use="obj-area" stroke="#ffffff" repeat="false" src="@src" longEdge="n" hasDirect="true"></area>
</m> </m>
<!-- 道路施工 --> <!-- 道路施工 -->