Skip to content

Latest commit

 

History

History
executable file
·
527 lines (472 loc) · 96.6 KB

icons.md

File metadata and controls

executable file
·
527 lines (472 loc) · 96.6 KB

Icon Library

Mapzen basemap styles include custom icons to display points of interest on a map, ranging from airports to zoos. These can be used interchangeably between the different basemaps or in a custom Tangram map of your own.

The library has expanded to a several hundred icons. Most, but not all icons, are available in 4 or more styles.

There are no rights restrictions on the icons. The examples below are for Tangram but you are free to use the icons in your favorite mapping library or application. The original Illustrator vector artwork is also available.

Using built-in sprites

Icons can be added to a Tangram map using the sprites property of the mapzen_icon_library draw style.

By icon name

Import the Refill basemap style (which includes the Mapzen icon library) and draw user-provided points on the map using the library's zoo icon.

import:
    - https://mapzen.com/carto/refill-style/9/refill-style.zip

sources:
    my-source:
        type: GeoJSON
        url:  https://example.com/filename.geojson

layers:
    my-layer:
        data:
            source: my-source
        draw:
            mapzen_icon_library:
                sprite: zoo

Data-driven styling

Data-driven styling is supported when your data includes a kind property with values matched to the icon names in the table. Data is evaluated on a per-feature basis so you'll end up with a variety of icons shown on the map.

import:
    - https://mapzen.com/carto/refill-style/9/refill-style.zip

sources:
    my-source:
        type: GeoJSON
        url:  https://example.com/filename.geojson

layers:
    my-layer:
        data:
            source: my-source
        draw:
            mapzen_icon_library: {}

Bring your own classification

Sprites can be defined with a Javascript function that allows remapping property values to the named icons in the library.

import:
    - https://mapzen.com/carto/refill-style/9/refill-style.zip

sources:
    my-source:
        type: GeoJSON
        url:  https://example.com/filename.geojson

layers:
    my-layer:
        data:
            source: my-source
        draw:
            mapzen_icon_library:
                sprite: |
                    function() {
                        var class = feature.class;
                        var kind = class == 'my_airport'   ? 'airport'  :
                                   class == 'my_hospital'  ? 'hospital' :
                                   class == 'my_zoo'       ? 'zoo'      :
                                   'generic';
                        return kind;
                    }

Using Mapzen icons independently

Tangram

You can use the icons in the Mapzen icon library independent of Mapzen basemap styles by importing just the icon bundle into a Tangram scene.

  • https://mapzen.com/carto/bubble-wrap-style/8/themes/bubble-wrap-icons.zip
  • https://mapzen.com/carto/cinnabar-style/8/themes/cinnabar-icons.zip
  • https://mapzen.com/carto/refill-style/9/themes/refill-icons.zip
  • https://mapzen.com/carto/tron-style/5/themes/tron-icons.zip
  • https://mapzen.com/carto/walkabout-style/6/themes/walkabout-icons.zip
  • https://mapzen.com/carto/sdk-default-style/1/themes/sdk-default-icons.zip

For example:

import:
    - https://mapzen.com/carto/refill-style/9/themes/refill-icons.zip

sources:
    my-source:
        type: GeoJSON
        url:  https://example.com/filename.geojson

layers:
    my-layer:
        data:
            source: my-source
        draw:
            mapzen_icon_library:
                sprite: zoo

Sprites

The Mapzen Icon Library is available for use in your favorite mapping or graphics software as individual sprite images.

Currently only only png format at 2x resolution is supported.

  • https://mapzen.com/carto/bubble-wrap-style/8/icons/{resolution}/{sprite}.{format}
  • https://mapzen.com/carto/cinnabar-style/8/icons/{resolution}/{sprite}.{format}
  • https://mapzen.com/carto/refill-style/9/icons/{resolution}/{sprite}.{format}
  • https://mapzen.com/carto/tron-style/5/icons/{resolution}/{sprite}.{format}
  • https://mapzen.com/carto/walkabout-style/6/icons/{resolution}/{sprite}.{format}
  • https://mapzen.com/carto/sdk-default-style/1/icons/{resolution}/{sprite}.{format}

For example:

Load the adit sprite in the Bubble Wrap style at 2x in png format:

https://mapzen.com/carto/bubble-wrap-style/8/icons/2x/adit.png

Customize icon colors

