Select to view content in your preferred language

Point symbology

77
2
yesterday
rudolf90
New Contributor

Hello. I am using ArcGIS SDK for JS inside my web GIS app. I would like to know is there any ready to use symbol set that could be used as a point data symbology?

0 Kudos
2 Replies
RobertMatthewmanCTCLUSI
Occasional Contributor

The CIM Symbol Builder does have some basic swatches whose .json definitions you could copy into your scripts. You can also create your own symbols and export them as code! CIM Symbol Builder

Sage_Wall
Esri Regular Contributor

In addition to the CIM Symbols we have Web Style Symbols available for 2D and 3D
https://developers.arcgis.com/javascript/latest/visualization/symbols-color-ramps/esri-web-style-sym...

https://developers.arcgis.com/javascript/latest/visualization/symbols-color-ramps/esri-web-style-sym...

If you click on the symbols it will give you a code snippet you can use.