From 610af95ed17be28b55b4a9eec15411d325c21020 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 23 Dec 2022 19:29:07 +0100 Subject: [PATCH] remove old import styles --- settings/import-address.style | 124 ----------------- settings/import-admin.style | 77 ---------- settings/import-extratags.style | 237 ------------------------------- settings/import-full.style | 240 -------------------------------- settings/import-street.style | 92 ------------ 5 files changed, 770 deletions(-) delete mode 100644 settings/import-address.style delete mode 100644 settings/import-admin.style delete mode 100644 settings/import-extratags.style delete mode 100644 settings/import-full.style delete mode 100644 settings/import-street.style diff --git a/settings/import-address.style b/settings/import-address.style deleted file mode 100644 index b4457fa5..00000000 --- a/settings/import-address.style +++ /dev/null @@ -1,124 +0,0 @@ -[ -{ - "keys" : [ "" ], - "values" : { - "no" : "skip" - } -}, -{ "keys" : ["wikipedia", "wikipedia:*", "wikidata", "area"], - "values" : { - "" : "extra" - } -}, -{ - "keys" : ["*:prefix", "*:suffix", "name:prefix:*", "name:suffix:*", - "name:etymology", "name:signed", "name:botanical", "*:wikidata", - "addr:street:name", "addr:street:type"], - "values" : { - "" : "skip" - } -}, -{ - "keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref", - "iata", "icao", "pcode", "ISO3166-2"], - "values" : { - "" : "ref" - } -}, -{ - "keys" : ["name", "name:*", "int_name", "int_name:*", "nat_name", "nat_name:*", - "reg_name", "reg_name:*", "loc_name", "loc_name:*", - "old_name", "old_name:*", "alt_name", "alt_name:*", "alt_name_*", - "official_name", "official_name:*", "place_name", "place_name:*", - "short_name", "short_name:*", "brand"], - "values" : { - "" : "name" - } -}, -{ - "keys" : ["landuse"], - "values" : { - "cemetry" : "skip", - "" : "fallback,with_name" - } -}, -{ - "keys" : ["boundary"], - "values" : { - "administrative" : "main", - "postal_code" : "main" - } -}, -{ - "keys" : ["place"], - "values" : { - "" : "main" - } -}, -{ - "keys" : ["addr:housename"], - "values" : { - "" : "name,house" - } -}, -{ - "keys" : ["addr:housenumber", "addr:conscriptionnumber", "addr:streetnumber"], - "values" : { - "" : "address,house" - } -}, -{ - "keys" : ["addr:interpolation"], - "values" : { - "" : "interpolation,address" - } -}, -{ - "keys" : ["postal_code", "postcode", "addr:postcode", - "tiger:zip_left", "tiger:zip_right"], - "values" : { - "" : "postcode,fallback" - } -}, -{ - "keys" : ["country_code", "ISO3166-1", "is_in:country_code", "is_in:country", - "addr:country", "addr:country_code"], - "values" : { - "" : "country" - } -}, -{ - "keys" : ["addr:*", "is_in:*", "tiger:county"], - "values" : { - "" : "address" - } -}, -{ - "keys" : ["highway"], - "values" : { - "motorway" : "main", - "trunk" : "main", - "primary" : "main", - "secondary" : "main", - "tertiary" : "main", - "unclassified" : "main", - "residential" : "main", - "living_street" : "main", - "pedestrian" : "main", - "road" : "main", - "service" : "main,with_name", - "cycleway" : "main,with_name", - "path" : "main,with_name", - "footway" : "main,with_name", - "steps" : "main,with_name", - "bridleway" : "main,with_name", - "track" : "main,with_name", - "byway": "main,with_name", - "motorway_link" : "main,with_name", - "trunk_link" : "main,with_name", - "primary_link" : "main,with_name", - "secondary_link" : "main,with_name", - "tertiary_link" : "main,with_name" - } -} -] diff --git a/settings/import-admin.style b/settings/import-admin.style deleted file mode 100644 index 37d03a83..00000000 --- a/settings/import-admin.style +++ /dev/null @@ -1,77 +0,0 @@ -[ -{ "keys" : ["wikipedia", "wikipedia:*", "wikidata"], - "values" : { - "" : "extra" - } -}, -{ - "keys" : ["*:prefix", "*:suffix", "name:prefix:*", "name:suffix:*", - "name:etymology", "name:signed", "name:botanical", "*:wikidata", - "addr:street:name", "addr:street:type"], - "values" : { - "" : "skip" - } -}, -{ - "keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref", - "iata", "icao", "pcode", "ISO3166-2"], - "values" : { - "" : "ref" - } -}, -{ - "keys" : ["name", "name:*", "int_name", "int_name:*", "nat_name", "nat_name:*", - "reg_name", "reg_name:*", "loc_name", "loc_name:*", - "old_name", "old_name:*", "alt_name", "alt_name:*", "alt_name_*", - "official_name", "official_name:*", "place_name", "place_name:*", - "short_name", "short_name:*", "brand"], - "values" : { - "" : "name" - } -}, -{ - "keys" : ["landuse"], - "values" : { - "cemetry" : "skip", - "" : "fallback,with_name" - } -}, -{ - "keys" : ["boundary"], - "values" : { - "administrative" : "main" - } -}, -{ - "keys" : ["place"], - "values" : { - "" : "main" - } -}, -{ - "keys" : ["country_code", "ISO3166-1", "is_in:country_code", "is_in:country", - "addr:country", "addr:country_code"], - "values" : { - "" : "country" - } -}, -{ - "keys" : ["addr:*", "is_in:*", "tiger:county"], - "values" : { - "" : "address" - } -}, -{ - "keys" : ["postal_code", "postcode", "addr:postcode", - "tiger:zip_left", "tiger:zip_right"], - "values" : { - "" : "postcode" - } -}, -{ - "keys" : ["capital"], - "values" : { - "" : "extra" - } -} -] diff --git a/settings/import-extratags.style b/settings/import-extratags.style deleted file mode 100644 index 76146de2..00000000 --- a/settings/import-extratags.style +++ /dev/null @@ -1,237 +0,0 @@ -[ -{ - "keys" : ["*source"], - "values" : { - "" : "skip" - } -}, -{ - "keys" : ["*:prefix", "*:suffix", "name:prefix:*", "name:suffix:*", - "name:etymology", "name:signed", "name:botanical", "wikidata", "*:wikidata", - "addr:street:name", "addr:street:type"], - "values" : { - "" : "extra" - } -}, -{ - "keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref", - "iata", "icao", "pcode", "pcode:*", "ISO3166-2"], - "values" : { - "" : "ref" - } -}, -{ - "keys" : ["name", "name:*", "int_name", "int_name:*", "nat_name", "nat_name:*", - "reg_name", "reg_name:*", "loc_name", "loc_name:*", - "old_name", "old_name:*", "alt_name", "alt_name:*", "alt_name_*", - "official_name", "official_name:*", "place_name", "place_name:*", - "short_name", "short_name:*", "brand"], - "values" : { - "" : "name" - } -}, -{ - "keys" : ["addr:housename"], - "values" : { - "" : "name,house" - } -}, -{ - "keys" : ["emergency"], - "values" : { - "fire_hydrant" : "skip", - "yes" : "skip", - "no" : "skip", - "" : "main" - } -}, -{ - "keys" : ["historic", "military"], - "values" : { - "no" : "skip", - "yes" : "skip", - "" : "main" - } -}, -{ - "keys" : ["natural"], - "values" : { - "yes" : "skip", - "no" : "skip", - "coastline" : "skip", - "" : "main,with_name" - } -}, -{ - "keys" : ["landuse"], - "values" : { - "cemetry" : "main,with_name", - "" : "main,fallback,with_name" - } -}, -{ - "keys" : ["highway"], - "values" : { - "no" : "skip", - "turning_circle" : "skip", - "mini_roundabout" : "skip", - "noexit" : "skip", - "crossing" : "skip", - "give_way" : "skip", - "stop" : "skip", - "street_lamp" : "main,with_name", - "traffic_signals" : "main,with_name", - "service" : "main,with_name", - "cycleway" : "main,with_name", - "path" : "main,with_name", - "footway" : "main,with_name", - "steps" : "main,with_name", - "bridleway" : "main,with_name", - "track" : "main,with_name", - "byway": "main,with_name", - "motorway_link" : "main,with_name", - "trunk_link" : "main,with_name", - "primary_link" : "main,with_name", - "secondary_link" : "main,with_name", - "tertiary_link" : "main,with_name", - "" : "main" - } -}, -{ - "keys" : ["railway"], - "values" : { - "level_crossing" : "skip", - "no" : "skip", - "rail" : "extra", - "" : "main,with_name" - } -}, -{ - "keys" : ["man_made"], - "values" : { - "survey_point" : "skip", - "cutline" : "skip", - "" : "main" - } -}, -{ - "keys" : ["aerialway"], - "values" : { - "pylon" : "skip", - "no" : "skip", - "" : "main" - } -}, -{ - "keys" : ["boundary"], - "values" : { - "place" : "skip", - "postal_code" : "main", - "" : "main,with_name" - } -}, -{ - "keys" : ["aeroway", "amenity", "club", "craft", "leisure", - "office", "mountain_pass"], - "values" : { - "no" : "skip", - "" : "main" - } -}, -{ - "keys" : ["shop"], - "values" : { - "no" : "skip", - "" : "main" - } -}, -{ - "keys" : ["tourism"], - "values" : { - "yes" : "skip", - "no" : "skip", - "" : "main" - } -}, -{ - "keys" : ["bridge", "tunnel"], - "values" : { - "" : "main,with_name_key" - } -}, -{ - "keys" : ["waterway"], - "values" : { - "riverbank" : "skip", - "" : "main,with_name" - } -}, -{ - "keys" : ["place"], - "values" : { - "" : "main" - } -}, -{ - "keys" : ["junction", "healthcare"], - "values" : { - "" : "main,fallback,with_name" - } -}, -{ - "keys" : ["postal_code", "postcode", "addr:postcode", - "tiger:zip_left", "tiger:zip_right"], - "values" : { - "" : "postcode,fallback" - } -}, -{ - "keys" : ["country_code", "ISO3166-1", "is_in:country_code", "is_in:country", - "addr:country", "addr:country_code"], - "values" : { - "" : "country" - } -}, -{ - "keys" : ["addr:housenumber", "addr:conscriptionnumber", "addr:streetnumber"], - "values" : { - "" : "address,house" - } -}, -{ - "keys" : ["addr:interpolation"], - "values" : { - "" : "interpolation,address" - } -}, -{ - "keys" : ["addr:*", "is_in:*", "tiger:county"], - "values" : { - "" : "address" - } -}, -{ - "keys" : ["building"], - "values" : { - "no" : "skip", - "" : "main,fallback,with_name" - } -}, -{ - "keys" : ["note", "note:*", "source", "source*", "attribution", - "comment", "fixme", "FIXME", "created_by", "tiger:*", "NHD:*", - "nhd:*", "gnis:*", "geobase:*", "KSJ2:*", "yh:*", - "osak:*", "naptan:*", "CLC:*", "import", "it:fvg:*", - "type", "lacounty:*", "ref:ruian:*", "building:ruian:type", - "ref:linz:*"], - "values" : { - "" : "skip" - } -}, -{ - "keys" : [""], - "values" : { - "" : "extra" - } -} -] diff --git a/settings/import-full.style b/settings/import-full.style deleted file mode 100644 index ed874a17..00000000 --- a/settings/import-full.style +++ /dev/null @@ -1,240 +0,0 @@ -[ -{ - "keys" : ["*source"], - "values" : { - "" : "skip" - } -}, -{ - "keys" : ["*:prefix", "*:suffix", "name:prefix:*", "name:suffix:*", - "name:etymology", "name:signed", "name:botanical", "wikidata", "*:wikidata", - "addr:street:name", "addr:street:type"], - "values" : { - "" : "extra" - } -}, -{ - "keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref", - "iata", "icao", "pcode", "pcode:*", "ISO3166-2"], - "values" : { - "" : "ref" - } -}, -{ - "keys" : ["name", "name:*", "int_name", "int_name:*", "nat_name", "nat_name:*", - "reg_name", "reg_name:*", "loc_name", "loc_name:*", - "old_name", "old_name:*", "alt_name", "alt_name:*", "alt_name_*", - "official_name", "official_name:*", "place_name", "place_name:*", - "short_name", "short_name:*", "brand"], - "values" : { - "" : "name" - } -}, -{ - "keys" : ["addr:housename"], - "values" : { - "" : "name,house" - } -}, -{ - "keys" : ["emergency"], - "values" : { - "fire_hydrant" : "skip", - "yes" : "skip", - "no" : "skip", - "" : "main" - } -}, -{ - "keys" : ["historic", "military"], - "values" : { - "no" : "skip", - "yes" : "skip", - "" : "main" - } -}, -{ - "keys" : ["natural"], - "values" : { - "yes" : "skip", - "no" : "skip", - "coastline" : "skip", - "" : "main,with_name" - } -}, -{ - "keys" : ["landuse"], - "values" : { - "cemetry" : "main,with_name", - "" : "main,fallback,with_name" - } -}, -{ - "keys" : ["highway"], - "values" : { - "no" : "skip", - "turning_circle" : "skip", - "mini_roundabout" : "skip", - "noexit" : "skip", - "crossing" : "skip", - "give_way" : "skip", - "stop" : "skip", - "street_lamp" : "main,with_name", - "traffic_signals" : "main,with_name", - "service" : "main,with_name", - "cycleway" : "main,with_name", - "path" : "main,with_name", - "footway" : "main,with_name", - "steps" : "main,with_name", - "bridleway" : "main,with_name", - "track" : "main,with_name", - "byway": "main,with_name", - "motorway_link" : "main,with_name", - "trunk_link" : "main,with_name", - "primary_link" : "main,with_name", - "secondary_link" : "main,with_name", - "tertiary_link" : "main,with_name", - "" : "main" - } -}, -{ - "keys" : ["railway"], - "values" : { - "level_crossing" : "skip", - "no" : "skip", - "rail" : "skip", - "" : "main,with_name" - } -}, -{ - "keys" : ["man_made"], - "values" : { - "survey_point" : "skip", - "cutline" : "skip", - "" : "main" - } -}, -{ - "keys" : ["aerialway"], - "values" : { - "pylon" : "skip", - "no" : "skip", - "" : "main" - } -}, -{ - "keys" : ["boundary"], - "values" : { - "place" : "skip", - "postal_code" : "main", - "" : "main,with_name" - } -}, -{ - "keys" : ["aeroway", "amenity", "club", "craft", "leisure", - "office", "mountain_pass"], - "values" : { - "no" : "skip", - "" : "main" - } -}, -{ - "keys" : ["shop"], - "values" : { - "no" : "skip", - "" : "main" - } -}, -{ - "keys" : ["tourism"], - "values" : { - "yes" : "skip", - "no" : "skip", - "" : "main" - } -}, -{ - "keys" : ["bridge", "tunnel"], - "values" : { - "" : "main,with_name_key" - } -}, -{ - "keys" : ["waterway"], - "values" : { - "riverbank" : "skip", - "" : "main,with_name" - } -}, -{ - "keys" : ["place"], - "values" : { - "" : "main" - } -}, -{ - "keys" : ["junction", "healthcare"], - "values" : { - "" : "main,fallback,with_name" - } -}, -{ - "keys" : ["postal_code", "postcode", "addr:postcode", - "tiger:zip_left", "tiger:zip_right"], - "values" : { - "" : "postcode,fallback" - } -}, -{ - "keys" : ["country_code", "ISO3166-1", "is_in:country_code", "is_in:country", - "addr:country", "addr:country_code"], - "values" : { - "" : "country" - } -}, -{ - "keys" : ["addr:housenumber", "addr:conscriptionnumber", "addr:streetnumber"], - "values" : { - "" : "address,house" - } -}, -{ - "keys" : ["addr:interpolation"], - "values" : { - "" : "interpolation,address" - } -}, -{ - "keys" : ["addr:*", "is_in:*", "tiger:county"], - "values" : { - "" : "address" - } -}, -{ - "keys" : ["building"], - "values" : { - "no" : "skip", - "" : "main,fallback,with_name" - } -}, -{ - "keys" : ["tracktype", "traffic_calming", "service", "cuisine", "capital", - "dispensing", "religion", "denomination", "sport", - "internet_access", "lanes", "surface", "smoothness", "width", - "est_width", "incline", "opening_hours", "collection_times", - "service_times", "disused", "wheelchair", "sac_scale", - "trail_visibility", "mtb:scale", "mtb:description", "wood", - "drive_through", "drive_in", "access", "vehicle", "bicyle", - "foot", "goods", "hgv", "motor_vehicle", "motor_car", "oneway", - "date_on", "date_off", "day_on", "day_off", "hour_on", "hour_off", - "maxweight", "maxheight", "maxspeed", "fee", "toll", "charge", - "population", "description", "image", "attribution", "fax", - "email", "url", "website", "phone", "real_ale", "smoking", - "food", "camera", "brewery", "locality", "wikipedia", - "wikipedia:*", "access:*", "contact:*", "drink:*", "toll:*", - "area"], - "values" : { - "" : "extra" - } -} -] diff --git a/settings/import-street.style b/settings/import-street.style deleted file mode 100644 index a1b0e8d6..00000000 --- a/settings/import-street.style +++ /dev/null @@ -1,92 +0,0 @@ -[ -{ "keys" : ["wikipedia", "wikipedia:*", "wikidata", "area"], - "values" : { - "" : "extra" - } -}, -{ - "keys" : ["*:prefix", "*:suffix", "name:prefix:*", "name:suffix:*", - "name:etymology", "name:signed", "name:botanical", "*:wikidata", - "addr:street:name", "addr:street:type"], - "values" : { - "" : "skip" - } -}, -{ - "keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref", - "iata", "icao", "pcode", "ISO3166-2"], - "values" : { - "" : "ref" - } -}, -{ - "keys" : ["name", "name:*", "int_name", "int_name:*", "nat_name", "nat_name:*", - "reg_name", "reg_name:*", "loc_name", "loc_name:*", - "old_name", "old_name:*", "alt_name", "alt_name:*", "alt_name_*", - "official_name", "official_name:*", "place_name", "place_name:*", - "short_name", "short_name:*", "brand"], - "values" : { - "" : "name" - } -}, -{ - "keys" : ["landuse"], - "values" : { - "cemetry" : "skip", - "" : "fallback,with_name" - } -}, -{ - "keys" : ["boundary"], - "values" : { - "administrative" : "main" - } -}, -{ - "keys" : ["place"], - "values" : { - "" : "main" - } -}, -{ - "keys" : ["country_code", "ISO3166-1", "is_in:country_code", "is_in:country", - "addr:country", "addr:country_code"], - "values" : { - "" : "country" - } -}, -{ - "keys" : ["addr:*", "is_in:*", "tiger:county"], - "values" : { - "" : "address" - } -}, -{ - "keys" : ["highway"], - "values" : { - "motorway" : "main", - "trunk" : "main", - "primary" : "main", - "secondary" : "main", - "tertiary" : "main", - "unclassified" : "main", - "residential" : "main", - "living_street" : "main", - "pedestrian" : "main", - "road" : "main", - "service" : "main,with_name", - "cycleway" : "main,with_name", - "path" : "main,with_name", - "footway" : "main,with_name", - "steps" : "main,with_name", - "bridleway" : "main,with_name", - "track" : "main,with_name", - "byway": "main,with_name", - "motorway_link" : "main,with_name", - "trunk_link" : "main,with_name", - "primary_link" : "main,with_name", - "secondary_link" : "main,with_name", - "tertiary_link" : "main,with_name" - } -} -] -- 2.39.5