Skip to content

Commit

Permalink
update options
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyasvl committed Nov 2, 2021
1 parent da4d20c commit 1dfc098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ osmium extract --polygon cyprus.poly "$TMP_DIR/contours.pbf" -o "$TMP_DIR/cyprus

echo Building map
java -Xmx1G -jar "$MKGMAP_DIR/mkgmap.jar" --verbose --output-dir="$OUT_DIR" \
--precomp-sea="$MKGMAP_DIR/sea.zip" --bounds="$MKGMAP_DIR/bounds.zip" \
--precomp-sea="$MKGMAP_DIR/sea-latest.zip" --bounds="$MKGMAP_DIR/bounds-latest.zip" \
--mapname="$MAPNAME" --description="$MAP_DESCR" --family-name="$MAP_FAMILY_NAME" \
--product-id=1 --family-id="$MAP_FAMILY_ID" --series-name="$MAP_SERIES_NAME" \
--country-name=Cyprus --country-abbr=CY \
Expand Down
3 changes: 1 addition & 2 deletions optionsfile.args
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ housenumbers
route
drive-on=detect
# check-roundabouts
check-roundabout-flares
remove-short-arcs
location-autofill=bounds
#bounds=bounds.zip
Expand All @@ -34,6 +33,6 @@ remove-ovm-work-files=true
#precomp-sea=sea.zip
keep-going

# check-styles
# check-styles
# generate-sea=extend-sea-sectors,close-gaps=300000,floodblocker
# precomp-sea=./sea

0 comments on commit 1dfc098

Please sign in to comment.