You can customize the icon colors by changing the global color of colorized-icons in styles. Assign the color in the global u_tint. If you would like to color the badge fill area, assign the color in the draw layer. See below:

import:
    - https://mapzen.com/carto/refill-style/9/themes/refill-icons.zip

sources:
    my-source:
        type: GeoJSON
        url:  https://example.com/filename.geojson

styles:
    colorized-icons:
        shaders:
            uniforms:
                # color the icon here
                u_tint: [0.925,0.090,0.094]

layers:
    my-layer:
        data:
            source: my-source
        draw:
            mapzen_icon_library:
                # color the badge fill area here
                color: [0.724,1.000,0.893]
                sprite: zoo

Mix and match icon styles

You could even use the Bubble Wrap icons on Refill!

import:
    - https://mapzen.com/carto/refill-style/9/refill-style.zip
    - https://mapzen.com/carto/bubble-wrap-style/8/themes/bubble-wrap-icons.zip

Sprites

Sprite names generally match the kind values from the Mapzen vector tiles points of interest (pois) layer.

Some exceptions:

  • Populated places that are displayed as point features (capitals, cities, and towns for instance) use the capital or townspot icons, respectively.
  • Icons for sports pitches and religious places of worship are based on kind_detail.
  • Road shields are generally sourced from the network values in the roads layer
  • User experience assets are prefixed with ux-.
