This style adds Icons for Parcel lockers. {{{ #!style type="mapcss" meta { title: "Show parcel lockers"; description: "Show an icon for parcel lockers."; version: "0.[[revision]]_[[date]]_Antweiler"; author: "Eifelkobold!"; link: "https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dparcel_locker"; } node[amenity=parcel_locker] { icon-image: "https://wiki.openstreetmap.org/w/images/f/f1/Parcel_locker_icon_mockup_-_32.svg"; icon-width: 16; text: auto; } node[amenity=parcel_locker][operator=DHL] { icon-image: "https://wiki.openstreetmap.org/w/images/b/b4/Yellow_parcel_locker_symbol_-_128.svg"; icon-width: 16; text: auto; } node[amenity=parcel_locker][operator=DHL][parcel_pickup=no] { icon-image: "https://wiki.openstreetmap.org/w/images/0/0d/Yellow_parcel_box_symbol_-_128.svg"; icon-width: 16; text: auto; } node[amenity=parcel_locker][operator=Amazon] { icon-image: "https://wiki.openstreetmap.org/w/images/7/74/White_parcel_locker_symbol_-_128.svg"; icon-width: 16; text: auto; } }}}