{ "id": "parcel_lockers", "name": { "en": "Parcel Lockers", "de": "Paketschließfächer" }, "description": { "en": "Layer showing parcel lockers for collecting and sending parcels.", "de": "Ebene mit Paketschließfächern zum Abholen und Versenden von Paketen." }, "minzoom": 12, "source": { "osmTags": { "or": [ "amenity=parcel_locker", { "and": [ "amenity=vending_machine", "vending=parcel_pickup;parcel_mail_in" ] } ] } }, "presets": [ { "title": { "en": "a parcel locker", "nl": "een pakketautomaat", "de": "ein Paketschließfach" }, "preciseInput": { "preferredBackground": "photo" }, "tags": [ "amenity=parcel_locker" ] } ], "title": { "render": { "en": "Parcel Locker", "de": "Paketschließfach" }, "mappings": [ { "if": "brand~*", "then": { "en": "{brand} parcel locker", "de": "{brand} Paketschließfach" } } ] }, "tagRenderings": [ "images", { "id": "brand", "question": { "en": "What is the brand of the parcel locker?", "de": "Welche Marke hat das Paketschließfach?" }, "freeform": { "key": "brand", "type": "string", "placeholder": { "en": "Brand", "de": "Marke" } }, "mappings": [ { "if": "brand=Amazon Locker", "then": { "en": "This is an Amazon Locker", "de": "Dies ist ein Amazon Locker" }, "addExtraTags": [ "brand:wikidata=Q16974764", "brand:wikipedia=en:Amazon Locker", "operator=Amazon" ] }, { "if": "brand=DHL Packstation", "then": { "en": "This is a DHL Packstation", "de": "Dies ist eine DHL-Packstation" }, "addExtraTags": [ "brand:wikidata=Q1766703", "brand:wikipedia=de:Packstation", "operator=DHL" ], "hideInAnswer": "_country!=de" }, { "if": "brand=Pickup Station", "then": { "en": "This is a DPD Pickup Station", "de": "Dies ist eine DPD Pickup Station" }, "addExtraTags": [ "operator=DPD" ], "hideInAnswer": "_country!=pl" }, { "if": "brand=PostNL", "then": { "en": "This is a PostNL Parcel Locker", "nl": "Dit is een PostNL pakketautomaat", "de": "Dies ist ein PostNL-Paketschließfach" }, "addExtraTags": [ "operator=PostNL" ], "hideInAnswer": "_country!=nl" } ], "render": { "en": "This is a {brand} parcel locker", "de": "Dies ist ein Paketschließfach von {brand}" } }, { "id": "operator", "question": { "en": "What is the operator of the parcel locker?", "de": "Was ist der Betreiber des Paketschließfachs?" }, "freeform": { "key": "operator", "type": "string", "placeholder": { "en": "Operator", "de": "Betreiber" } }, "render": { "en": "This parcel locker is operated by {operator}", "de": "Dieses Paketschließfach wird von {operator} betrieben" } }, "opening_hours", { "id": "ref", "question": { "en": "What is the reference number/identifier of this parcel locker?", "de": "Wie lautet die Referenznummer/Kennung dieses Paketschließfachs?" }, "freeform": { "key": "ref", "type": "string", "placeholder": { "en": "Reference", "de": "Referenz" } }, "render": { "en": "This parcel locker has the reference {ref}", "de": "Dieses Paketschließfach hat die Kennnummer {ref}" } }, { "id": "mail-in", "question": { "en": "Can you send packages from this parcel locker?", "de": "Können Sie von diesem Paketschließfach aus Pakete versenden?" }, "mappings": [ { "if": "parcel_mail_in=yes", "then": { "en": "You can send packages from this parcel locker", "de": "Sie können Pakete von diesem Paketschließfach aus versenden" } }, { "if": "parcel_mail_in=no", "then": { "en": "You can't send packages from this parcel locker", "de": "Sie können keine Pakete von diesem Paketschließfach aus versenden" } } ], "condition": "amenity=parcel_locker" }, { "id": "pickup", "question": { "en": "Can you pick up packages from this parcel locker?", "de": "Können Sie Pakete aus diesem Paketschließfach abholen?" }, "mappings": [ { "if": "parcel_pickup=yes", "then": { "en": "You can pick up packages from this parcel locker", "de": "Sie können Pakete von diesem Paketschließfach abholen" } }, { "if": "parcel_pickup=no", "then": { "en": "You can't pick up packages from this parcel locker", "de": "Sie können keine Pakete von diesem Paketschließfach abholen" } } ], "condition": "amenity=parcel_locker" } ], "filter": [ { "id": "is_open", "options": [ { "question": { "en": "Currently open", "de": "Aktuell geöffnet", "zh_Hant": "目前開放", "id": "Saat ini buka", "hu": "Most nyitva", "nl": "Momenteel geopend", "ca": "Actualment obert", "es": "Actualmente abierta", "fr": "Ouvert actuellement" }, "osmTags": "_isOpen=yes" } ] } ], "allowMove": { "enableImproveAccuracy": true }, "deletion": true, "mapRendering": [ { "icon": "square:white;./assets/layers/parcel_lockers/parcel_lockers.svg", "iconBadges": [ { "if": "opening_hours~*", "then": "isOpen" } ], "iconSize": "40,40,center", "location": [ "point", "centroid" ] } ] }