|
POST
|
That worked and resolved the error message I was seeing. Mele
... View more
02-19-2016
09:52 AM
|
0
|
3
|
1996
|
|
POST
|
I am accessing it from the CDN. <script src="https://js.arcgis.com/3.15/"></script> When I try to open the .html file from my local file system. I get this message: After clicking "Allow Blocked Content" nothing shows in IE but if I look into the debugger I see this: Thanks, Mele
... View more
02-19-2016
07:11 AM
|
0
|
0
|
1996
|
|
POST
|
I am accessing an .html file from my local file system. I just created some sample scripts to test out some functionality in a file before trying to deploy it. Thanks, Mele
... View more
02-19-2016
07:06 AM
|
0
|
1
|
1996
|
|
POST
|
I created a simple JavaScript sample in a text editor as an HTML file saved to a local drive that I try to open with IE. When I do open it, I get this error: SCRIPT5: Access is denied. File: 3.15, Line: 153, Column: 375 I can open it in Chrome but not IE. How can I resolve this? Thanks, Mele
... View more
02-18-2016
04:02 PM
|
0
|
9
|
5351
|
|
BLOG
|
Thanks for this discussion. I am still learning about using the LocateButton in the ArcGIS JavaScript API. Does this mean that the application should be HTTPS:? What about the map services used in an application? Can they be HTTP? Thanks, Mele
... View more
02-18-2016
02:50 PM
|
0
|
0
|
4601
|
|
POST
|
Very Cool stuff. I like the local perspective app. Looks like we can find something that will address our needs at the featured apps link too. Mele
... View more
02-10-2016
11:14 AM
|
0
|
0
|
1246
|
|
POST
|
Thanks Matthew. I was afraid of this. It looks like My Maps in Google can do this and I was hoping to replace some of the Google maps on our City's site with AGOL. Is there another AGOL template that might do this?
... View more
02-10-2016
10:46 AM
|
0
|
2
|
1246
|
|
POST
|
I created a web app to show some bus stop data and like the option to show the popup contents in the side panel. One thing I don't like is that when the side panel opens to show data, it moves the map to the right rather than 'flying over' the map. Is there a way to have the map stay in place while the side panel moves over the map? Thanks, Mele
... View more
02-10-2016
09:42 AM
|
0
|
4
|
3110
|
|
POST
|
Perfect! Exactly what I was looking for! Thank you Xander Bakker Mele
... View more
02-02-2016
07:01 AM
|
0
|
1
|
789
|
|
POST
|
Is there a way I change the URL of the couple of layers in my WebMap Contents? I have a development version of a ma service that I would like to use for some testing. It is only two layers in the WebMap so I can add the development layers, but I would have to reconfigure pop ups and labels and I was hoping there was an easier way. Thanks, Mele
... View more
02-01-2016
03:44 PM
|
0
|
3
|
2484
|
|
POST
|
Alejandro, I am grateful to Liz and Robert for their help and I am glad their assistance to me was also of use to you. Mele Robert Scheitlin, GISP
... View more
01-28-2016
03:37 PM
|
1
|
0
|
2474
|
|
POST
|
We have a web app builder application installed on our local web server. We have noticed that it does not work in IE 11 on a Windows 8.1 machine. However, it does work on Chrome on a Windows 8.1 machine. It seems to hang up over logging in to ArcGIS Online to get the WebMap. Has anyone seen this happen? Mele
... View more
01-27-2016
03:32 PM
|
0
|
3
|
2761
|
|
POST
|
Alejandro, This my complete code. _worksAfterCreate: function () {
//debugger;
this.editor.templatePicker.on("selection-change", lang.hitch(this, function() {
var selected = this.editor.templatePicker.getSelected();
if (selected) {
var featureLayer = selected.featureLayer;
on.once(featureLayer, "before-apply-edits", lang.hitch(this, function(evt){
if(evt.adds && evt.adds.length > 0){
if(evt.adds[0].attributes.hasOwnProperty('sfd_status')){
evt.adds[0].attributes.sfd_status = "NOT FLUSHED";
}
if (evt.adds[0].attributes.hasOwnProperty('sfd_edit_by')){
evt.adds[0].attributes.sfd_edit_by = StationShift;
}
if (evt.adds[0].attributes.hasOwnProperty('sfd_edit_date')){
evt.adds[0].attributes.sfd_edit_date = convertUTCDateToLocalDate(new Date(Date.now()));
}
refreshLayers(this.map, this.map.graphicsLayerIds);
this.editor.attributeInspector.refresh();
}
}));
}
}));
}, The section that may be most applicable to your situation is where I have a field called 'sfd_edit_by' that I am populating with my 'StationShift' variable defined elsewhere. if (evt.adds[0].attributes.hasOwnProperty('sfd_edit_by')){
evt.adds[0].attributes.sfd_edit_by = StationShift;
}
... View more
01-27-2016
09:14 AM
|
2
|
2
|
2474
|
|
POST
|
Alejandro, I did solve this issue using the code that Liz provided which Robert had suggested. Let me know if you have any questions on how I implemented this. Mele
... View more
01-27-2016
08:00 AM
|
3
|
4
|
2474
|
|
POST
|
If I look at the constructor details for the FeatureLayer, it shows mode as a parameter of type <number> with the following query modes liseted: FeatureLayer.MODE_SNAPSHOT: FeatureLayer.MODE_ONDEMAND: FeatureLayer.MODE_SELECTION: FeatureLayer.MODE_AUTO: What are the numbers that correspond to the above modes? I can see a number of 1 for my featureLayer but don't know what that corresponds to. Thanks, Mele
... View more
01-05-2016
02:44 PM
|
0
|
1
|
2830
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-20-2025 05:21 AM | |
| 1 | 03-13-2015 04:39 PM | |
| 1 | 09-18-2025 08:33 AM | |
| 1 | 05-12-2025 03:17 PM | |
| 1 | 08-15-2025 03:36 PM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|