ArcGIS Server » Web Applications » Javascript APIs » ArcGIS
 
 

Share your work and download examples published by other users in the ArcGIS community.

Code Gallery


name rating date added product version author downloads

Simple Scale Bar

ArcGIS Server

0 Ratings
Nov 18 2009 9.3.1 jwarzi 30
This basic map scale works for maps projected in feet, but could be modified to support other projection units. Download

Mapdijits Layout Widgets

ArcGIS Server

0 Ratings
Nov 02 2009
Updated:
Nov 02 2009
9.3.1 lordcasb 133
Mapdijits is a series of layout and operational widgets which can interact with each other or base esri JSAPI objects to create a better managed user experience when interacting with larger data sets. Includes our version of the CloudMade tiled layer service.Also see http://maps.stlouisco.com/police/mapdijits/index.html for more examples as they become available. (Only one there right now).See the README.txt or... Download

Animating Maps and Graphs using the Javascript API

ArcGIS Server

2 Ratings
Oct 27 2009 9.3.1 sirws 235
This sample shows how you can use the Javascript API and ArcGIS Server to create an animation that is controlled by the user. This also shows how you can use Dojo to animate charts and graphs. Download

Drag and move points

ArcGIS Server

3 Ratings
Oct 26 2009
Updated:
Oct 26 2009
9.3.1 sathyaprasad 150
Sample shows how to drag and move points on a map. The sample code allows you to:- add new points- connect and disconnect move events- tracks the old and new position of the graphic moved- clear the points- toggles between adding points and moving points JS API version : 1.5 Download

Lens Dijit

ArcGIS Server

3 Ratings
Oct 19 2009 9.3 dswingley 128
The Lens Dijit allows you to dynamically overlay map services on a base map. Configuration is simple: you tell the dijit which map services to display over your base map and it does the rest. The only requirement is that all map services (the base map and all services shown in the lens window) must have the same spatial reference.... Download

General Map Viewer Template

ArcGIS Server

1 Rating
Oct 13 2009
Updated:
Oct 14 2009
9.3 pwong 293
This map viewer application is a configurable map viewer. It also contains a control panel to create additional viewers. This application includes a general identify widget already included as well as a bookmark tool. This application is created with asp.net that writes javascript code. It uses pure javascript, and not too much dojo, so it is a great jumping point... Download

Samples/Ejemplos JavaScript Workshop - Latin America User Conference

ArcGIS Server

0 Ratings
Oct 13 2009
Updated:
Oct 13 2009
9.3.1 kgorton 97
Sample code for demonstrations given during the preconference JavaScript workshop of the 2009 Latin America User Conference, Bogotá, Colombia, Oct 6, 2009. Código fuente para las demostraciones presentadas durante el taller preconferencia de JavaScript de la XVI conferencia latinoamericana de usuarios de ESRI, Bogotá, Colombia, 6 Octubre, 2009. Download

Extending TiledMapServiceLayer to add CloudMade Layer

ArcGIS Server

3 Ratings
Sep 23 2009
Updated:
Sep 25 2009
9.3 sathyaprasad 130
Sample code showcases how to extend the ArcGIS API for JavaScript to consume CloudMade Maps (including custom map styles). You can add CloudMade or any other tile based layer (like OpenStreetMap) to your ArcGIS JS API application by extending TiledMapServiceLayer.Minimum JS API version: 1.3JS API Reference - Creating custom layer typesLooks awfully similar to my earlier sample on consuming... Download

Drag and Resize Map

ArcGIS Server

2 Ratings
Sep 22 2009 9.3 sathyaprasad 195
Simple example showing how to drag and resize map. Nothing much to explain, check out the live link to see it in action. Download

Using a Dojo CSVStore as a source of traffic count point data

ArcGIS Server

1 Rating
Aug 26 2009 9.3.1 sirws 155
This sample shows you how you can use a CSVStore (comma separated files) as a source of point data. Perhaps you have some traffic count locations and multiple counts that you would like to show in a Javascript API map. Here is an easy approach to solve the problem. For more information on the CSVStore, take a look at http://docs.dojocampus.org/dojox/data/CsvStore Download