Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Dec 16, 2024
1 parent 4de7c64 commit 0087fb1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions api/prepare_facilities.sql
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ CREATE TABLE openrailwaymap_facilities_for_search AS
geom
FROM (
SELECT DISTINCT ON (osm_id, key, value, name, railway, station, railway_ref, route_count, geom)
osm_id,
(each(name_tags)).key AS key,
(each(name_tags)).value AS value,
name,
railway,
station,
railway_ref,
route_count,
center as geom
osm_id,
(each(name_tags)).key AS key,
(each(name_tags)).value AS value,
name,
railway,
station,
railway_ref,
route_count,
center as geom
FROM stations_with_route_counts
WHERE
railway IN ('station', 'halt', 'tram_stop', 'service_station', 'yard', 'junction', 'spur_junction', 'crossover', 'site')
Expand Down

0 comments on commit 0087fb1

Please sign in to comment.