You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
479 B
13 lines
479 B
<?xml version="1.0" encoding="utf-8" ?> |
|
<UnitItem> |
|
<GeometryType Name="Line"> |
|
<Unit Name="米[m]" AliasName="m"></Unit> |
|
<Unit Name="千米[km]" AliasName="km"></Unit> |
|
</GeometryType> |
|
<GeometryType Name="Polygon"> |
|
<Unit Name="平方米[㎡]" AliasName="㎡"></Unit> |
|
<Unit Name="平方千米[k㎡]" AliasName="k㎡"></Unit> |
|
<Unit Name="亩[亩]" AliasName="亩"></Unit> |
|
<Unit Name="公顷[ha]" AliasName="ha" ></Unit> |
|
</GeometryType> |
|
</UnitItem>
|
|
|