|
POST
|
i took the liberty of mashing up your own code with the original sample to show the tool getting invoked automatically when the page loads. hope it helps http://jsfiddle.net/jagravois/R83wR/ if not, please put together your own simplified sample. i'd be happy to take a look.
... View more
03-19-2014
02:34 PM
|
0
|
0
|
1342
|
|
POST
|
no sweat. please consider marking this thread as 'answered'
... View more
03-19-2014
01:53 PM
|
0
|
0
|
1578
|
|
POST
|
hi Craig, welcome to our forum! its your event listener. map.on('layers-add-result', function(e){ this only gets called when you use the method map.addLayers([layer]); since you're using map.addLayer(layer); you need to listen for 'layer-add-result' instead
... View more
03-19-2014
01:50 PM
|
0
|
0
|
1578
|
|
POST
|
why store the 'selections'? why not just keep track of the addresses themselves?
var addresses = null
//on infoWindow.show()
addresses = addresses + </br> + "new address"
if you'd like to take a stab at writing up a sample application (using any technique), i'd be happy to take a look.
... View more
03-18-2014
01:06 PM
|
0
|
0
|
712
|
|
POST
|
hi gansri, welcome to our forum! you can pass whatever you like to infoWindow.setContent(), so you might consider managing your own HTML and incrementally updating it as people click on additional graphics.
... View more
03-18-2014
12:46 PM
|
0
|
0
|
712
|
|
POST
|
Deepika, our JavaScript API doesn't include any inbuilt tools to accomplish something like that so you might consider publishing a geoprocessing service to accomplish the same. it would have to take in an input featureset and write those features to disk on the server. https://developers.arcgis.com/javascript/jssamples/gp_clipasync.html http://resources.arcgis.com/en/help/main/10.2/#/Clip_and_ship/01540000035r000000/
... View more
03-18-2014
12:44 PM
|
0
|
0
|
1857
|
|
POST
|
naresh, are you looking for programming guidance or are you asking where you can find an esri service hosting the countries of the world?
... View more
03-13-2014
08:28 AM
|
0
|
0
|
4092
|
|
POST
|
hi naresh, this sample demonstrates how to load a feature service from ArcGIS Server or ArcGIS Online and allow users to highlight a particular feature by selecting it. https://developers.arcgis.com/javascript/jssamples/fl_ondemand.html if this isn't what youre looking for please provide a little more information about how your own data is published and how you'd like to display and interact with it in your own application.
... View more
03-07-2014
08:01 AM
|
0
|
0
|
4092
|
|
POST
|
my pleasure Alex. please consider marking this thread as 'answered'. 🙂
... View more
03-06-2014
01:10 PM
|
0
|
0
|
1749
|
|
POST
|
alex, the problem is occurring because your AMD modules and argument aliases aren't in the same order. see this blog i wrote on AMD for more info. abc's of AMD http://blogs.esri.com/esri/arcgis/2013/10/14/the-abcs-of-amd/
... View more
03-06-2014
12:39 PM
|
0
|
0
|
7015
|
|
POST
|
hi alex, the problem is caused by the fact that you are loading your application in the browser using file protocol rather than http (as required). the console is telling you that it doesn't want to load thumbnails retrieved from arcgis.com this way.
... View more
03-06-2014
08:41 AM
|
0
|
0
|
7015
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-16-2014 02:35 PM | |
| 1 | 03-15-2013 04:25 PM | |
| 1 | 06-01-2016 10:51 AM | |
| 1 | 12-28-2015 04:46 PM | |
| 1 | 12-28-2015 05:26 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|