Welcome to ESRI Blogs

Browse by Tags

All Tags » JavaScript » Code Snippet
Sorry, but there are no more tags available to filter with.

Working with TextSymbol in the ArcGIS JavaScript API

This post discusses how you can add text to your map using the ArcGIS JavaScript API. Your map service probably already has some labeling in it, but you may want to add descriptive information about graphics that you add on top of your map through tasks
Posted by sterlingdq | 2 Comments
Filed under: ,

Querying points and lines on click with the ArcGIS JavaScript API

Many of the existing ArcGIS JavaScript API samples for the Query task show how to query polygon features. This post explains one way to query points and lines with a mouse click on the map. Querying a point or a line is a little more difficult than querying
Posted by sterlingdq | 1 Comments
Filed under: ,