Skip to content

Commit

Permalink
Do not import relations into database
Browse files Browse the repository at this point in the history
  • Loading branch information
rurseekatze committed Feb 15, 2016
1 parent 579b29e commit 0e3431d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion import/func_filter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ function filter_planet

echo "Filtering planet file"
osmfilter temp.o5m \
--keep="railway= route=tracks route=railway" \
--drop-relations \
--keep="railway=" \
--drop-tags="fixme= note= source= maxspeed:source= source:maxspeed= wheelchair:description= public_transport= tram=yes bus=yes train=yes subway=yes light_rail=yes lines=" \
$*
rm temp.o5m
Expand Down

0 comments on commit 0e3431d

Please sign in to comment.