|
POST
|
Jeremy, Will you be using the address locator in ArcGIS Desktop or in an online app? Tim
... View more
02-02-2016
06:04 AM
|
0
|
5
|
4376
|
|
BLOG
|
Alex, Ich werde auch etwas mit dem Code rumspielen, hoffe das geht in Ordnung? Gruss, Tim
... View more
02-02-2016
05:09 AM
|
1
|
0
|
2350
|
|
BLOG
|
Hey Alexander, waere es moeglich einen link zu der jeweiligen Wikipedia, hinzuzufuegen? Gruss Tim
... View more
02-01-2016
08:37 AM
|
0
|
0
|
2350
|
|
POST
|
Hey Tracy, I know this is not an example but just looking at this example: Using the attribute inspector | ArcGIS API for JavaScript The code for your pop-up would go here: attInspector.on("delete", function(evt) {
evt.feature.getLayer().applyEdits(null, null, [evt.feature]);
map.infoWindow.hide();
}); Inside this function, I would create a dialogue div with 2 buttons yes and no. After the user clicks one of the two, put in an if statement that either deletes or doesn't depending on what the user clicked. Once that is done don't forget to destroy the dialogue div, so you can re-create it once another delete button has been pressed. Hope this helps! Tim
... View more
01-29-2016
07:38 AM
|
1
|
0
|
1375
|
|
BLOG
|
Das ist echt super. Mein dritter Tab war mein ehemaliger Wohnort Heidelberg
... View more
01-29-2016
06:01 AM
|
1
|
0
|
2350
|
|
POST
|
Thank you, since I've never dealt with deferred, I figured I ask to make sure I understand it.
... View more
01-28-2016
10:33 AM
|
0
|
0
|
4144
|
|
POST
|
Good afternoon everybody, In my webapp I use the map centerAndZoom method Map | API Reference | ArcGIS API for JavaScript which will return a deferred. I haven't worked with deferred before and was wondering how I can continue with my code once the centerAndZoom has finished. Would it look something like this or can somebody (probably Robert) give me an example? map.centerAndZoom(allPoints[0].geometry,8).then(function(){ //continuation of the code }); Thanks, Tim
... View more
01-28-2016
10:13 AM
|
1
|
9
|
6580
|
|
POST
|
Well I eventually figured it out using dojox/grid/DataGrid and some coding. If anybody is interested, let me know.
... View more
01-27-2016
10:37 AM
|
0
|
0
|
1195
|
|
POST
|
Good afternoon everybody, In my javascript app, users can add a feature layer and then query it against a polygon by using featurelayer.selectFeatures. Once this is complete, I want to show the result in a feature table and I am trying to figure out the best way to do this. Has anybody ever implemented that into their application? I wish I could use the FeatureTable | API Reference | ArcGIS API for JavaScript dijit to do this. Kinda like in Arc Desktop where you can only show the selected feature in your feature table. Every example or idea would be appreciated. Tim
... View more
01-26-2016
12:49 PM
|
0
|
3
|
3119
|
|
BLOG
|
Great to see ESRI staff being honored as well! Thanks for all your help!
... View more
01-22-2016
06:48 AM
|
1
|
0
|
8517
|
|
POST
|
I have a feeling this can't be done with the undo manager. Maybe what you can do is, save the current graphic, once it has been edited and you don't like the current graphic, delete it and add the saved graphic?
... View more
01-22-2016
06:44 AM
|
1
|
1
|
2069
|
|
POST
|
I think the best question would be, what do you want to achieve?
... View more
01-22-2016
05:45 AM
|
0
|
1
|
2670
|
|
POST
|
Glen, having a popup for your map/feature layer is your first on click event. Once you add an on click event for your feature layer, that will be your 2nd. I hope this is what you are asking Tim
... View more
01-22-2016
05:36 AM
|
1
|
5
|
2670
|
|
POST
|
Also in your code you use widget/LayerList not dijit/LayerList
... View more
01-14-2016
10:20 AM
|
1
|
0
|
3060
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-06-2015 06:58 AM | |
| 1 | 05-04-2016 07:27 AM | |
| 1 | 07-06-2017 08:12 AM | |
| 1 | 10-26-2015 11:51 AM | |
| 1 | 12-12-2014 12:05 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|