fix: 增加marker外边框,调查渲染稀疏问题

This commit is contained in:
2023-11-03 17:48:12 +08:00
parent 92181c5ab4
commit 8fea0fb041
2 changed files with 9 additions and 9 deletions

View File

@@ -1206,7 +1206,7 @@ class ImportPreProcess {
private fun createZLevelReference(renderEntity: RenderEntity): ReferenceEntity {
val zLevelReference = ReferenceEntity()
zLevelReference.renderEntityId = renderEntity.id
// zLevelReference.renderEntityId = renderEntity.id
zLevelReference.name = "${renderEntity.name}参考点"
zLevelReference.code = renderEntity.code
zLevelReference.table = renderEntity.table