|
POST
|
Have you tried creating a new Graphic object and not update the geometry?
... View more
06-24-2016
10:13 AM
|
0
|
0
|
5455
|
|
POST
|
Can you add some screen shots of both Mapview and Scene view?
... View more
06-17-2016
09:01 AM
|
0
|
0
|
2097
|
|
POST
|
What kind of layer are we talking about, FeatueLayer or ArcGISDynamicMapServiceLayer? Usually, there is a limit set in the map service, how much feature it can send in one request. So, If you are using a FeatureLayer, it would be getting only data and rendering on client, so it might not get all the data to display.
... View more
06-17-2016
05:21 AM
|
0
|
3
|
2097
|
|
POST
|
You are still passing the id for the srcNodeRef parameter for FeatureTable. As suggested try passing the dom node instead of string.
... View more
06-02-2016
05:56 AM
|
0
|
1
|
2158
|
|
POST
|
I have provided the response here http://stackoverflow.com/questions/37559439/how-to-arcgis-javascript-vertex-undomanager/37578808#37578808
... View more
06-01-2016
02:11 PM
|
1
|
0
|
1092
|
|
POST
|
Robert Scheitlin, GISP could you please moved this to Javascript forum.
... View more
06-01-2016
01:01 PM
|
0
|
0
|
1092
|
|
POST
|
It would be really helpful, if you could share some code. If you are using default popup, below code works. map.infoWindow.on('hide', function(){
alert("infoWindow hide event");
}) If you have created you own popup, then you should use that instance to listen to "hide" event
... View more
05-31-2016
01:17 PM
|
2
|
1
|
1996
|
|
POST
|
Please add some code and/or more details about the functionality you are trying to achieve, to get some response. Providing us the error message is not useful, for us to help you. Thanks you.
... View more
05-31-2016
08:33 AM
|
0
|
1
|
3741
|
|
POST
|
I am not sure what you are trying to do. Are you trying to show the Lat Long? coordinates where the user clicked in the infoWindow. Is my understanding correct? Could you share some code.
... View more
05-20-2016
10:58 AM
|
0
|
1
|
1006
|
|
POST
|
You might find some answers if you post it in the right forum. This forum is for JavaScript API queries.
... View more
05-20-2016
07:32 AM
|
0
|
1
|
787
|
|
POST
|
It looks like a bug in 4.0. Even if the title is set, the legend control does not show the value. It always get the Title from the service. The behaviour can be seen in the sample application as well. If you open the sandbox and edit the title the change will not be updated in the Legend control. Legend widget | ArcGIS API for JavaScript 4.0 Can you please confirm this Kelly Hutchins or Robert Scheitlin, GISP
... View more
05-20-2016
06:17 AM
|
1
|
1
|
3946
|
|
POST
|
What kind of Layers did you add to the Layer list? If it is from map service, Then cant you simply change it in the service?
... View more
05-19-2016
11:53 AM
|
0
|
0
|
3010
|
|
POST
|
If you are using api 4.0, then the Track and locate works only in case of https requests. Increased web API security in Google Chrome | ArcGIS Blog
... View more
05-19-2016
10:27 AM
|
1
|
1
|
995
|
|
POST
|
I see that you are using "map.graphics.add" to add the buffer polygons to the map. To remove the buffer, you can use map.graphics.clear to remove all the graphics or use map.graphics.remove(graphic) to remove the specific graphic
... View more
05-17-2016
10:00 AM
|
2
|
0
|
1504
|
|
POST
|
Looks like some issue with connectivity with service. Check the newtork, In the Developer window--> Network tab: see if there are any error. If something is failing then you can further look why it is failing. Also, check the ArcGIS Server logs, and see if there are any service/server related error. Hope this was helpful.
... View more
05-17-2016
05:46 AM
|
0
|
0
|
761
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-24-2017 07:15 AM | |
| 1 | 09-13-2016 06:27 AM | |
| 1 | 05-21-2015 08:06 AM | |
| 1 | 12-16-2015 05:43 AM | |
| 1 | 07-20-2015 09:33 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|