agg_rivers works for all rivers
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
drop table if exists agg_rivers_wm;
|
drop table if exists agg_rivers_wm;
|
||||||
create table agg_rivers_wm (name text, way geometry);
|
create table agg_rivers_wm (name text, way geometry);
|
||||||
insert into agg_rivers_wm (name, way) select name, ST_SimplifyWM(way, true) from agg_rivers where name='Nemunas';
|
insert into agg_rivers_wm (name, way) select name, ST_SimplifyWM(way, true) from agg_rivers;
|
||||||
|
|||||||
Reference in New Issue
Block a user