Copy
to copy the necessary code required to create the symbol instance and paste it into an existing sample, such as the
Visualize features with realistic WebStyleSymbols sample. You can also experiment with WebStyleSymbols in the Symbol
Builder.
Basic Shapes
Thematic shapes style containing a collection of symbols that will display in physical space, making them useful for communicating both real-world data and comparable thematic information. The style includes several geometric shapes that have been defined with common anchor point and rotation values. The Basic Shapes symbol set contains 10 icons.
Centered Cube
Centered Diamond
Centered Sphere
Standing Cone
Standing Cube
Standing Cylinder
Standing Diamond
Standing Inverted Cone
Standing Sphere
Standing Tetrahedron
const webStyleSymbol = new WebStyleSymbol({ name: "Centered Cube", styleName: "EsriThematicShapesStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Centered Diamond", styleName: "EsriThematicShapesStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Centered Sphere", styleName: "EsriThematicShapesStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Standing Cone", styleName: "EsriThematicShapesStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Standing Cube", styleName: "EsriThematicShapesStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Standing Cylinder", styleName: "EsriThematicShapesStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Standing Diamond", styleName: "EsriThematicShapesStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Standing Inverted Cone", styleName: "EsriThematicShapesStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Standing Sphere", styleName: "EsriThematicShapesStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Standing Tetrahedron", styleName: "EsriThematicShapesStyle"});Icons
Icons style contains point symbols to be displayed in screen space, making them useful for showing the location of content at all viewing distances. The Icons symbol set contains 78 icons.
Accessibility
Aerial Tram
Airport
Amusement Park
Aquarium
Bank
Bar
Beach
Border Crossing
Bus
Campground
Car Rental
Casino
Cemetery
Centered Circle
Centered Diamond
Centered Diamond Wide
Centered Hexagon
Centered Octagon
Centered Rounded Square
Centered Square
Centered Star
Centered Triangle
City Hall
Coffee
Court House
Embassy
Ferry
Fire
Flag
Fuel
Golf Course
Grocery Store
Hiking
Hospital
Hotel
House
Industrial Complex
Information
Landmark
Library
Live Music Venue
Military Base
Mountain
Museum
Native Reservation
Park
Parking
Pharmacy
Place of Worship
Playground
Police
Post Office
Pushpin 1
Pushpin 2
Pushpin 3
Pushpin 4
Pushpin 5
Restaurant
Restroom
School
Shopping
Sports Complex
Standing Circle
Standing Diamond
Standing Diamond Wide
Standing Hexagon
Standing Octagon
Standing Rounded Square
Standing Square
Standing Star
Standing Triangle
Telecom
Theatre
Train
University
Vineyard
Zoo
const webStyleSymbol = new WebStyleSymbol({ name: "Accessibility", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Aerial Tram", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Airport", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Amusement Park", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Aquarium", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Bank", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Bar", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Beach", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Border Crossing", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Bus", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Campground", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Car Rental", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Casino", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Cemetery", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Centered Circle", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Centered Diamond", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Centered Diamond Wide", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Centered Hexagon", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Centered Octagon", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Centered Rounded Square", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Centered Square", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Centered Star", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Centered Triangle", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "City Hall", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Coffee", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Court House", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Embassy", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Ferry", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Fire", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Flag", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Fuel", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Golf Course", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Grocery Store", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Hiking", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Hospital", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Hotel", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "House", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Industrial Complex", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Information", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Landmark", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Library", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Live Music Venue", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Military Base", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Mountain", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Museum", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Native Reservation", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Park", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Parking", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Pharmacy", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Place of Worship", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Playground", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Police", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Post Office", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Pushpin 1", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Pushpin 2", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Pushpin 3", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Pushpin 4", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Pushpin 5", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Restaurant", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Restroom", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "School", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Shopping", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Sports Complex", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Standing Circle", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Standing Diamond", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Standing Diamond Wide", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Standing Hexagon", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Standing Octagon", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Standing Rounded Square", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Standing Square", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Standing Star", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Standing Triangle", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Telecom", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Theatre", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Train", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "University", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Vineyard", styleName: "EsriIconsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Zoo", styleName: "EsriIconsStyle"});Infrastructure
A style file containing a collection of 3D infrastructure symbols. The Infrastructure symbol set contains 6 icons.
Cell Phone Antenna
Electricity Box
Electricity Meter
Powerline Pole
Radio Antenna
Wind Turbine
const webStyleSymbol = new WebStyleSymbol({ // Cell Phone Antenna name: "Cell_Phone_Antenna", styleName: "EsriInfrastructureStyle"});const webStyleSymbol = new WebStyleSymbol({ // Electricity Box name: "Electricity_Box", styleName: "EsriInfrastructureStyle"});const webStyleSymbol = new WebStyleSymbol({ // Electricity Meter name: "Electricity_Meter", styleName: "EsriInfrastructureStyle"});const webStyleSymbol = new WebStyleSymbol({ // Powerline Pole name: "Powerline_Pole", styleName: "EsriInfrastructureStyle"});const webStyleSymbol = new WebStyleSymbol({ // Radio Antenna name: "Radio_Antenna", styleName: "EsriInfrastructureStyle"});const webStyleSymbol = new WebStyleSymbol({ // Wind Turbine name: "Wind_Turbine", styleName: "EsriInfrastructureStyle"});Low Poly Vegetation
A style containing a collection of stylized Low Poly 3D tree symbols for a set of common tree types. The 3D tree symbols do not have texture maps and can be used to author stylized 3D scenes of tree datasets. The Low Poly Vegetation symbol set contains 83 icons.
Alder Buckthorn
Amazon Sword Plant
American Chestnut
American Sycamore
Apricot
Australian Pine
Baldcypress
Balsam Fir
Bamboo
Banana Tree
Basswood
Bay Laurel
Black Locust
Blue Gum Eucalyptus
Boxwood
Cabbage Palm Fern
California Bay
California Incense Cedar
California Palm
California Redwood
California Walnut
Coconut Palm
Common Hawthorn
Common Whitebeam
Conker Tree
Date Palm
Desert Willow
Douglas Fir
European Beech
European Larch
Ficus
Field Elm
Flannelbush
Flowering Dogwood
Generic Dead Tree
Generic Stump
Generic Tree
Giant Sequoia
Hedgehog Agave
Japanese Angelica Tree
Lacy Tree Philodendron
Leyland Cypress
Lily of the Valley
Lodgepole Pine
Mediterranean Buckthorn
Mexican Palmetto
Mountain Mahogany
Northern Red Oak
Norway Maple
Norway Spruce
Orange Tree
Orchid
Other
Oval-leaved Privet
Palm Lily
Palo Verde
Paper Birch
Parlour Palm
Prickly Pear Cactus
Red Alder
Red Hickory
Rhododendron Azaleas
Rose
Ruffle Palm
Saguaro Cactus
Sassafras
Scots Pine
Sea Islands Yucca
Shadbush
Snake Plant
Southern Magnolia
Spanish Broom
Strawberry Tree
Sugar Maple
Sunflower
Sweetgum
Umbrella Acacia
Western Juniper
White Ash
White Oak
White Poplar
White Willow
Witch Hazel
const webStyleSymbol = new WebStyleSymbol({ // Alder Buckthorn name: "Frangula", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Amazon Sword Plant name: "Echinodorus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // American Chestnut name: "Castanea", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // American Sycamore name: "Platanus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Apricot name: "Prunus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Australian Pine name: "Casuarina", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Baldcypress name: "Taxodium", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Balsam Fir name: "Abies", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Bamboo name: "Phyllostachys", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Banana Tree name: "Musa", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Basswood name: "Tilia", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Bay Laurel name: "Laurus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Black Locust name: "Robinia", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Blue Gum Eucalyptus name: "Eucalyptus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Boxwood name: "Buxus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Cabbage Palm Fern name: "Phlebodium", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // California Bay name: "Umbellularia", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // California Incense Cedar name: "Calocedrus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // California Palm name: "Washingtonia", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // California Redwood name: "Sequoia", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // California Walnut name: "Juglans", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Coconut Palm name: "Cocos", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Common Hawthorn name: "Crataegus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Common Whitebeam name: "Sorbus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Conker Tree name: "Aesculus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Date Palm name: "Phoenix", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Desert Willow name: "Chilopsis", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Douglas Fir name: "Pseudotsuga", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // European Beech name: "Fagus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // European Larch name: "Larix", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Ficus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Field Elm name: "Ulmus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Flannelbush name: "Fremontodendron", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Flowering Dogwood name: "Cornus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Generic Dead Tree name: "GenericDead", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Generic Stump name: "Stump", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Generic Tree name: "Unknown", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Giant Sequoia name: "Sequoiadendron", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Hedgehog Agave name: "Agave", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Japanese Angelica Tree name: "Aralia", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Lacy Tree Philodendron name: "Philodendron", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Leyland Cypress name: "Cupressus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Lily of the Valley name: "Convallaria", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Lodgepole Pine name: "Pinus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Mediterranean Buckthorn name: "Rhamnus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Mexican Palmetto name: "Sabal", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Mountain Mahogany name: "Cercocarpus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Northern Red Oak name: "Quercus Rubra", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Norway Maple name: "Acer", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Norway Spruce name: "Picea", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Orange Tree name: "Citrus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Orchid name: "Bulbophyllum", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Other", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Oval-leaved Privet name: "Ligustrum", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Palm Lily name: "Cordyline", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Palo Verde name: "Parkinsonia", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Paper Birch name: "Betula", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Parlour Palm name: "Chamaedorea", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Prickly Pear Cactus name: "Opuntia", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Red Alder name: "Alnus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Red Hickory name: "Carya", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Rhododendron Azaleas name: "Rhododendron", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Rose name: "Rosa", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Ruffle Palm name: "Aiphanes", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Saguaro Cactus name: "Carnegiea", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Sassafras", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Scots Pine name: "Pinus Sylvestris", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Sea Islands Yucca name: "Yucca", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Shadbush name: "Amelanchier", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Snake Plant name: "Sansevieria", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Southern Magnolia name: "Magnolia", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Spanish Broom name: "Spartium", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Strawberry Tree name: "Arbutus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Sugar Maple name: "Acer Saccharum", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Sunflower name: "Helianthus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Sweetgum name: "Liquidambar", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Umbrella Acacia name: "Acacia", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Western Juniper name: "Juniperus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // White Ash name: "Fraxinus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // White Oak name: "Quercus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // White Poplar name: "Populus", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // White Willow name: "Salix", styleName: "EsriLowPolyVegetationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Witch Hazel name: "Hamamelis", styleName: "EsriLowPolyVegetationStyle"});Recreation
A style file containing a collection of 3D recreation symbols. The Recreation symbol set contains 7 icons.
American Football Goal
Basketball Hoop
Jungle Gym
Slide
Soccer Goal
Swing
Teeter Totter
const webStyleSymbol = new WebStyleSymbol({ // American Football Goal name: "American_Football_Goal", styleName: "EsriRecreationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Basketball Hoop name: "Basketball_Hoop", styleName: "EsriRecreationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Jungle Gym name: "Jungle_Gym", styleName: "EsriRecreationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Slide", styleName: "EsriRecreationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Soccer Goal name: "Soccer_Goal", styleName: "EsriRecreationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Swing", styleName: "EsriRecreationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Teeter Totter name: "Teeter_Totter", styleName: "EsriRecreationStyle"});Schematic Vegetation
A style file containing a collection of Thematic 3D tree symbols for 63 common tree types. The 3D tree symbols are high resolution and medium polygon count, and can be used to author Thematic 3D scenes of tree datasets. The Schematic Vegetation symbol set contains 83 icons.
Alder Buckthorn
Amazon Sword Plant
American Chestnut
American Sycamore
Apricot
Australian Pine
Baldcypress
Balsam Fir
Bamboo
Banana Tree
Basswood
Bay Laurel
Black Locust
Blue Gum Eucalyptus
Boxwood
Cabbage Palm Fern
California Bay
California Incense Cedar
California Palm
California Redwood
California Walnut
Coconut Palm
Common Hawthorn
Common Whitebeam
Conker Tree
Date Palm
Desert Willow
Douglas Fir
European Beech
European Larch
Ficus
Field Elm
Flannelbush
Flowering Dogwood
Generic Dead Tree
Generic Stump
Generic Tree
Giant Sequoia
Hedgehog Agave
Japanese Angelica Tree
Lacy Tree Philodendron
Leyland Cypress
Lily of the Valley
Lodgepole Pine
Mediterranean Buckthorn
Mexican Palmetto
Mountain Mahogany
Northern Red Oak
Norway Maple
Norway Spruce
Orange Tree
Orchid
Other
Oval-leaved Privet
Palm Lily
Palo Verde
Paper Birch
Parlour Palm
Prickly Pear Cactus
Red Alder
Red Hickory
Rhododendron Azaleas
Rose
Ruffle Palm
Saguaro Cactus
Sassafras
Scots Pine
Sea Islands Yucca
Shadbush
Snake Plant
Southern Magnolia
Spanish Broom
Strawberry Tree
Sugar Maple
Sunflower
Sweetgum
Umbrella Acacia
Western Juniper
White Ash
White Oak
White Poplar
White Willow
Witch Hazel
const webStyleSymbol = new WebStyleSymbol({ // Alder Buckthorn name: "Frangula", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Amazon Sword Plant name: "Echinodorus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // American Chestnut name: "Castanea", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // American Sycamore name: "Platanus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Apricot name: "Prunus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Australian Pine name: "Casuarina", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Baldcypress name: "Taxodium", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Balsam Fir name: "Abies", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Bamboo name: "Phyllostachys", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Banana Tree name: "Musa", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Basswood name: "Tilia", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Bay Laurel name: "Laurus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Black Locust name: "Robinia", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Blue Gum Eucalyptus name: "Eucalyptus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Boxwood name: "Buxus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Cabbage Palm Fern name: "Phlebodium", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // California Bay name: "Umbellularia", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // California Incense Cedar name: "Calocedrus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // California Palm name: "Washingtonia", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // California Redwood name: "Sequoia", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // California Walnut name: "Juglans", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Coconut Palm name: "Cocos", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Common Hawthorn name: "Crataegus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Common Whitebeam name: "Sorbus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Conker Tree name: "Aesculus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Date Palm name: "Phoenix", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Desert Willow name: "Chilopsis", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Douglas Fir name: "Pseudotsuga", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // European Beech name: "Fagus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // European Larch name: "Larix", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Ficus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Field Elm name: "Ulmus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Flannelbush name: "Fremontodendron", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Flowering Dogwood name: "Cornus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Generic Dead Tree name: "GenericDead", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Generic Stump name: "Stump", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Generic Tree name: "Unknown", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Giant Sequoia name: "Sequoiadendron", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Hedgehog Agave name: "Agave", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Japanese Angelica Tree name: "Aralia", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Lacy Tree Philodendron name: "Philodendron", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Leyland Cypress name: "Cupressus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Lily of the Valley name: "Convallaria", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Lodgepole Pine name: "Pinus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Mediterranean Buckthorn name: "Rhamnus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Mexican Palmetto name: "Sabal", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Mountain Mahogany name: "Cercocarpus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Northern Red Oak name: "Quercus Rubra", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Norway Maple name: "Acer", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Norway Spruce name: "Picea", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Orange Tree name: "Citrus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Orchid name: "Bulbophyllum", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Other", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Oval-leaved Privet name: "Ligustrum", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Palm Lily name: "Cordyline", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Palo Verde name: "Parkinsonia", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Paper Birch name: "Betula", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Parlour Palm name: "Chamaedorea", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Prickly Pear Cactus name: "Opuntia", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Red Alder name: "Alnus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Red Hickory name: "Carya", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Rhododendron Azaleas name: "Rhododendron", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Rose name: "Rosa", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Ruffle Palm name: "Aiphanes", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Saguaro Cactus name: "Carnegiea", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Sassafras", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Scots Pine name: "Pinus Sylvestris", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Sea Islands Yucca name: "Yucca", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Shadbush name: "Amelanchier", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Snake Plant name: "Sansevieria", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Southern Magnolia name: "Magnolia", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Spanish Broom name: "Spartium", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Strawberry Tree name: "Arbutus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Sugar Maple name: "Acer Saccharum", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Sunflower name: "Helianthus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Sweetgum name: "Liquidambar", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Umbrella Acacia name: "Acacia", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Western Juniper name: "Juniperus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // White Ash name: "Fraxinus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // White Oak name: "Quercus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // White Poplar name: "Populus", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // White Willow name: "Salix", styleName: "EsriThematicTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Witch Hazel name: "Hamamelis", styleName: "EsriThematicTreesStyle"});Signs and Signals
A style file containing a collection of realistic 3D street signs and street signals. The Signs and Signals symbol set contains 42 icons.
Campfire
Camping
Crossroads
Dead End
Do Not Enter
Gas
Left T-junction
Medical
Motel
No Outlet
No Thru Traffic
Opposing Traffic
Pedestrian Crossing
Picnic Area
Railway Crossing
Restaurant
Right T-junction
School Crossing
Speed Limit - 15 mph
Speed Limit - 20 mph
Speed Limit - 25 mph
Speed Limit - 30 mph
Speed Limit - 35 mph
Speed Limit - 40 mph
Speed Limit - 45 mph
Speed Limit - 50 mph
Speed Limit - 55 mph
Speed Limit - 60 mph
Speed Limit - 65 mph
Speed Limit - 70 mph
Stop
Stop Ahead
T-Junction
Telephone
Traffic Light
Traffic Light 1
Traffic Light 2
Traffic Light 3
Traffic Light 4
Turn Left Arrow
Turn Right Arrow
Yield
const webStyleSymbol = new WebStyleSymbol({ name: "Campfire", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Camping", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Crossroads", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Dead End name: "Dead_End", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Do Not Enter name: "Do_Not_Enter", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Gas", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Left T-junction name: "Left_T-junction", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Medical", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Motel", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // No Outlet name: "No_Outlet", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // No Thru Traffic name: "No_Thru_Traffic", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Opposing Traffic name: "Opposing_Traffic", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Pedestrian Crossing name: "Pedestrian_Crossing", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Picnic Area name: "Picnic_Area", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Railway Crossing name: "Railway_Crossing", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Restaurant", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Right T-junction name: "Right_T-junction", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // School Crossing name: "School_Crossing", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Speed Limit - 15 mph name: "Speed_Limit_-_15_mph", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Speed Limit - 20 mph name: "Speed_Limit_-_20_mph", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Speed Limit - 25 mph name: "Speed_Limit_-_25_mph", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Speed Limit - 30 mph name: "Speed_Limit_-_30_mph", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Speed Limit - 35 mph name: "Speed_Limit_-_35_mph", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Speed Limit - 40 mph name: "Speed_Limit_-_40_mph", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Speed Limit - 45 mph name: "Speed_Limit_-_45_mph", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Speed Limit - 50 mph name: "Speed_Limit_-_50_mph", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Speed Limit - 55 mph name: "Speed_Limit_-_55_mph", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Speed Limit - 60 mph name: "Speed_Limit_-_60_mph", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Speed Limit - 65 mph name: "Speed_Limit_-_65_mph", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Speed Limit - 70 mph name: "Speed_Limit_-_70_mph", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Stop", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Stop Ahead name: "Stop_Ahead", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "T-Junction", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Telephone", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Traffic Light name: "Traffic_Light", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Traffic Light 1 name: "Traffic_Light_1", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Traffic Light 2 name: "Traffic_Light_2", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Traffic Light 3 name: "Traffic_Light_3", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Traffic Light 4 name: "Traffic_Light_4", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Turn Left Arrow name: "Turn_Left_Arrow", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ // Turn Right Arrow name: "Turn_Right_Arrow", styleName: "EsriRealisticSignsandSignalsStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Yield", styleName: "EsriRealisticSignsandSignalsStyle"});Street Scene
A style file containing a collection of realistic 3D street furniture. The Street Scene symbol set contains 46 icons.
ATM
Bike Rack
Bus Stop 1
Bus Stop 2
Dumpster
Fire Hydrant
Fountain 1
Fountain 2
Fountain 3
Fountain 4
Jersey Barrier
Light On Post - Light off
Light On Post - Light on
Mailbox
Newspaper Vending Machine
Overhanging Sidewalk - Light off
Overhanging Sidewalk - Light on
Overhanging Street - Light off
Overhanging Street - Light on
Overhanging Street and Sidewalk - Light off
Overhanging Street and Sidewalk - Light on
Park Bench 1
Park Bench 2
Park Bench 3
Park Bench 4
Payphone
Picnic Table
Planter Circular
Planter Square
Planter Tapered
Rock 1
Rock 2
Rock 3
Rock 4
Sewer Grate
Storm Drain
Traffic Barrier 1
Traffic Barrier 2
Traffic Cone
Traffic Pylon
Trash Bin 1
Trash Bin 2
Trash Bin 3
Trash Can 1
Trash Can 2
US Mailbox
const webStyleSymbol = new WebStyleSymbol({ name: "ATM", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Bike Rack name: "Bike_Rack", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Bus Stop 1 name: "Bus_Stop_1", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Bus Stop 2 name: "Bus_Stop_2", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Dumpster", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Fire Hydrant name: "Fire_Hydrant", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Fountain 1 name: "Fountain_1", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Fountain 2 name: "Fountain_2", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Fountain 3 name: "Fountain_3", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Fountain 4 name: "Fountain_4", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Jersey Barrier name: "Jersey_Barrier", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Light On Post - Light off name: "Light_On_Post_-_Light_off", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Light On Post - Light on name: "Light_On_Post_-_Light_on", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Mailbox", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Newspaper Vending Machine name: "Newspaper_Vending_Machine", styleName: "EsriRealisticStreetSceneStyle"});Overhanging Sidewalk - Light off
Name: Overhanging_Sidewalk_-_Light_off
const webStyleSymbol = new WebStyleSymbol({ // Overhanging Sidewalk - Light off name: "Overhanging_Sidewalk_-_Light_off", styleName: "EsriRealisticStreetSceneStyle"});Overhanging Sidewalk - Light on
Name: Overhanging_Sidewalk_-_Light_on
const webStyleSymbol = new WebStyleSymbol({ // Overhanging Sidewalk - Light on name: "Overhanging_Sidewalk_-_Light_on", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Overhanging Street - Light off name: "Overhanging_Street_-_Light_off", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Overhanging Street - Light on name: "Overhanging_Street_-_Light_on", styleName: "EsriRealisticStreetSceneStyle"});Overhanging Street and Sidewalk - Light off
Name: Overhanging_Street_and_Sidewalk_-_Light_off
const webStyleSymbol = new WebStyleSymbol({ // Overhanging Street and Sidewalk - Light off name: "Overhanging_Street_and_Sidewalk_-_Light_off", styleName: "EsriRealisticStreetSceneStyle"});Overhanging Street and Sidewalk - Light on
Name: Overhanging_Street_and_Sidewalk_-_Light_on
const webStyleSymbol = new WebStyleSymbol({ // Overhanging Street and Sidewalk - Light on name: "Overhanging_Street_and_Sidewalk_-_Light_on", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Park Bench 1 name: "Park_Bench_1", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Park Bench 2 name: "Park_Bench_2", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Park Bench 3 name: "Park_Bench_3", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Park Bench 4 name: "Park_Bench_4", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Payphone", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Picnic Table name: "Picnic_Table", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Planter Circular name: "Planter_Circular", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Planter Square name: "Planter_Square", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Planter Tapered name: "Planter_Tapered", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Rock 1 name: "Rock_1", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Rock 2 name: "Rock_2", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Rock 3 name: "Rock_3", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Rock 4 name: "Rock_4", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Sewer Grate name: "Sewer_Grate", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Storm Drain name: "Storm_Drain", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Traffic Barrier 1 name: "Traffic_Barrier_1", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Traffic Barrier 2 name: "Traffic_Barrier_2", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Traffic Cone name: "Traffic_Cone", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Traffic Pylon name: "Traffic_Pylon", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Trash Bin 1 name: "Trash_Bin_1", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Trash Bin 2 name: "Trash_Bin_2", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Trash Bin 3 name: "Trash_Bin_3", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Trash Can 1 name: "Trash_Can_1", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // Trash Can 2 name: "Trash_Can_2", styleName: "EsriRealisticStreetSceneStyle"});const webStyleSymbol = new WebStyleSymbol({ // US Mailbox name: "US_Mailbox", styleName: "EsriRealisticStreetSceneStyle"});Transportation
A style file containing a collection of realistic 3D transportation symbols. The Transportation symbol set contains 65 icons.
Airplane Large Passenger
Airplane Large Passenger With Wheels
Airplane Private
Airplane Private With Wheels
Airplane Propeller
Airplane Propeller With Wheels
Airplane Small Passenger
Airplane Small Passenger With Wheels
Ambulance
Audi A6
BMW 3-Series
Backhoe
Bobcat
Bus
Cargo Box
Cargo Ship Empty
Cargo Ship Full
City Bike
Crane
Delivery Truck
Dumptruck
Eurocopter AS-365
Eurocopter AS-365 - Flying
Eurocopter H125
Eurocopter H125 - Flying
Firetruck
Ford Edge
Ford Expedition
Ford F-150
Ford Fiesta
Ford Focus Hatchback
Ford Fusion
Ford Mustang
Ford Taurus
Ford Transit Commercial Van
Ford Transit Connect
High Speed Train
Mercedes S-Class
Motorboat
Motorcycle
Mountain Bike
Pickup Truck Ford F250
Pickup Truck Toyota Hilux
Police
Porsche Boxter
Porsche Carrera
Road Bike
Sailboat
Sailboat - Sails Up
Semi Trailer Truck
Taxi
Tesla P7
Tower Crane
Toyota Prius
Tractor
Tractor And Trailer
Trailer
Train Europe
Train Europe With Carriages
Train US
Tram
Tricycle
Truck With Trailer
Van Taxi
Volkswagen Jetta Wagon
const webStyleSymbol = new WebStyleSymbol({ // Airplane Large Passenger name: "Airplane_Large_Passenger", styleName: "EsriRealisticTransportationStyle"});Airplane Large Passenger With Wheels
Name: Airplane_Large_Passenger_With_Wheels
const webStyleSymbol = new WebStyleSymbol({ // Airplane Large Passenger With Wheels name: "Airplane_Large_Passenger_With_Wheels", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Airplane Private name: "Airplane_Private", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Airplane Private With Wheels name: "Airplane_Private_With_Wheels", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Airplane Propeller name: "Airplane_Propeller", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Airplane Propeller With Wheels name: "Airplane_Propeller_With_Wheels", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Airplane Small Passenger name: "Airplane_Small_Passenger", styleName: "EsriRealisticTransportationStyle"});Airplane Small Passenger With Wheels
Name: Airplane_Small_Passenger_With_Wheels
const webStyleSymbol = new WebStyleSymbol({ // Airplane Small Passenger With Wheels name: "Airplane_Small_Passenger_With_Wheels", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Ambulance", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Audi A6 name: "Audi_A6", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // BMW 3-Series name: "BMW_3-Series", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Backhoe", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Bobcat", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Bus", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Cargo Box name: "Cargo_Box", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Cargo Ship Empty name: "Cargo_Ship_Empty", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Cargo Ship Full name: "Cargo_Ship_Full", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // City Bike name: "City_Bike", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Crane", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Delivery Truck name: "Delivery_Truck", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Dumptruck", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Eurocopter AS-365 name: "Eurocopter_AS-365", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Eurocopter AS-365 - Flying name: "Eurocopter_AS-365_-_Flying", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Eurocopter H125 name: "Eurocopter_H125", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Eurocopter H125 - Flying name: "Eurocopter_H125_-_Flying", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Firetruck", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Ford Edge name: "Ford_Edge", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Ford Expedition name: "Ford_Expedition", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Ford F-150 name: "Ford_F-150", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Ford Fiesta name: "Ford_Fiesta", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Ford Focus Hatchback name: "Ford_Focus_Hatchback", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Ford Fusion name: "Ford_Fusion", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Ford Mustang name: "Ford_Mustang", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Ford Taurus name: "Ford_Taurus", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Ford Transit Commercial Van name: "Ford_Transit_Commercial_Van", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Ford Transit Connect name: "Ford_Transit_Connect", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // High Speed Train name: "High_Speed_Train", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Mercedes S-Class name: "Mercedes_S-Class", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Motorboat", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Motorcycle", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Mountain Bike name: "Mountain_Bike", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Pickup Truck Ford F250 name: "Pickup_Truck_Ford_F250", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Pickup Truck Toyota Hilux name: "Pickup_Truck_Toyota_Hilux", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Police", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Porsche Boxter name: "Porsche_Boxter", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Porsche Carrera name: "Porsche_Carrera", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Road Bike name: "Road_Bike", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Sailboat", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Sailboat - Sails Up name: "Sailboat_-_Sails_Up", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Semi Trailer Truck name: "Semi_Trailer_Truck", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Taxi", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Tesla P7 name: "Tesla_P7", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Tower Crane name: "Tower_Crane", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Toyota Prius name: "Toyota_Prius", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Tractor", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Tractor And Trailer name: "Tractor_And_Trailer", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Trailer", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Train Europe name: "Train_Europe", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Train Europe With Carriages name: "Train_Europe_With_Carriages", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Train US name: "Train_US", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Tram", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Tricycle", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Truck With Trailer name: "Truck_With_Trailer", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Van Taxi name: "Van_Taxi", styleName: "EsriRealisticTransportationStyle"});const webStyleSymbol = new WebStyleSymbol({ // Volkswagen Jetta Wagon name: "Volkswagen_Jetta_Wagon", styleName: "EsriRealisticTransportationStyle"});Vegetation
A style file containing a collection of realistic 3D tree symbols for 63 common tree types. The 3D tree symbols are high resolution and medium polygon count, and can be used to author realistic 3D scenes of tree datasets. The Vegetation symbol set contains 83 icons.
Alder Buckthorn
Amazon Sword Plant
American Chestnut
American Sycamore
Apricot
Australian Pine
Baldcypress
Balsam Fir
Bamboo
Banana Tree
Basswood
Bay Laurel
Black Locust
Blue Gum Eucalyptus
Boxwood
Cabbage Palm Fern
California Bay
California Incense Cedar
California Palm
California Redwood
California Walnut
Coconut Palm
Common Hawthorn
Common Whitebeam
Conker Tree
Date Palm
Desert Willow
Douglas Fir
European Beech
European Larch
Ficus
Field Elm
Flannelbush
Flowering Dogwood
Generic Dead Tree
Generic Stump
Generic Tree
Giant Sequoia
Hedgehog Agave
Japanese Angelica Tree
Lacy Tree Philodendron
Leyland Cypress
Lily of the Valley
Lodgepole Pine
Mediterranean Buckthorn
Mexican Palmetto
Mountain Mahogany
Northern Red Oak
Norway Maple
Norway Spruce
Orange Tree
Orchid
Other
Oval-leaved Privet
Palm Lily
Palo Verde
Paper Birch
Parlour Palm
Prickly Pear Cactus
Red Alder
Red Hickory
Rhododendron Azaleas
Rose
Ruffle Palm
Saguaro Cactus
Sassafras
Scots Pine
Sea Islands Yucca
Shadbush
Snake Plant
Southern Magnolia
Spanish Broom
Strawberry Tree
Sugar Maple
Sunflower
Sweetgum
Umbrella Acacia
Western Juniper
White Ash
White Oak
White Poplar
White Willow
Witch Hazel
const webStyleSymbol = new WebStyleSymbol({ // Alder Buckthorn name: "Frangula", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Amazon Sword Plant name: "Echinodorus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // American Chestnut name: "Castanea", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // American Sycamore name: "Platanus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Apricot name: "Prunus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Australian Pine name: "Casuarina", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Baldcypress name: "Taxodium", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Balsam Fir name: "Abies", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Bamboo name: "Phyllostachys", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Banana Tree name: "Musa", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Basswood name: "Tilia", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Bay Laurel name: "Laurus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Black Locust name: "Robinia", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Blue Gum Eucalyptus name: "Eucalyptus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Boxwood name: "Buxus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Cabbage Palm Fern name: "Phlebodium", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // California Bay name: "Umbellularia", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // California Incense Cedar name: "Calocedrus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // California Palm name: "Washingtonia", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // California Redwood name: "Sequoia", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // California Walnut name: "Juglans", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Coconut Palm name: "Cocos", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Common Hawthorn name: "Crataegus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Common Whitebeam name: "Sorbus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Conker Tree name: "Aesculus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Date Palm name: "Phoenix", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Desert Willow name: "Chilopsis", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Douglas Fir name: "Pseudotsuga", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // European Beech name: "Fagus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // European Larch name: "Larix", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Ficus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Field Elm name: "Ulmus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Flannelbush name: "Fremontodendron", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Flowering Dogwood name: "Cornus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Generic Dead Tree name: "GenericDead", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Generic Stump name: "Stump", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Generic Tree name: "Unknown", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Giant Sequoia name: "Sequoiadendron", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Hedgehog Agave name: "Agave", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Japanese Angelica Tree name: "Aralia", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Lacy Tree Philodendron name: "Philodendron", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Leyland Cypress name: "Cupressus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Lily of the Valley name: "Convallaria", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Lodgepole Pine name: "Pinus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Mediterranean Buckthorn name: "Rhamnus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Mexican Palmetto name: "Sabal", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Mountain Mahogany name: "Cercocarpus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Northern Red Oak name: "Quercus Rubra", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Norway Maple name: "Acer", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Norway Spruce name: "Picea", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Orange Tree name: "Citrus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Orchid name: "Bulbophyllum", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Other", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Oval-leaved Privet name: "Ligustrum", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Palm Lily name: "Cordyline", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Palo Verde name: "Parkinsonia", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Paper Birch name: "Betula", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Parlour Palm name: "Chamaedorea", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Prickly Pear Cactus name: "Opuntia", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Red Alder name: "Alnus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Red Hickory name: "Carya", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Rhododendron Azaleas name: "Rhododendron", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Rose name: "Rosa", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Ruffle Palm name: "Aiphanes", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Saguaro Cactus name: "Carnegiea", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ name: "Sassafras", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Scots Pine name: "Pinus Sylvestris", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Sea Islands Yucca name: "Yucca", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Shadbush name: "Amelanchier", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Snake Plant name: "Sansevieria", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Southern Magnolia name: "Magnolia", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Spanish Broom name: "Spartium", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Strawberry Tree name: "Arbutus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Sugar Maple name: "Acer Saccharum", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Sunflower name: "Helianthus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Sweetgum name: "Liquidambar", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Umbrella Acacia name: "Acacia", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Western Juniper name: "Juniperus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // White Ash name: "Fraxinus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // White Oak name: "Quercus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // White Poplar name: "Populus", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // White Willow name: "Salix", styleName: "EsriRealisticTreesStyle"});const webStyleSymbol = new WebStyleSymbol({ // Witch Hazel name: "Hamamelis", styleName: "EsriRealisticTreesStyle"});