#Postpass

2025-06-05

@amapanda oh! tell me more about #postpass !!!

Amᵃᵖanda @ CFCamapanda@en.osm.town
2025-06-05

If you want to find the longest `opening_hours` tag in #OpenStreetMap, you can use this #Postpass SQL query!

SELECT tags, geom
FROM postpass_pointlinepolygon
ORDER BY length(tags->>'opening_hours') desc nulls last
limit 1

That's it. #SQL is really powerful. 🙂

overpass-turbo.eu/?Q=%7B%7Bdat

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst