forked from organicmaps/organicmaps
[editor] Add docs and TODOs
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
9609e431a2
commit
b4b0540072
1 changed files with 5 additions and 0 deletions
|
@ -3,8 +3,13 @@
|
|||
<!-- After editing, validate this with
|
||||
xmllint -noout -schema config.xsd editor.config
|
||||
(only use double dashes for schema and noout)
|
||||
|
||||
priority="low" (or "high") is used to override the default natural order priority of types
|
||||
when a feature has several e.g. "amenity-bank amenity-atm" - we want the "amenity-bank" preset used here.
|
||||
-->
|
||||
<!-- TODO: in e.g. <type id="shop-bag" group="shop"> the "group" doesn't seem to be used. -->
|
||||
<editor>
|
||||
<!-- TODO: disabling is not implemented, remove? see a todo in Editor::GetEditableProperties() -->
|
||||
<disable everywhere="no">
|
||||
<!--bbox minlon="37.6120" minlat="55.7479" maxlon="37.6239" maxlat="55.7553" editable="no" /-->
|
||||
</disable>
|
||||
|
|
Loading…
Add table
Reference in a new issue