diff --git a/misc/scripts/mapcreation/process_pbf_planet.sh b/misc/scripts/mapcreation/process_pbf_planet.sh index 6dd1f7b..e389dfa 100644 --- a/misc/scripts/mapcreation/process_pbf_planet.sh +++ b/misc/scripts/mapcreation/process_pbf_planet.sh @@ -9,7 +9,7 @@ fi touch lastmaprun.date -rm -rf /var/www/brouter/segments2_lastrun +rm -rf /var/www/brouter/segments3_lastrun mkdir tmp cd tmp @@ -43,6 +43,6 @@ cd .. rm -rf segments mv tmp/segments segments rm -rf tmp -cp /var/www/brouter/segments2/.htaccess segments -mv /var/www/brouter/segments2 /var/www/brouter/segments2_lastrun -mv segments /var/www/brouter/segments2 +cp /var/www/brouter/segments3/.htaccess segments +mv /var/www/brouter/segments3 /var/www/brouter/segments3_lastrun +mv segments /var/www/brouter/segments3 diff --git a/misc/scripts/standalone/server.cmd b/misc/scripts/standalone/server.cmd index a04a794..daf6292 100644 --- a/misc/scripts/standalone/server.cmd +++ b/misc/scripts/standalone/server.cmd @@ -6,4 +6,4 @@ REM java -cp brouter.jar btools.brouter.RouteServer < set JAVA_OPTS=-Xmx128M -Xms128M -Xmn8M set CLASSPATH=../brouter.jar -java %JAVA_OPTS% -cp %CLASSPATH% btools.server.RouteServer ..\segments2 ..\profiles2 ..\customprofiles 17777 1 +java %JAVA_OPTS% -cp %CLASSPATH% btools.server.RouteServer ..\segments3 ..\profiles2 ..\customprofiles 17777 1 diff --git a/misc/scripts/standalone/server.sh b/misc/scripts/standalone/server.sh index bda1068..9409d55 100755 --- a/misc/scripts/standalone/server.sh +++ b/misc/scripts/standalone/server.sh @@ -6,4 +6,4 @@ JAVA_OPTS="-Xmx128M -Xms128M -Xmn8M" CLASSPATH=../brouter.jar -java $JAVA_OPTS -cp $CLASSPATH btools.server.RouteServer ../segments2 ../profiles2 ../customprofiles 17777 1 +java $JAVA_OPTS -cp $CLASSPATH btools.server.RouteServer ../segments3 ../profiles2 ../customprofiles 17777 1