... | ... | @@ -10,8 +10,8 @@ Laber markers <u>`Lbm`</u> are used to place labels on specified positions. The |
|
|
:warning: Only declared zoom levels are rendered. In the example below, the label marker must not be visible on zoom levels 5 and 6!
|
|
|
|
|
|
```xml
|
|
|
<Lbm region="LJLA">
|
|
|
<LbmUid>
|
|
|
<Lbm>
|
|
|
<LbmUid region="LJLA">
|
|
|
<codeType>TEXT</codeType>
|
|
|
<txtName>XPDR FREQ EDJA</txtName>
|
|
|
</LbmUid>
|
... | ... | @@ -41,8 +41,8 @@ Laber markers <u>`Lbm`</u> are used to place labels on specified positions. The |
|
|
```
|
|
|
|
|
|
* <u>`Lbm`</u> ![[X]](https://openflightmaps.github.io/ofmx/svg/x.svg) – Label marker
|
|
|
* `@region` ![[X]](https://openflightmaps.github.io/ofmx/svg/x.svg) – [Region](Identifiers#region) the marker belongs to
|
|
|
* `LbmUid` ![[M]](https://openflightmaps.github.io/ofmx/svg/m.svg) – Label marker identifier
|
|
|
* `@region` ![[X]](https://openflightmaps.github.io/ofmx/svg/x.svg) – [Region](Identifiers#region) the marker belongs to
|
|
|
* `codeType` ![[M]](https://openflightmaps.github.io/ofmx/svg/m.svg) – Always `TEXT` (simple text label)
|
|
|
* `txtName` ![[M]](https://openflightmaps.github.io/ofmx/svg/m.svg) – Name of the label
|
|
|
* `txtValueLabel` ![[M]](https://openflightmaps.github.io/ofmx/svg/m.svg) ![[X]](https://openflightmaps.github.io/ofmx/svg/x.svg) ![[MD]](https://openflightmaps.github.io/ofmx/svg/md.svg) – Default label text
|
... | ... | |