Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pankdm committed May 7, 2014
1 parent a4d77cf commit e158174
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ OSMOSIS?= bin/osmosis
SPLITTER?= java -Xmx1500m -jar bin/splitter.jar
MKGMAP?= java -Xmx1500m -jar bin/mkgmap.jar


NAMELIST?= name:ru,name,name:en,int_name

all: bounds split convert

bounds:
Expand Down Expand Up @@ -38,7 +41,7 @@ bounds:
split:
mkdir -p logs
${SPLITTER} \
--overlap=20000 \
--overlap=0 \
--max-nodes=1000000 \
--no-trim \
--output=pbf \
Expand All @@ -59,6 +62,8 @@ convert:
--keep-going \
--read-config=optionsfile.args \
--style-file=./${STYLE} \
--name-tag-list=${NAMELIST} \
--housenumbers \
--gmapsupp \
-c splitted/template.args ${STYLE}/${TYP}

Expand Down
2 changes: 1 addition & 1 deletion config/options
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
#
levels = 0:24, 1:22, 2:21, 3:19, 4:18, 5:16

name-tag-list = name:ru,name,name:en,int_name
# name-tag-list = name:ru,name,name:en,int_name
# name-tag-list = name:cz,name,name:en,int_name

0 comments on commit e158174

Please sign in to comment.