mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 04:21:08 +00:00
feat(raw): add tourism tag
This commit is contained in:
@@ -10,7 +10,7 @@ import org.openmaptiles.OpenMapTilesProfile;
|
||||
|
||||
public class Raw implements Layer, OpenMapTilesProfile.OsmAllProcessor {
|
||||
|
||||
public static List<String> TAG_WHITELIST = Arrays.asList("amenity", "shop", "name", "opening_hours", "email", "website", "phone", "internet_access", "wheelchair", "cuisine", "indoor_seating", "outdoor_seating", "takeaway", "drive_through");
|
||||
public static List<String> TAG_WHITELIST = Arrays.asList("amenity", "shop", "tourism", "name", "opening_hours", "email", "website", "phone", "internet_access", "wheelchair", "cuisine", "indoor_seating", "outdoor_seating", "takeaway", "drive_through");
|
||||
public static List<String> TAG_PREFIX_WHITELIST = Arrays.asList("addr:", "contact:", "payment:", "wheelchair:", "fuel:", "internet_access:");
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user