First published: Wed 30 Jul 2025.
Els Slots
Introducing: Points of Interest
Comments
4 comments
Jay T
5 days, 16 hours ago (Aug 3, 2025)
I like this feature -- great job putting together this first set of maps! I've clicked on the icons you all have listed, so I have an idea of what features you've already included. Would it be possible to include a legend with each of the categories listed somewhere on the site for reference (maybe in the main forum topic?) for those who would like to contribute?
Reply
nan
5 days, 16 hours ago (Aug 3, 2025)
Still work in progress. But sure :) Current list from the code:
# Official designations
UNESCO_LOCATION = 1, "Official UNESCO Location"
COMMUNITY_LOCATION = 2, "Community Identified Location"
# Points of Interest
POI_CORE = 10, "Point of Interest (Core Zone)"
POI_NEARBY = 11, "Point of Interest (Not in Core Zone)"
POI_PLAQUE = 12, "Point of Interest (Plaque)"
POI_MUSEUM_VISITOR_CENTRE = 13, "Point of Interest (Museum or Visitor Center)"
POI_HIDDEN_GEM = 14, "Point of Interest (Hidden Gem)"
POI_SCENIC_VIEWPOINT = 17, "Scenic Viewpoint or Panorama"
POI_NATURAL_FEATURE = 18, "Natural Feature (e.g. rock, tree, waterfall)"
# Practical visitor information
TRANSPORTATION = 20, "Transportation"
ENTRANCE = 21, "Entrance or Access Point"
TRANSPORTATION_BUS = 22, "Bus"
TRANSPORTATION_FERRY = 23, "Boat or Ferry"
TRANSPORTATION_TRAIN = 24, "Train station"
TRANSPORTATION_PLANE = 25, "Airport"
TRANSPORTATION_CABLE_CAR = 27, "Cable Car"
TRANSPORTATION_PARKING = 28, "Parking"
TRANSPORTATION_TOUR_DEPARTURE = 29, "Tour Departure"
# Travel & tourism
STAYING = 30, "Where to Stay"
EATING = 31, "Restaurant Tips"
Els Slots
5 days, 15 hours ago (Aug 3, 2025)
This comment has been removed.