Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Classif #99

Merged
merged 2 commits into from
Oct 7, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/categories.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ ro:cimitir
nb:gravplass
fi:hautausmaa

amenity-hospital|amenity-doctors
amenity-hospital|amenity-doctors|amenity-dentist|amenity-clinic
en:3hospital|clinic|3doctor|U+1F691|U+1F3E5|U+1F489|U+1F48A
ru:3больница|3госпиталь|врач|доктор
uk:3лікарня|клініка|лікар|травмпункт
Expand Down
3 changes: 3 additions & 0 deletions data/classificator.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ world +
car_sharing -
casino -
cinema -
clinic -
college -
dentist -
doctors -
drinking_water -
embassy -
Expand Down Expand Up @@ -110,6 +112,7 @@ world +
bollard -
city_wall -
cycle_barrier -
entrance -
fence -
gate -
hedge -
Expand Down
Binary file modified data/drules_proto.bin
Binary file not shown.
102 changes: 102 additions & 0 deletions data/drules_proto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2047,6 +2047,45 @@ cont {
}
}
}
cont {
name: "amenity-clinic"
element {
scale: 17
caption {
primary {
height: 11
color: 4473924
stroke_color: 16777215
offset_y: 10
}
priority: 15003
}
}
element {
scale: 18
caption {
primary {
height: 11
color: 4473924
stroke_color: 16777215
offset_y: 10
}
priority: 15003
}
}
element {
scale: 19
caption {
primary {
height: 11
color: 4473924
stroke_color: 16777215
offset_y: 10
}
priority: 15003
}
}
}
cont {
name: "amenity-college"
element {
Expand Down Expand Up @@ -2138,6 +2177,45 @@ cont {
}
}
}
cont {
name: "amenity-dentist"
element {
scale: 17
caption {
primary {
height: 11
color: 4473924
stroke_color: 16777215
offset_y: 10
}
priority: 15003
}
}
element {
scale: 18
caption {
primary {
height: 11
color: 4473924
stroke_color: 16777215
offset_y: 10
}
priority: 15003
}
}
element {
scale: 19
caption {
primary {
height: 11
color: 4473924
stroke_color: 16777215
offset_y: 10
}
priority: 15003
}
}
}
cont {
name: "amenity-doctors"
element {
Expand Down Expand Up @@ -5472,6 +5550,30 @@ cont {
}
}
}
cont {
name: "barrier-entrance"
element {
scale: 17
symbol {
name: "gate"
priority: 16000
}
}
element {
scale: 18
symbol {
name: "gate"
priority: 16000
}
}
element {
scale: 19
symbol {
name: "gate"
priority: 16000
}
}
}
cont {
name: "barrier-fence"
element {
Expand Down
Binary file modified data/drules_proto_clear.bin
Binary file not shown.
Loading