|
POST
|
I think I am doing it wrong. I wrote this: app.citizenRequestLayer.on("click", function (evt) { myObject = evt.graphic.attributes.OBJECTID; }); and I get: Uncaught ReferenceError: myObject is not defined
... View more
04-28-2015
12:54 PM
|
0
|
7
|
3018
|
|
POST
|
This is close but I don't want a template, I know how to do that. What I want is to get the individual values so I can take the values and write them to the form below. If I had a line of code as an example, I could write the code for the other values. Any ideas? :
... View more
04-28-2015
12:37 PM
|
0
|
9
|
3018
|
|
POST
|
I want to be able to get individual values to populate this application: http://maps.decaturil.gov Currently when I click on a point on the map, its displays this: How would I get just the value of the field OBJECTID for example?
... View more
04-28-2015
10:31 AM
|
0
|
15
|
7935
|
|
POST
|
I contacted the help desk about one of my projects and I was told that support would end for legacy apps. That's actually what prompted me into planning project migration to AMD this year. I only develop with AMD right now and use one JS file as well.
... View more
04-28-2015
09:41 AM
|
0
|
0
|
3181
|
|
POST
|
I am right there with you. I am going to have to migrate three applications to AMD as they were developed with legacy. I plan on sharing them as I work on them as I will most likely have a lot of questions myself.
... View more
04-28-2015
09:04 AM
|
1
|
2
|
3181
|
|
POST
|
In ArcGIS Pro there is 3D Mapping. What would our organization want to use that for in regards to saving money?
... View more
04-28-2015
07:11 AM
|
1
|
6
|
6915
|
|
POST
|
My application is written in Dojo Legacy using the Esri JS API 2.8. My user wants to zoom in closer on the application. How do I set it to allow for a closer zoom level?
... View more
04-24-2015
01:13 PM
|
0
|
1
|
4253
|
|
POST
|
Kelly Hutchins I had one more question on this. I think it relates, so I didn't create a new thread. I want to populate the form when the user clicks on a point for editing. What would I need to write to get the information for the individual fields, like if a field was named: PipeId and the form was named pipeId?
... View more
04-24-2015
09:29 AM
|
0
|
0
|
2488
|
|
POST
|
It was indeed the id. Now I can evaluate which form I want to insert data from. The app will now have two layers. Thanks Tom Wayson !
... View more
04-24-2015
08:43 AM
|
2
|
0
|
2647
|
|
POST
|
I 'm using your app that I converted. so what would I write? It doesn't look like .hasClass('in)); works.
... View more
04-23-2015
02:46 PM
|
0
|
2
|
2647
|
|
POST
|
I looked up online how to determine if a modal form is open on Bootstrap, so I wrote the following line of code: console.log($("attributesModal").hasClass('in')); which provides me with the following error: Uncaught ReferenceError: $ is not definedsubmitIncidentReport @ main.js:228(anonymous function) @ main.js:299 I want to determine which form is entered to run a block of code to insert data in the database based on the open modal form.
... View more
04-23-2015
02:32 PM
|
1
|
4
|
5740
|
|
POST
|
I got it to work. Guessed at it, but I will bookmark this, just in case I run into the issue again. Thanks.
... View more
04-23-2015
01:46 PM
|
0
|
1
|
2582
|
|
POST
|
Good point. We will have to address that with real data. Do you know how to do a git pull? I need to merge my data to my local project.
... View more
04-23-2015
01:04 PM
|
0
|
3
|
2582
|
|
POST
|
Thanks. I modified your code and I no longer have to enter any data. Check it out: if ((attributes.supportId === undefined) || (attributes.supportId === "")) {
attributes.supportId = null;
}
if ((attributes.dateInv === undefined) || (attributes.dateInv === "")) {
attributes.dateInv = null;
}
if ((attributes.addrCode === undefined) || (attributes.addrCode === "")) {
attributes.addrCode = null;
}
... View more
04-23-2015
12:22 PM
|
0
|
5
|
2582
|
|
POST
|
That's actually the feedback form from the project that I have been converting. I haven't been using that form.
... View more
04-23-2015
06:45 AM
|
0
|
1
|
2582
|
| 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
|