agg_rivers works for all rivers
This commit is contained in:
parent
e56932395d
commit
3c0f222334
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user