We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae70d3d commit 8041cd2Copy full SHA for 8041cd2
1 file changed
src/rpc/generate_element_icons.rs
@@ -874,7 +874,7 @@ impl OverpassElement {
874
}
875
876
if amenity == "dentist" {
877
- icon_id = "medical_services"
+ icon_id = "dentistry"
878
879
880
if amenity == "pub" {
@@ -1306,7 +1306,7 @@ impl OverpassElement {
1306
1307
1308
if healthcare == "dentist" {
1309
1310
1311
1312
if healthcare == "doctor" {
0 commit comments