forked from organicmaps/organicmaps
Add dentist to editable features list.
Add internet to all medial places.
This commit is contained in:
parent
2ab095ea2a
commit
e94055d6aa
1 changed files with 3 additions and 2 deletions
|
@ -93,9 +93,10 @@ 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-clinic", {{EType::FMD_OPERATOR, EType::FMD_INTERNET}, true, true}},
|
||||
{"amenity-college", {{EType::FMD_OPERATOR}, true, true}},
|
||||
{"amenity-doctors", {{EType::FMD_INTERNET}, true, true}},
|
||||
{"amenity-dentist", {{EType::FMD_INTERNET}, true, true}},
|
||||
{"amenity-drinking_water", {{}, true, false}},
|
||||
{"amenity-embassy", {{}, true, true}},
|
||||
{"amenity-fast_food", {{EType::FMD_OPERATOR, EType::FMD_CUISINE, EType::FMD_INTERNET}, true, true}},
|
||||
|
@ -104,7 +105,7 @@ static unordered_map<string, TypeDescription> const gEditableTypes = {
|
|||
{"amenity-fountain", {{}, true, false}},
|
||||
{"amenity-fuel", {{EType::FMD_OPERATOR, EType::FMD_INTERNET}, true, true}},
|
||||
{"amenity-grave_yard", {{}, true, false}},
|
||||
{"amenity-hospital", {{}, true, true}},
|
||||
{"amenity-hospital", {{EType::FMD_INTERNET}, true, true}},
|
||||
{"amenity-hunting_stand", {{EType::FMD_HEIGHT}, true, false}},
|
||||
{"amenity-kindergarten", {{EType::FMD_OPERATOR}, true, true}},
|
||||
{"amenity-library", {{EType::FMD_INTERNET}, true, true}},
|
||||
|
|
Loading…
Add table
Reference in a new issue