Select to view content in your preferred language

Mapservice for ESRI's Javascript API Buffer Any Shape Example

1568
11
03-20-2014 11:07 AM
MichaelVolz
Esteemed Contributor
To All Javascript API Developers:

The following URL is the link to ESRI's Javascript API Buffer Any Shape Example

https://developers.arcgis.com/javascript/jssamples/util_buffergraphic.html

I downloaded the source code to my computer to modify the example so it would use my organization's AGS service.  I was able to find the geometry service to perform the buffer operation, but I cannot find the mapservice for this sample in the source code.

Would anyone know where the mapservice is coming from for this example?
0 Kudos
11 Replies
JakeSkinner
Esri Esteemed Contributor
jsfiddle is an online testing area for your javascript/html/css, not really an IDE.  I usually recommend Aptana.  This is a free IDE you can download.
0 Kudos
MichaelVolz
Esteemed Contributor
Can you just load a sample script, such as the ESRI Buffer example, into jsfiddle and it will automatically separate the code into the proper components (e.g. HTML, CSS, and Javascript)?  This is what I did with the example but all the code was placed in the HTML section and when I hit run, nothing happened.
0 Kudos