more debugging
This commit is contained in:
parent
6d7b0445d8
commit
0423da713c
4
Makefile
4
Makefile
@ -1,6 +1,6 @@
|
||||
SOURCE ?= lithuania-latest.osm.pbf
|
||||
#WHERE ?= name like '%%'
|
||||
WHERE ?= name='Visinčia' OR name='Šalčia' OR name='Nemunas' OR name='Žeimena' OR name='Lakaja'
|
||||
WHERE ?= name like '%'
|
||||
#WHERE ?= name='Visinčia' OR name='Šalčia' OR name='Nemunas' OR name='Žeimena' OR name='Lakaja'
|
||||
SLIDES = slides-2021-03-29.pdf
|
||||
|
||||
NON_ARCHIVABLES = notes.txt referatui.txt slides-2021-03-29.txt
|
||||
|
@ -36,5 +36,5 @@ insert into aggregate_rivers_tmp
|
||||
where waterway in ('river', 'stream', 'canal') and :where;
|
||||
|
||||
drop table if exists agg_rivers;
|
||||
create table agg_rivers as (select * from aggregate_rivers() where st_length(way) > 20000);
|
||||
create table agg_rivers as (select * from aggregate_rivers() where st_length(way) >= 50000);
|
||||
drop table aggregate_rivers_tmp;
|
||||
|
Loading…
Reference in New Issue
Block a user