forked from organicmaps/organicmaps-tmp
Add amenity-clinic to editable features list.
This commit is contained in:
parent
0bff83ddc4
commit
393abac32f
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ static unordered_map<string, TypeDescription> const gEditableTypes = {
|
|||
{"amenity-car_sharing", {{EType::FMD_OPERATOR, EType::FMD_WEBSITE}, true, false}},
|
||||
{"amenity-casino", {{EType::FMD_OPERATOR, EType::FMD_INTERNET}, true, true}},
|
||||
{"amenity-cinema", {{EType::FMD_OPERATOR, EType::FMD_INTERNET}, true, true}},
|
||||
{"amenity-clinic", {{EType::FMD_OPERATOR}, true, true}},
|
||||
{"amenity-college", {{EType::FMD_OPERATOR}, true, true}},
|
||||
{"amenity-doctors", {{EType::FMD_INTERNET}, true, true}},
|
||||
{"amenity-drinking_water", {{}, true, false}},
|
||||
|
|
Loading…
Add table
Reference in a new issue