sprite Bubble Wrap Walkabout Tron Refill Cinnabar
adit adit adit adit adit adit
aerodrome aerodrome aerodrome aerodrome aerodrome aerodrome
airport airport airport airport airport airport
airport-l airport-l
alcohol alcohol alcohol alcohol alcohol alcohol
allotments allotments
amusement_ride amusement_ride amusement_ride amusement_ride amusement_ride amusement_ride
apartments apartments apartments apartments apartments apartments
aquarium aquarium aquarium aquarium aquarium aquarium
archaeological_site archaeological_site archaeological_site archaeological_site archaeological_site archaeological_site
atm atm atm atm atm atm
attraction attraction
bakery bakery bakery bakery bakery bakery
bank bank bank bank bank bank
bar bar bar bar bar bar
baseball baseball baseball baseball baseball baseball
basketball basketball basketball basketball basketball basketball
battlefield battlefield battlefield battlefield
bbq bbq
beach beach beach beach beach beach
beach_resort beach_resort
beacon beacon beacon beacon beacon beacon
bench bench bench bench bench bench
bicycle bicycle bicycle bicycle bicycle bicycle
bicycle_parking bicycle_parking bicycle_parking bicycle_parking bicycle_parking bicycle_parking
bicycle_rental bicycle_rental bicycle_rental bicycle_rental bicycle_rental bicycle_rental
bicycle_rental_station bicycle_rental_station bicycle_rental_station bicycle_rental_station bicycle_rental_station bicycle_rental_station
biergarten biergarten biergarten biergarten biergarten biergarten
boat_rental boat_rental
books books books books books books
brewery brewery brewery brewery brewery brewery
bridge bridge bridge bridge bridge bridge
buddhist buddhist buddhist buddhist buddhist buddhist
building building building building building building
bus_station bus_station bus_station bus_station bus_station bus_station
bus_stop bus_stop bus_stop bus_stop bus_stop bus_stop
butcher butcher butcher butcher butcher butcher
cafe cafe cafe cafe cafe cafe
camp_site camp_site camp_site camp_site camp_site camp_site
capital-l capital-l capital-l capital-l capital-l capital-l
capital-m capital-m capital-m capital-m capital-m capital-m
capital-s capital-s capital-s capital-s capital-s capital-s
capital-xl capital-xl capital-xl capital-xl capital-xl capital-xl
capital-xs capital-xs capital-xs capital-xs capital-xs capital-xs
car car car car car car
car_repair car_repair car_repair car_repair car_repair car_repair
car_sharing car_sharing car_sharing car_sharing car_sharing car_sharing
caravan_site caravan_site caravan_site
care_home care_home care_home care_home care_home care_home
castle castle castle castle castle castle
category-namespace-do_and_see category-namespace-do_and_see category-namespace-do_and_see category-namespace-do_and_see category-namespace-do_and_see category-namespace-do_and_see
category-namespace-eat_and_drink category-namespace-eat_and_drink category-namespace-eat_and_drink category-namespace-eat_and_drink category-namespace-eat_and_drink category-namespace-eat_and_drink
category-namespace-education_and_religion category-namespace-education_and_religion category-namespace-education_and_religion category-namespace-education_and_religion category-namespace-education_and_religion category-namespace-education_and_religion
category-namespace-health category-namespace-health category-namespace-health category-namespace-health category-namespace-health category-namespace-health
category-namespace-mobility category-namespace-mobility category-namespace-mobility category-namespace-mobility category-namespace-mobility category-namespace-mobility
category-namespace-other category-namespace-other category-namespace-other category-namespace-other category-namespace-other category-namespace-other
category-namespace-shop_and_service category-namespace-shop_and_service category-namespace-shop_and_service category-namespace-shop_and_service category-namespace-shop_and_service category-namespace-shop_and_service
category-predicate-addressing category-predicate-addressing category-predicate-addressing category-predicate-addressing category-predicate-addressing category-predicate-addressing
category-predicate-attraction category-predicate-attraction category-predicate-attraction category-predicate-attraction category-predicate-attraction category-predicate-attraction
category-predicate-civic category-predicate-civic category-predicate-civic category-predicate-civic category-predicate-civic category-predicate-civic
category-predicate-drink category-predicate-drink category-predicate-drink category-predicate-drink category-predicate-drink category-predicate-drink
category-predicate-eat category-predicate-eat category-predicate-eat category-predicate-eat category-predicate-eat category-predicate-eat
category-predicate-education category-predicate-education category-predicate-education category-predicate-education category-predicate-education category-predicate-education
category-predicate-fun category-predicate-fun category-predicate-fun category-predicate-fun category-predicate-fun category-predicate-fun
category-predicate-health category-predicate-health category-predicate-health category-predicate-health category-predicate-health category-predicate-health
category-predicate-industry category-predicate-industry category-predicate-industry category-predicate-industry category-predicate-industry category-predicate-industry
category-predicate-mobility category-predicate-mobility category-predicate-mobility category-predicate-mobility category-predicate-mobility category-predicate-mobility
category-predicate-money category-predicate-money category-predicate-money category-predicate-money category-predicate-money category-predicate-money
category-predicate-nature category-predicate-nature category-predicate-nature category-predicate-nature category-predicate-nature category-predicate-nature
category-predicate-religion category-predicate-religion category-predicate-religion category-predicate-religion category-predicate-religion category-predicate-religion
category-predicate-service category-predicate-service category-predicate-service category-predicate-service category-predicate-service category-predicate-service
category-predicate-shop category-predicate-shop category-predicate-shop category-predicate-shop category-predicate-shop category-predicate-shop
category-predicate-sleep category-predicate-sleep category-predicate-sleep category-predicate-sleep category-predicate-sleep category-predicate-sleep
category-predicate-transport category-predicate-transport category-predicate-transport category-predicate-transport category-predicate-transport category-predicate-transport
cemetery cemetery cemetery cemetery cemetery cemetery
chapel chapel chapel chapel chapel chapel
chimney chimney chimney chimney chimney chimney
christian christian christian christian christian christian
cinema cinema cinema cinema cinema cinema
clinic clinic
clothes clothes clothes clothes clothes clothes
college college college college college college
company company company company company company
computer computer computer computer computer computer
confectionery confectionery confectionery confectionery confectionery confectionery
conservation conservation conservation conservation
convenience convenience convenience convenience convenience convenience
county_shield-1char county_shield-1char county_shield-1char county_shield-1char county_shield-1char county_shield-1char
county_shield-2char county_shield-2char county_shield-2char county_shield-2char county_shield-2char county_shield-2char
county_shield-3char county_shield-3char county_shield-3char county_shield-3char county_shield-3char county_shield-3char
county_shield-4char county_shield-4char county_shield-4char county_shield-4char county_shield-4char county_shield-4char
county_shield-5char county_shield-5char county_shield-5char county_shield-5char county_shield-5char county_shield-5char
courthouse courthouse courthouse courthouse courthouse courthouse
dam dam
dentist dentist
department_store department_store department_store department_store department_store department_store
dive_centre dive_centre
dock dock dock dock dock dock
doctors doctors
dog_park dog_park
doityourself doityourself doityourself doityourself doityourself doityourself
dot-black dot-black
dot-white dot-white
drinking_water drinking_water drinking_water drinking_water drinking_water drinking_water
dry_cleaning dry_cleaning dry_cleaning dry_cleaning dry_cleaning dry_cleaning
electronics electronics electronics electronics electronics electronics
embassy embassy embassy embassy embassy embassy
enclosure enclosure
estate_agent estate_agent estate_agent estate_agent estate_agent estate_agent
factory factory factory factory factory factory
fashion fashion fashion fashion fashion fashion
fast_food fast_food fast_food fast_food fast_food fast_food
ferry ferry ferry ferry ferry ferry
ferry_terminal ferry_terminal ferry_terminal ferry_terminal ferry_terminal ferry_terminal
fire_station fire_station fire_station fire_station fire_station fire_station
firepit firepit
fishing fishing
fishing_area fishing_area
fitness fitness fitness fitness fitness fitness
fitness_station fitness_station fitness_station fitness_station fitness_station fitness_station
florist florist florist florist florist florist
forest forest forest forest forest forest
fort fort fort fort fort fort
fountain fountain fountain fountain fountain fountain
fuel fuel fuel fuel fuel fuel
gallery gallery gallery gallery gallery gallery
garden garden garden garden garden garden
gas_canister gas_canister
gate gate
generator generator generator generator generator generator
generic generic generic generic generic generic
generic_shield-1char generic_shield-1char generic_shield-1char generic_shield-1char generic_shield-1char generic_shield-1char
generic_shield-2char generic_shield-2char generic_shield-2char generic_shield-2char generic_shield-2char generic_shield-2char
generic_shield-3char generic_shield-3char generic_shield-3char generic_shield-3char generic_shield-3char generic_shield-3char
generic_shield-4char generic_shield-4char generic_shield-4char generic_shield-4char generic_shield-4char generic_shield-4char
generic_shield-5char generic_shield-5char generic_shield-5char generic_shield-5char generic_shield-5char generic_shield-5char
geyser geyser
gift gift gift gift gift gift
golf_course golf_course golf_course golf_course golf_course golf_course
government government government government government government
grass grass grass grass grass grass
grave_yard grave_yard grave_yard grave_yard grave_yard grave_yard
greengrocer greengrocer greengrocer greengrocer greengrocer greengrocer
hairdresser hairdresser hairdresser hairdresser hairdresser hairdresser
hangar hangar hangar hangar hangar hangar
hardware hardware hardware hardware hardware hardware
historical historical historical historical historical historical
hospital hospital hospital hospital hospital hospital
hostel hostel hostel hostel hostel hostel
hot_spring hot_spring hot_spring hot_spring hot_spring hot_spring
hotel hotel hotel hotel hotel hotel
hunting hunting
ice_cream ice_cream ice_cream ice_cream ice_cream ice_cream
industrial industrial industrial industrial industrial industrial
information information information information information information
insurance insurance insurance insurance insurance insurance
jewelry jewelry jewelry jewelry jewelry jewelry
jewish jewish jewish jewish jewish jewish
kindergarten kindergarten kindergarten kindergarten kindergarten kindergarten
kiosk kiosk kiosk kiosk kiosk kiosk
landmark landmark landmark landmark landmark landmark
laundry laundry laundry laundry laundry laundry
library library library library library library
light_rail light_rail light_rail light_rail light_rail light_rail
lighthouse lighthouse lighthouse lighthouse lighthouse lighthouse
liquor liquor liquor liquor liquor liquor
mall mall mall mall mall mall
manor manor manor manor manor manor
marina marina marina marina marina marina
memorial memorial memorial memorial memorial memorial
mine mine
mineshaft mineshaft mineshaft mineshaft mineshaft mineshaft
mobile_phone mobile_phone mobile_phone mobile_phone mobile_phone mobile_phone
monument monument monument monument monument monument
motel motel motel motel motel motel
motorcycle motorcycle
museum museum museum museum museum museum
music music music music music music
muslim muslim muslim muslim muslim muslim
national_park national_park national_park national_park
natural_forest natural_forest natural_forest natural_forest natural_forest natural_forest
nature_reserve nature_reserve nature_reserve nature_reserve nature_reserve nature_reserve
newspaper newspaper newspaper newspaper newspaper newspaper
nursing_home nursing_home nursing_home nursing_home nursing_home nursing_home
observatory observatory observatory observatory observatory observatory
office office office office office office
optician optician optician optician optician optician
outdoor outdoor
painter painter painter painter painter painter
park park park park park park
park-l park-l park-l
parking parking parking parking parking parking
peak peak peak peak peak peak
pet pet pet pet pet pet
pharmacy pharmacy pharmacy pharmacy pharmacy pharmacy
photographer photographer photographer photographer photographer photographer
photographic_laboratory photographic_laboratory photographic_laboratory photographic_laboratory photographic_laboratory photographic_laboratory
picnic_site picnic_site
picnic_table picnic_table
pier pier pier pier pier pier
pitch pitch pitch pitch pitch pitch
place_of_worship place_of_worship place_of_worship place_of_worship place_of_worship place_of_worship
plant plant plant plant plant plant
playground playground playground playground playground playground
police police police police police police
post_office post_office post_office post_office post_office post_office
protected_area protected_area protected_area protected_area
pub pub pub pub pub pub
public public public public public public
quarry quarry quarry quarry quarry quarry
ranger_station ranger_station
recreation_ground recreation_ground recreation_ground recreation_ground recreation_ground recreation_ground
recreation_track recreation_track
recycling recycling recycling recycling recycling recycling
restaurant restaurant restaurant restaurant restaurant restaurant
retail retail retail retail retail retail
ruin ruin ruin ruin ruin ruin
ruins ruins ruins ruins ruins ruins
school school school school school school
scuba_diving scuba_diving
shoemaker shoemaker shoemaker shoemaker shoemaker shoemaker
shower shower
ski ski ski ski ski ski
ski_jumping ski_jumping
ski_rental ski_rental ski_rental ski_rental
ski_school ski_school ski_school ski_school
skiing skiing
slipway slipway slipway slipway slipway slipway
soccer soccer soccer soccer soccer soccer
sports sports sports sports sports sports
sports_centre sports_centre sports_centre sports_centre sports_centre sports_centre
spring spring spring spring spring spring
stadium stadium stadium stadium stadium stadium
station station station station station station
store store store store store store
substation substation substation substation substation substation
subway_entrance subway_entrance subway_entrance subway_entrance subway_entrance subway_entrance
summer_camp summer_camp summer_camp summer_camp summer_camp summer_camp
supermarket supermarket supermarket supermarket supermarket supermarket
swimming_area swimming_area swimming_area swimming_area
swimming_pool swimming_pool swimming_pool swimming_pool swimming_pool swimming_pool
tailor tailor tailor tailor tailor tailor
taqueria taqueria
telescope telescope
tennis tennis tennis tennis tennis tennis
theatre theatre theatre theatre theatre theatre
theme_park theme_park theme_park theme_park theme_park theme_park
toilets toilets toilets toilets toilets toilets
tower tower tower tower tower tower
townhall townhall townhall townhall townhall townhall
townspot-l townspot-l townspot-l townspot-l townspot-l townspot-l
townspot-l-rev townspot-l-rev townspot-l-rev townspot-l-rev townspot-l-rev townspot-l-rev
townspot-m townspot-m townspot-m townspot-m townspot-m townspot-m
townspot-m-rev townspot-m-rev townspot-m-rev townspot-m-rev townspot-m-rev townspot-m-rev
townspot-s townspot-s townspot-s townspot-s townspot-s townspot-s
townspot-s-rev townspot-s-rev townspot-s-rev townspot-s-rev townspot-s-rev townspot-s-rev
townspot-xl townspot-xl townspot-xl townspot-xl townspot-xl townspot-xl
townspot-xl-rev townspot-xl-rev townspot-xl-rev townspot-xl-rev townspot-xl-rev townspot-xl-rev
townspot-xs townspot-xs townspot-xs townspot-xs townspot-xs townspot-xs
townspot-xs-rev townspot-xs-rev townspot-xs-rev townspot-xs-rev townspot-xs-rev townspot-xs-rev
toys toys toys toys toys toys
traffic_signals traffic_signals traffic_signals traffic_signals traffic_signals traffic_signals
trailhead trailhead
train train train train train
train_station train_station
train_station-l train_station-l train_station-l train_station-l train_station-l train_station-l
tram_stop tram_stop tram_stop tram_stop tram_stop tram_stop
tree tree
tree-s tree-s
university university university university university university
US:CA-1char US:CA-1char US:CA-1char US:CA-1char US:CA-1char US:CA-1char
US:CA-2char US:CA-2char US:CA-2char US:CA-2char US:CA-2char US:CA-2char
US:CA-3char US:CA-3char US:CA-3char US:CA-3char US:CA-3char US:CA-3char
US:CA-4char US:CA-4char US:CA-4char US:CA-4char US:CA-4char US:CA-4char
US:CA-5char US:CA-5char US:CA-5char US:CA-5char US:CA-5char US:CA-5char
US:I-1char US:I-1char US:I-1char US:I-1char US:I-1char US:I-1char
US:I-2char US:I-2char US:I-2char US:I-2char US:I-2char US:I-2char
US:I-3char US:I-3char US:I-3char US:I-3char US:I-3char US:I-3char
US:I-4char US:I-4char US:I-4char US:I-4char US:I-4char US:I-4char
US:I-5char US:I-5char US:I-5char US:I-5char US:I-5char US:I-5char
US:NY-1char US:NY-1char US:NY-1char US:NY-1char US:NY-1char US:NY-1char
US:NY-2char US:NY-2char US:NY-2char US:NY-2char US:NY-2char US:NY-2char
US:NY-3char US:NY-3char US:NY-3char US:NY-3char US:NY-3char US:NY-3char
US:NY-4char US:NY-4char US:NY-4char US:NY-4char US:NY-4char US:NY-4char
US:NY-5char US:NY-5char US:NY-5char US:NY-5char US:NY-5char US:NY-5char
US:PA-1char US:PA-1char US:PA-1char US:PA-1char US:PA-1char US:PA-1char
US:PA-2char US:PA-2char US:PA-2char US:PA-2char US:PA-2char US:PA-2char
US:PA-3char US:PA-3char US:PA-3char US:PA-3char US:PA-3char US:PA-3char
US:PA-4char US:PA-4char US:PA-4char US:PA-4char US:PA-4char US:PA-4char
US:PA-5char US:PA-5char US:PA-5char US:PA-5char US:PA-5char US:PA-5char
US:US-1char US:US-1char US:US-1char US:US-1char US:US-1char US:US-1char
US:US-2char US:US-2char US:US-2char US:US-2char US:US-2char US:US-2char
US:US-3char US:US-3char US:US-3char US:US-3char US:US-3char US:US-3char
US:US-4char US:US-4char US:US-4char US:US-4char US:US-4char US:US-4char
US:US-5char US:US-5char US:US-5char US:US-5char US:US-5char US:US-5char
ux-current-location ux-current-location ux-current-location ux-current-location ux-current-location ux-current-location
ux-locate-off ux-locate-off ux-locate-off ux-locate-off ux-locate-off ux-locate-off
ux-locate-on ux-locate-on ux-locate-on ux-locate-on ux-locate-on ux-locate-on
ux-route-arrow ux-route-arrow ux-route-arrow ux-route-arrow ux-route-arrow ux-route-arrow
ux-route-start ux-route-start ux-route-start ux-route-start ux-route-start ux-route-start
ux-route-stop ux-route-stop ux-route-stop ux-route-stop ux-route-stop ux-route-stop
ux-search-active ux-search-active ux-search-active ux-search-active ux-search-active ux-search-active
ux-search-inactive ux-search-inactive ux-search-inactive ux-search-inactive ux-search-inactive ux-search-inactive
ux-transit-stop ux-transit-stop ux-transit-stop ux-transit-stop ux-transit-stop ux-transit-stop
veterinary veterinary veterinary veterinary veterinary veterinary
viewpoint viewpoint viewpoint viewpoint viewpoint viewpoint
vineyard vineyard vineyard vineyard vineyard vineyard
volcano volcano volcano volcano volcano volcano
wastewater_plant wastewater_plant wastewater_plant wastewater_plant wastewater_plant wastewater_plant
water_park water_park water_park water_park water_park water_park
water_slide water_slide
water_tower water_tower
water_works water_works water_works water_works water_works water_works
waterfall waterfall
wayside_shrine wayside_shrine wayside_shrine wayside_shrine wayside_shrine wayside_shrine
wine wine wine wine wine wine
winery winery winery winery winery winery
winter_sports winter_sports winter_sports winter_sports winter_sports winter_sports
works works works works works works
zoo zoo zoo zoo zoo

Versions

The following Mapzen basemap styles support the mapzen_icon_library style defaults and named icon assets:

  • Bubble Wrap: 8.0.0 and later
  • Cinnabar: 8.0.0 and later
  • Refill: 9.0.0 and later
  • Tron: 5.0.0 and later
  • Walkabout: 6.0.0 and later

Earlier versions of Mapzen basemap styles did not support all icons in the table above or the style defaults.