|
POST
|
I am trying to link a field to the map in geoform. The goal is to have when a user types in the address in the field for location a point is created on the map for that location. That way it save time for the person entering the form by not having to type in the address twice. Field Entry Point created
... View more
12-10-2015
09:24 AM
|
0
|
4
|
4446
|
|
POST
|
What I did was copy in the folder for campus place locator and then browsed to the location. You should be able to do the same on your windows server. Copy the folder to the same root as the other apps.
... View more
12-10-2015
09:03 AM
|
0
|
3
|
2137
|
|
POST
|
Brian, Do you have a folder on IIS where you have other html or scripts that you can access on the web?
... View more
12-10-2015
08:34 AM
|
0
|
5
|
2137
|
|
POST
|
Steve Cole, I found a solution. var search = new Search({
map: map,
enableInfoWindow: false,
enableHighlight: false,
enableLabel: false
}, "search");
search.startup(); I stopped the infowindow from being created.
... View more
12-09-2015
04:16 PM
|
1
|
1
|
1975
|
|
POST
|
Robert! I figured out a way around it!!!!! var search = new Search({
map: map,
enableButtonMode: true,
enableInfoWindow: false,
enableHighlight: false,
enableLabel: false
}, "search");
search.startup(); I stopped the Infowindow from opening which is why it was not working in the first place. Since I answered the question I will make mine as correct but thank you so much for the help through this process!
... View more
12-09-2015
04:12 PM
|
0
|
0
|
3693
|
|
POST
|
I am looking for a way to fill out a field in geoform based on who has logged in. Basically: I am using this example: GeoForm I do have this downloaded and deployed on my server. Is this possible?
... View more
12-09-2015
03:56 PM
|
0
|
2
|
3933
|
|
POST
|
Robert, I just recopied the code you provided into the link above. I am still getting the same error. Thank you for looking at this.
... View more
12-09-2015
03:41 PM
|
0
|
1
|
988
|
|
POST
|
Robert, Here is your code on my server. Emergency Loc Does it work for you? Thank you!
... View more
12-09-2015
03:01 PM
|
0
|
3
|
1660
|
|
POST
|
Robert, When I try it in jsfiddle, it works. When I copy the script to my html and save to server, I get the same error as before. The popup will not display any data. Uncaught TypeError: a.featureLayer.getEditCapabilities is not a function
... View more
12-09-2015
01:46 PM
|
0
|
5
|
1660
|
|
POST
|
Robert, Here is all the code: Edit fiddle - JSFiddle Thank you for taking time to look at this!
... View more
12-09-2015
12:49 PM
|
0
|
7
|
1660
|
|
POST
|
Robert, Thank you for your help so far! I have been able to get to what you posted (mostly) by myself. There are two errors that I cannot get by. The first error occurs when I use the code you provide: Uncaught TypeError: a.featureLayer.getEditCapabilities is not a function . The second, using the code I came up with to try to get around the layers issue: Editor: please provide 'layerInfos' parameter in the constructor esri.AttributeInspector: please provide correct parameter in the constructor Uncaught TypeError: Cannot read property 'loaded' of undefined I think this happens because I am trying to move the layerInfos outside of the function. If I keep layerInfos inside the function, I get the error: Uncaught TypeError: Cannot read property 'layers' of undefined Which I stated above
... View more
12-09-2015
11:24 AM
|
0
|
9
|
1660
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-28-2025 01:53 PM | |
| 1 | 08-24-2022 09:40 AM | |
| 1 | 07-19-2018 04:41 PM | |
| 1 | 04-05-2024 03:12 PM | |
| 1 | 07-04-2024 11:42 AM |