Skip to content

Commit

Permalink
Update land_use.sql
Browse files Browse the repository at this point in the history
adding level to uNION
  • Loading branch information
jenningsanderson committed May 22, 2024
1 parent 07d6c2e commit a411c5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions task-force-docs/base/land.sql
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ SELECT
)
) ] as sources,
NULL AS wikidata,
NULL AS level,
NULL AS elevation,
wkt AS wkt_geometry
FROM {daylight_earth_table}
Expand Down
1 change: 1 addition & 0 deletions task-force-docs/base/land_use.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ SELECT
sources,
wikidata,
surface,
level,
elevation,
wkt_geometry
FROM (
Expand Down
1 change: 1 addition & 0 deletions task-force-docs/base/water.sql
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ SELECT
) ] as sources,
-- Wikidata is a top-level property in the OSM Container
NULL as wikidata,
0 as level, -- it's the ocean, does it go lower?
-- Other type=water top-level attributes
0 AS elevation,
TRUE AS is_salt,
Expand Down

0 comments on commit a411c5f

Please sign in to comment.