|
POST
|
Please verify that there is no definition query on the layer.
... View more
06-27-2019
05:12 AM
|
0
|
1
|
4371
|
|
POST
|
I see where you made a new Moveable class, but did you need dojo/dom-class at all?
... View more
06-11-2019
11:14 AM
|
0
|
0
|
2759
|
|
POST
|
Daniel Chantlos See: https://community.esri.com/thread/122195#comment-644409 Robert Scheitlin, GISP @ ksundeen_mnpower on Nov 1, 2016 11:47 AM Kim, Sorry to say that for existing apps you will have to modify the MapManager in each but when you make that change in the stemapp the all NEW app will have the change. To explain... When a new app is created it copies the stemapp to a new folder like server/apps/[app #]. So because each app is a copy (snapshot) of the stemapp and not a direct link to it your changes to the stemapp have no effect on existing apps.
... View more
06-11-2019
10:59 AM
|
0
|
0
|
4853
|
|
IDEA
|
Thank you Kevin, which css file did you modify, and how did you you know to modify that one (maybe by inspecting the popup element in the browser dev tools)? how come line 3 has a capital !Important What is the purpose of !important
... View more
06-11-2019
07:31 AM
|
1
|
1
|
3566
|
|
IDEA
|
Hi Kevin, I do not see the semi-transparent popup you mention. How can I see those popups on your page? could you post your modifications to the css to make it semi-transparent please?
... View more
06-11-2019
07:13 AM
|
1
|
1
|
3566
|
|
IDEA
|
Hi Kevin, could you post your code to maximize and minimize the popup window please? edit: Also, it seems like the maximize docks the popup to the side of the screen? Or is it different than docking?
... View more
06-11-2019
07:08 AM
|
0
|
0
|
3566
|
|
POST
|
Robert, I went ahead and moved the discussion to theWeb AppBuilder for ArcGIS space, and I will mark your answer as correct when you convert it to a question. This is great that you told me how to find the webmap ID, yet if I were to attempt to do this myself: 1 How would I find the webmap ID in a programmatic manner, like you did? 2 How would I search for a module in the app's code that was introduced via require (such as the esri/arcgis/utils module), in a programmatic manner to find out in which file of the application that module lives? Why do you use 'this' for the AGOL and Node.js app, but 'window' for the deployed WAB app?
... View more
06-11-2019
05:16 AM
|
0
|
3
|
1326
|
|
POST
|
I think I notice why it won't let me mark it as correct. Because when I branch, it only gives me the option to branch as 'discussion', not a new question. If you want, I can create a brand new question, copy and paste all threads, let you reply to that, and mark your reply correct. Unless you can provide a better way? I also notice that on apps like this: http://wpbgis.maps.arcgis.com/apps/Viewer/index.html?appid=3de4db80b6474e2f8069097d71560e8c The "window._viewerMap.itemId" does not even exist. Maybe because it is a different app template? And When I am in the wab dev configurator site, such as: https://<machineName>/webappbuilder/?id=30 The "window._viewerMap.itemId" does not even exist. I know I can see the web map in the configurator's "more details" of the map tab, but How do you recommend I go about finding the web map id from a client browser session in these cases?
... View more
06-10-2019
05:36 AM
|
0
|
5
|
3191
|
|
POST
|
Hi Robert, I have branched this discussion, and marked all your replies as helpful. Unfortunately, the site is not giving me an option to mark your reply as correct. Maybe this discussion's admin can chime in here? Can you expand on what 'esri/arcgis/utils' is? Is it the utils.js file inside of jimu.js? If I were to attempt to search for a module in the code that was introduced via require, how would I approach the application in a programmatic way to find out in which file of the application that module lives?
... View more
06-10-2019
05:18 AM
|
0
|
0
|
3191
|
|
POST
|
Also see this GIS Stackexchange post: https://gis.stackexchange.com/questions/238985/avoiding-arcgisscripting-runtimeerror-not-signed-into-portal-from-arcpy-with-ar Avoiding arcgisscripting RuntimeError: Not signed into Portal from ArcPy with ArcGIS Pro?
... View more
06-05-2019
08:50 AM
|
1
|
0
|
657
|
|
POST
|
Robert, I see what you mean now. It was me that didn't know not to put a console method call while inside of a clients' console. Thank you so much. How did you know to use the '_viewerMap' object? Did you know it was named that way? I was looking within the web application's source code files to see where and how the webMap object was defined and named, such as: require([
"esri/WebMap",
"esri/views/MapView"
], function(WebMap, MapView) {
var map = new WebMap({
portalItem: {
id: ""
}
}); Which JS file would I find that require esri/WebMap in? Edit: Also, How would I approach the application programmatically to find out where that required module lives? I'd like to mark your answer as correct, but my original question is more focused to making a script that will loop through all the applications, and return the web map id's at once. Since you answered this additional question in an awesome manner, would it be appropriate for me to branch it off as of my comment on May 31, 2019 4:51 PM, so that I could mark your reply as correct?
... View more
06-05-2019
06:41 AM
|
0
|
8
|
3191
|
|
POST
|
Thank you Robert, although both console.info(window._viewerMap.itemId); and console.log(window._viewerMap.itemId); return 'undefined' to the console.
... View more
06-04-2019
09:49 AM
|
0
|
10
|
3191
|
|
POST
|
Robert, I don't think the web map id would be inside a widget, would it? I would just want to find out the web map id that the web mapping application is using. I want to do this from the client's console.
... View more
06-04-2019
07:35 AM
|
0
|
12
|
3191
|
|
POST
|
Robert Scheitlin, GISP ,Ken Buja, Rene Rubalcava If I am in a client browser session to a web mapping application, say http://gis.wpb.org/PublicWorksGridViewer/, how would I print the webmap id to the console? I was able to get it before, I just haven't remembered yet. I've tried variations of the following, and nothing works as of yet: console.log(webMap.itemId) console.log(map.itemId) console.log(map.itemInfo) etc
... View more
05-31-2019
08:36 AM
|
0
|
14
|
4703
|
|
POST
|
Is this the video? https://www.esri.com/videos/watch?videoid=WxUFh0c9hNw&title=ArcGIS%20Enterprise%3A%20Architecting%20Your%20Deployment
... View more
05-09-2019
12:40 PM
|
0
|
0
|
2904
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-04-2024 10:22 AM | |
| 1 | 12-11-2024 08:12 PM | |
| 1 | 10-03-2024 07:58 AM | |
| 1 | 01-13-2025 10:30 AM | |
| 1 | 04-18-2025 04:53 PM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|