Show ice shelves from z0
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
CREATE OR REPLACE VIEW ice_z0 AS (
|
||||
SELECT geom, 'glacier' AS type FROM ne_110m_glaciated_areas
|
||||
UNION ALL
|
||||
SELECT geom, 'ice_shelf' AS type FROM ne_50m_antarctic_ice_shelves_polys
|
||||
);
|
||||
|
||||
CREATE OR REPLACE VIEW ice_z2 AS (
|
||||
|
||||
Reference in New Issue
Block a user