更新图标资源
This commit is contained in:
parent
231d7c429d
commit
6563a41389
@ -830,15 +830,13 @@ class ImportPreProcess {
|
||||
0,1,2->{
|
||||
if (medianWidth != null) {
|
||||
angleReference.geometry =
|
||||
GeometryTools.computeLine(medianWidth/100000000, 0.0, renderEntity.geometry)
|
||||
Log.e("qj","width==${medianWidth/100000000}")
|
||||
GeometryTools.computeLine(0.000012, 0.0, renderEntity.geometry)
|
||||
}
|
||||
}
|
||||
3->{
|
||||
if (medianWidth != null) {
|
||||
angleReference.geometry =
|
||||
GeometryTools.computeLine(0.0, medianWidth/100000000, renderEntity.geometry)
|
||||
Log.e("qj","width==${medianWidth/100000000}")
|
||||
GeometryTools.computeLine(0.0, 0.000012, renderEntity.geometry)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1651,7 +1651,7 @@
|
||||
</m>
|
||||
<!--墙-->
|
||||
<m k="boundaryType" v="5">
|
||||
<line stroke="#495462" use="boundaryType" width="0.2"/>
|
||||
<symbol repeat="true" gland="true" repeat-gap="12" repeat-start="0.01" src="assets:omdb/icon_2013_5.svg" symbol-width="16" symbol-height="10"></symbol>
|
||||
</m>
|
||||
<!--铺设路面边缘-->
|
||||
<m k="boundaryType" v="6">
|
||||
@ -1678,7 +1678,7 @@
|
||||
</m>
|
||||
<!--墙-->
|
||||
<m k="boundaryType" v="5">
|
||||
<line stroke="#495462" use="boundaryType" width="0.2"/>
|
||||
<symbol repeat="true" gland="true" repeat-gap="12" repeat-start="0.01" src="assets:omdb/icon_2013_5.svg" symbol-width="16" symbol-height="10"></symbol>
|
||||
</m>
|
||||
<!--铺设路面边缘-->
|
||||
<m k="boundaryType" v="6">
|
||||
|
Loading…
x
Reference in New Issue
Block a user