You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code appears to be there in flex-config/style/amenity.lua but showing up in missing queries. Start by replacing grab_tag(amenity) with object.tags['amenity'].
Also missing in buildings... code not there for processing.
SELECT*FROM missing_tags
WHERE tags->>'amenity'IS NOT NULL;
The text was updated successfully, but these errors were encountered:
Details
The code appears to be there in
flex-config/style/amenity.lua
but showing up in missing queries. Start by replacinggrab_tag(amenity)
withobject.tags['amenity']
.Also missing in buildings... code not there for processing.
The text was updated successfully, but these errors were encountered: