|
POST
|
Mohamed, you could go to your local government and see if they have volunteer opportunities. I did volunteer GIS work at my local county, where I now work full-time. It helped me stay up with the current ArcGIS version. Tim
... View more
09-14-2015
08:03 AM
|
0
|
0
|
3563
|
|
POST
|
Carlos, this might help Esri’s Roadmap for Web Developers | ArcGIS Blog Tim
... View more
09-10-2015
08:28 AM
|
1
|
1
|
1353
|
|
POST
|
Thanks Robert, that does the trick. So the only thing that is left is the pop-up box.
... View more
09-04-2015
06:55 AM
|
0
|
2
|
1493
|
|
POST
|
Hey everybody, I was trying to translate the following sample from Legacy to AMD, but I ran into some issues: This is the sample: Multiple Attribute Inspectors | ArcGIS API for JavaScript This is how far I have gotten: JS Bin - Collaborative JavaScript Debugging I have the following issues: 1) Doesn't matter what template I pick I get the question mark symbol. (Thanks to Robert this is fixed) 2) When I create a new feature it does not save the attributes I put in a field. (fixed this issue in the latest version) 3) I have also noticed that in both the sample and my translation, when you first create a feature, the popup box doesn't have the header with the X to close it. Thanks! Tim
... View more
09-04-2015
06:07 AM
|
0
|
4
|
3385
|
|
DOC
|
Here is your version: Dropbox - Location2.zip Just so you know this was created for WebApp Builder V1.1, if you have this version please test the widget and let me know if it works! Eventually I will update my widget to go with the new WebApp builder!
... View more
09-03-2015
05:56 AM
|
0
|
0
|
15897
|
|
DOC
|
Hey Cary, It can be added, but it will take some time. This is the format you are looking for? 40º 05.3’ Tim
... View more
09-02-2015
11:54 AM
|
0
|
0
|
15897
|
|
POST
|
You can define the variable outside your function , but just so you know the console.log will still return undefined since it will run before your selection. To test you would have to put the console.log into your other "on" function. var pPoly;
featureLayer.on("selection-complete", function (result){
pPoly = result.features[0].geometry;
});
console.log(pPoly);
... View more
09-02-2015
05:19 AM
|
0
|
0
|
2835
|
|
POST
|
As far as I know, what you want to do is not possible.
... View more
09-01-2015
06:53 AM
|
0
|
0
|
1172
|
|
POST
|
You can modify the popup to show only certain attribute fields, but this will show every value that this field contains. Click on Content, click on the "..." on the feature you want to modify the popup and select "Configure Pop-up".
... View more
09-01-2015
06:31 AM
|
0
|
2
|
1172
|
|
POST
|
Thats how I interpret it, you best bet would be to call ESRI Support.
... View more
08-26-2015
06:57 AM
|
0
|
0
|
2412
|
|
POST
|
I would think that once you purchase an actual account you can call ESRI support and they will convert your free account to a paid organizational account.
... View more
08-26-2015
06:22 AM
|
0
|
2
|
2412
|
|
POST
|
Richard, the zoom level is based on the basemap. I think you would need to use your own basemap to be able to modify the zoom levels, since the ESRI basemaps have their zoom level already set. Tim
... View more
08-26-2015
05:53 AM
|
0
|
0
|
1790
|
|
POST
|
Ben, you put this in between your style section (the red box in the attachment). Tim
... View more
08-26-2015
05:35 AM
|
0
|
3
|
1451
|
|
POST
|
Aaron, yes you can do that, check this out: Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers and here is an example of a hosted webapp ArcGIS Web Application Tim
... View more
08-25-2015
05:10 AM
|
1
|
1
|
1238
|
| 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
|