|
POST
|
You can also check out completed samples of the Esri JS API: Samples | ArcGIS API for JavaScript
... View more
06-17-2015
12:07 PM
|
1
|
0
|
2362
|
|
POST
|
Have you considered using the geocoder widget?: Geocoder widget | Guide | ArcGIS API for JavaScript This link provides you with step by step instructions to set the Geocoder widget up. You shouldn't need login information for this unless you have secured the service. If you run into more issues in the future, your best place to post your question is in the ArcGIS API for JavaScript group to reach a wider audience which is here: ArcGIS API for JavaScript
... View more
06-17-2015
11:46 AM
|
1
|
1
|
582
|
|
POST
|
This helps if I want to manually enter information in. I figured out what I needed to do. I needed to return the attr which is the attribute or name and the feature attribute which is the value of the attribute. I used the following code to do this: console.log("Attribute: " + attr);
console.log("Feature Attribue: " + featureAttributes[attr]);
... View more
06-17-2015
11:36 AM
|
0
|
0
|
801
|
|
POST
|
Robert Scheitlin, GISP helped me by providing this example to return an array based on value: JS Bin - Collaborative JavaScript Debugging But how do I get each name and value in my array? In this example a supportId of 691 is selected. I have a form that I want to update only one set of values at at time, so how do get just the name; SIGNID and the value of 1169 so that I may set SIGNID's value to 1169 on the form. I basically want to update my form with all the values in the first element of the array, but I am not sure how to select JSON items. The following items are in my array and I will want to replace each as the user click previous or next.
... View more
06-16-2015
02:39 PM
|
0
|
2
|
2930
|
|
POST
|
This is what how I want to navigate the form. Thanks.
... View more
06-16-2015
02:23 PM
|
0
|
0
|
1467
|
|
POST
|
Thanks I would have marked this correct sooner, but it's been an unusually busy week.
... View more
06-16-2015
02:10 PM
|
0
|
0
|
989
|
|
POST
|
I need to figure this out: How Do I Return An Array From My Query? before I can try your code here.
... View more
06-12-2015
11:46 AM
|
0
|
0
|
1467
|
|
POST
|
I have the following query that does not complete and I receive an error: on(dom.byId("btnSupportNext"),"click",function(){
console.log("Next Works");
var query = new esriQuery();
var queryTask = new QueryTask(config.signLayerUrl);
query.where = "SUPPORTID = " + document.getElementById("supportId");
queryTask.execute(query,function(results){
console.log(results);
}) The latest github code is here: csergent45/streetSigns at 754f9558a6a37e1e8a825b860e781d9ea4e4ba3d · GitHub And I have re-published the application here: Street Signs
... View more
06-12-2015
11:45 AM
|
0
|
2
|
3982
|
|
POST
|
Actually Bootstrap uses jQuery. There are some examples that don't however. You can follow a tutorial here: Bootstrap 3 Tutorial I also am working on a project that may or may not be easier to take in. It's for inventorying street signs and supports using a mobile device. If you want to check the code out it's here: csergent45/streetSigns · GitHub It is an unfinished app, but it's supposed to be jQuery free. You can also receive notifications as I update it if you follow the repository streetSigns. You can also check out the commits from the beginning and follow the code that I change and have changed along the way.
... View more
06-12-2015
09:31 AM
|
0
|
1
|
1132
|
|
POST
|
Here is a screen recording that I show you how to create a single page site in Visual Studio and then run a code example by Esri. You may want to turn the volume of your PC up while listening. You can check out the Esri tutorial how to create the page in steps: Build your first application | Guide | ArcGIS API for JavaScript Also if you are going to the Esri User Conference, they are an introductory session to the JavaScript API, that you should find helpful; more than one if you need it to take it all in.
... View more
06-12-2015
09:23 AM
|
1
|
0
|
1221
|
|
POST
|
I'll try adding this code in with the query and let you know how it goes.
... View more
06-12-2015
07:22 AM
|
0
|
0
|
1467
|
|
POST
|
Hi David, I am working on converting an Esri Bootstrap application that was presented at the Esri DevSummit. I have and am still learning a lot on the GeoNet online forums. I hope to know more about bootstrap eventually myself like you to create my own bootstrap apps from the ground up. We are and will be using our mobile apps for the field on iPads and Android devices. I checked out your site. Looks good. Feel free to join and share anytime you want. Esri samples also has an example of a mobile Attribute Editing with Esri bootstrap: Attribute editing - mobile | ArcGIS API for JavaScript
... View more
06-12-2015
07:18 AM
|
0
|
3
|
1132
|
|
POST
|
Are you new to Visual Studio? I can do a quick screen recording if you want to see how to run it using the JavaScript API.
... View more
06-12-2015
06:26 AM
|
1
|
2
|
1221
|
|
BLOG
|
Understood. I was kind of thinking a long the lines of the future as well. But keep the high points for correctly answered questions as I ask a lot and I want people to be encouraged to help in that way the most.
... View more
06-12-2015
06:20 AM
|
1
|
0
|
1263
|
|
BLOG
|
I agree I think all contributions should be valued in the point system.
... View more
06-12-2015
06:19 AM
|
0
|
0
|
1263
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-26-2015 12:31 PM | |
| 1 | 06-24-2015 06:06 AM | |
| 1 | 07-15-2015 12:34 PM | |
| 1 | 05-21-2015 02:27 PM | |
| 1 | 05-19-2015 11:52 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|