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
"table": "(select osm_id, way, whitewater, \"whitewater:name\", \"whitewater:rapid_grade\", \"whitewater:rapid_name\", \"whitewater:section_grade\", \"whitewater:section_name\" FROM planet_osm_line WHERE coalesce(whitewater, \"whitewater:name\", \"whitewater:rapid_grade\", \"whitewater:rapid_name\", \"whitewater:section_grade\", \"whitewater:section_name\") IS NOT NULL) as whitewater_line",
"table": "(SELECT osm_id, name, sport, way FROM planet_osm_line WHERE (sport~'fishing|kite_surfing|canoeing|canoe|rowing|sailing|scuba_diving|surfing|water_ski|windsurfing|water_sports')) as sport_line",
"table": "(SELECT access, sport, osm_id, way, name FROM planet_osm_point WHERE (sport SIMILAR TO '(fishing|kite_surfing|canoeing|canoe|rowing|sailing|scuba_diving|surfing|swimming|water_ski|windsurfing|water_sports)') AND (access IS NULL or access NOT SIMILAR TO '(no|private)')) as sport_point",
"table": "(SELECT osm_id, way, whitewater, \"whitewater:name\", \"whitewater:rapid_grade\", \"whitewater:rapid_name\" FROM planet_osm_point WHERE coalesce(whitewater, \"whitewater:name\", \"whitewater:rapid_grade\", \"whitewater:rapid_name\", \"whitewater:section_grade\", \"whitewater:section_name\") IS NOT NULL) as whitewater_point",
0 commit comments