| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <presets
|
|---|
| 3 | xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
|
|---|
| 4 | author="Панкратов Александр Владимирович"
|
|---|
| 5 | description="Company Rekvizit"
|
|---|
| 6 | ru.description=" Реквизиты фирм ОГРН, ИНН, КПП"
|
|---|
| 7 | shortdescription="Rekvizit"
|
|---|
| 8 | ru.shortdescription="Реквизиты"
|
|---|
| 9 | version="0.3_2019-01.12">
|
|---|
| 10 |
|
|---|
| 11 | <group name="Annotation" icon="presets/misc/housenumber.svg">
|
|---|
| 12 | <item name="Реквизиты" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 13 | <space/>
|
|---|
| 14 | <text key="operator:ref:ogrn" text="ОГРН" match="key"/>
|
|---|
| 15 | <text key="operator:ref:inn" text="ИНН" match="key"/>
|
|---|
| 16 | <text key="operator:ref:kpp" text="КПП" match="key"/>
|
|---|
| 17 | </item>
|
|---|
| 18 | </group>
|
|---|
| 19 | </presets>
|
|---|