From 2f862ca0ec622a5fa87b46efeed91378726ee8af Mon Sep 17 00:00:00 2001 From: Al Date: Mon, 4 Apr 2016 22:15:07 -0400 Subject: [PATCH] [osm] Adding place=plot to subdivisions data set --- scripts/geodata/osm/fetch_osm_address_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/geodata/osm/fetch_osm_address_data.sh b/scripts/geodata/osm/fetch_osm_address_data.sh index 3d13f4be..a545752d 100755 --- a/scripts/geodata/osm/fetch_osm_address_data.sh +++ b/scripts/geodata/osm/fetch_osm_address_data.sh @@ -98,7 +98,7 @@ osmfilter $PLANET_O5M --keep="name= and ( $VALID_NEIGHBORHOODS )" --drop-relatio echo "Filtering for subdivision polygons" PLANET_SUBDIVISIONS="planet-subdivisions.osm" -osmfilter $PLANET_O5M --keep="( name= or addr:housename= ) and ( place=subdivision or place=city_block or place=allotmenets or landuse=residential or landuse=commercial or landuse=industrial or landuse=retail or landuse=military )" --drop="place= or boundary=" --drop-author --drop-version -o=$PLANET_SUBDIVISIONS +osmfilter $PLANET_O5M --keep="( name= or addr:housename= ) and ( place=allotmenets or place=city_block or place=plot or place=subdivision or landuse=residential or landuse=commercial or landuse=industrial or landuse=retail or landuse=military )" --drop="place= or boundary=" --drop-author --drop-version -o=$PLANET_SUBDIVISIONS echo "Filtering for postal_code polygons" PLANET_POSTAL_CODES="planet-postcodes.osm"