From 0f6fcd4fc58019a7b52f92a9da68b9833ddfe850 Mon Sep 17 00:00:00 2001 From: Simon <9327096+r1sim@users.noreply.github.com> Date: Wed, 9 Nov 2022 22:30:16 +0100 Subject: [PATCH] fix: add `drugstore`, `light_rail_station` & `university` to `PlaceType1` (#882) --- src/common.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common.ts b/src/common.ts index ac1d1d3659..5ef32962a1 100644 --- a/src/common.ts +++ b/src/common.ts @@ -182,6 +182,7 @@ export enum PlaceType1 { dentist = "dentist", department_store = "department_store", doctor = "doctor", + drugstore = "drugstore", electrician = "electrician", electronics_store = "electronics_store", embassy = "embassy", @@ -201,6 +202,7 @@ export enum PlaceType1 { laundry = "laundry", lawyer = "lawyer", library = "library", + light_rail_station = "light_rail_station", liquor_store = "liquor_store", local_government_office = "local_government_office", locksmith = "locksmith", @@ -243,6 +245,7 @@ export enum PlaceType1 { train_station = "train_station", transit_station = "transit_station", travel_agency = "travel_agency", + university = "university", veterinary_care = "veterinary_care", zoo = "zoo", }