diff --git a/cities.txt b/cities.txt index 4410026..346ffb7 100644 --- a/cities.txt +++ b/cities.txt @@ -91,7 +91,7 @@ Europe 2641673 55.163 -2.027 54.744 -1.261 newcastle Newcastle upon Tyne Europe 2861650 49.757 10.697 49.219 11.339 nuremberg Nuremberg Europe 698740 46.227 30.154 46.731 30.935 odessa Odessa Europe 3143244 58.938 9.691 60.424 11.493 oslo Oslo -Europe 2523920 38.226 13.238 38.049 13.444 palermo Palermo +Europe 2523920 38.295 12.912 37.771 13.845 palermo Palermo Europe 2988507 49.178 1.851 48.531 2.911 paris Paris Europe 2735943 41.399 -8.795 40.981 -8.358 porto Porto Europe 3067696 50.408 13.842 49.763 15.012 prague Prague diff --git a/coastshapes.sh b/coastshapes.sh index 114609d..3baa67b 100755 --- a/coastshapes.sh +++ b/coastshapes.sh @@ -105,6 +105,7 @@ package_coast newcastle 55.163 -2.027 54.744 -1.261 package_coast nuremberg 49.757 10.697 49.219 11.339 package_coast odessa 46.227 30.154 46.731 30.935 package_coast oslo 58.938 9.691 60.424 11.493 +package_coast palermo 38.295 12.912 37.771 13.845 package_coast paris 49.178 1.851 48.531 2.911 package_coast porto 41.399 -8.795 40.981 -8.358 package_coast prague 50.408 13.842 49.763 15.012 diff --git a/osm2pgsql.sh b/osm2pgsql.sh index a61d2ac..cd46edf 100755 --- a/osm2pgsql.sh +++ b/osm2pgsql.sh @@ -379,6 +379,9 @@ wait osm2pgsql_shapefiles oslo & imposm_shapefiles oslo & wait +osm2pgsql_shapefiles palermo & +imposm_shapefiles palermo & +wait osm2pgsql_shapefiles paris & imposm_shapefiles paris & wait diff --git a/osmosis.sh b/osmosis.sh index da6c0d2..7646cce 100755 --- a/osmosis.sh +++ b/osmosis.sh @@ -96,7 +96,7 @@ bzcat planet-latest.osm.bz2 | bin/osmosis --rx file=- \ --bb top=36.558 left=138.779 bottom=34.867 right=141.152 \ --tee outputCount=2 --wx file=ex/tokyo.osm.bz2 --wb file=ex/tokyo.osm.pbf \ --bb top=64.297 left=-22.826 bottom=37.514 right=51.918 \ - --b --tee outputCount=68 \ + --b --tee outputCount=69 \ --bb top=52.629 left=4.465 bottom=52.163 right=5.347 \ --tee outputCount=2 --wx file=ex/amsterdam.osm.bz2 --wb file=ex/amsterdam.osm.pbf \ --bb top=38.365 left=22.949 bottom=37.514 right=24.421 \ @@ -191,6 +191,8 @@ bzcat planet-latest.osm.bz2 | bin/osmosis --rx file=- \ --tee outputCount=2 --wx file=ex/odessa.osm.bz2 --wb file=ex/odessa.osm.pbf \ --bb top=60.424 left=9.691 bottom=58.938 right=11.493 \ --tee outputCount=2 --wx file=ex/oslo.osm.bz2 --wb file=ex/oslo.osm.pbf \ + --bb top=38.295 left=12.912 bottom=37.771 right=13.845 \ + --tee outputCount=2 --wx file=ex/palermo.osm.bz2 --wb file=ex/palermo.osm.pbf \ --bb top=49.178 left=1.851 bottom=48.531 right=2.911 \ --tee outputCount=2 --wx file=ex/paris.osm.bz2 --wb file=ex/paris.osm.pbf \ --bb top=41.399 left=-8.795 bottom=40.981 right=-8.358 \ diff --git a/previews/palermo.jpg b/previews/palermo.jpg new file mode 100644 index 0000000..59c7d3f Binary files /dev/null and b/previews/palermo.jpg differ