|
POST
|
Hi Russ, I currently have a map prepared and working for download/offline functionality. I have noticed though, that when I add a simple MapServer service to my editable map for Collector I can no longer download map to the device. I know I've done this successfully on another map where I set the cached/tiled MapServer service to be the basemap, but is there no way to add a simple MapServer service to an offline map? Does it have to be tiled/cached? Thanks so much, Warren M
... View more
03-11-2015
12:07 PM
|
0
|
0
|
699
|
|
POST
|
Ah yes, as Robert said above, it is 'partially' working on AGOL, but I'm looking for the functionality without AGOL, with the WAB developer version. I said 'partially' because related tables are still not working for Charts in WAB on AGOL. Yes, I can view the related records in the attribute table, but the related table is still not available when trying to add a chart W.
... View more
03-05-2015
04:13 PM
|
0
|
0
|
318
|
|
POST
|
And where would one find this download released a couple days ago? Warren
... View more
03-05-2015
03:54 PM
|
0
|
2
|
1725
|
|
POST
|
Thanks Robert, I wasn't even aware that a new version was close. W.
... View more
03-05-2015
12:13 PM
|
0
|
0
|
1725
|
|
POST
|
Hi Frank, Did you ever discover anything more with this related tables issue? I really want to try the WAB Chart widget, but I cannot seem to access the related data like you can in a map on AGOL? Thanks, Warren
... View more
03-05-2015
11:17 AM
|
0
|
5
|
1725
|
|
POST
|
Hey Stan, I put it right at the end of the function. Also, note that I edited MapManager.js file in my app folder, NOT the MapManager.js file in the client\stemapp folder. resetInfoWindow: function() {
if (!this.previousInfoWindow && this.map && this.map.infoWindow) {
this.previousInfoWindow = this.map.infoWindow;
}
if (!this.mobileInfoWindow && this.map && this.map.root) {
this.mobileInfoWindow =
new PopupMobile(null, html.create("div", null, null, this.map.root));
}
if (jimuConfig && jimuConfig.widthBreaks && this.previousInfoWindow &&
this.mobileInfoWindow) {
var width = jimuConfig.widthBreaks[0];
if (html.getContentBox(jimuConfig.layoutId).w < width && !this.isMobileInfoWindow) {
this.map.infoWindow.hide();
this.map.setInfoWindow(this.mobileInfoWindow);
this.isMobileInfoWindow = true;
} else if (html.getContentBox(jimuConfig.layoutId).w >= width &&
this.isMobileInfoWindow) {
this.map.infoWindow.hide();
this.map.setInfoWindow(this.previousInfoWindow);
this.isMobileInfoWindow = false;
}
}
// MOD - 2015-03-03
this.map.infoWindow.resize(360,280);
} Hope this helps, Warren
... View more
03-03-2015
12:54 PM
|
4
|
1
|
4170
|
|
POST
|
Thanks Robert, that worked for me. Is there any way the size of the popups can be set to automagically adjust to the size of the incoming content? Thanks! Warren
... View more
03-03-2015
11:44 AM
|
0
|
4
|
4170
|
|
BLOG
|
Rebecca, Thank you, Thank you, Thank you!!! Your post finally shed the right light on how this whole thing works. I've been trying off'n'on for over a month to work through this and constantly ended up banging my head against the wall and just giving up. Warren
... View more
03-03-2015
07:18 AM
|
0
|
0
|
11312
|
|
BLOG
|
This is a great step-by-step intro. To be fully complete, I would love to see the next step... or maybe insert a new Step 3... I want to take that nice new web appbuilder app that I have on AGOL and move it to my own server... I have the Add Items sections and how you're supposed to 'Register' the app, and then you can download the app, but I have yet to successfully work through this part. What are the Redirect URI's supposed to be pointing to? The betas seemed to work so well, but now it really seems like the appbuilder app cannot be de-coupled from Portal? Thanks! Warren
... View more
03-02-2015
02:37 PM
|
0
|
0
|
1269
|
|
POST
|
<iframe>!!!! For those looking to display the results/content of a webpage in popup on AGOL without custom coding, simply wrap your URL in a HTML iframe tag: <iframe height='300px' src='http://your_server.com/some_webpage.aspx?some_param=some_value'></iframe> The height/width attributes of the frame will expand the popup size. Hope this helps someone. Warren
... View more
03-01-2015
10:38 AM
|
2
|
0
|
2443
|
|
POST
|
Thanks Mark, I've tried wrapping it in an <a href> tag, and all variations of popup configurations but still no luck. Do you have a sample of the html format that worked for you? Warren
... View more
02-27-2015
06:32 PM
|
0
|
1
|
2443
|
|
POST
|
Thanks Mattias, I guess what I was saying is that, configuring the popup in AGOL is not working in the same way as the HTML popup. I can display the URL as link, but I cannot display the 'contents' of the URL in the popup. I'll likely just have to move it all into my own web template and build it out from there. Warren
... View more
02-27-2015
07:54 AM
|
0
|
3
|
2443
|
|
POST
|
Hello... ello... llo... lo... Anybody? Suggestions, comments? Am I missing something so obvious that I should be embarrassed for asking this? Warren
... View more
02-26-2015
09:25 AM
|
0
|
5
|
2443
|
|
POST
|
Hello all, In the following link it states: HTML pop-ups Feature services support HTML pop-ups configured in ArcMap. HTML pop-ups are a powerful and easy way to share HTML-formatted information about features. They work much like the Identify tool, except that the displayed information can be customized HTML. For more information about how to set up HTML pop-ups in ArcMap, see Setting HTML pop-up properties for feature layers. I have an HTML Popup configured in a map as a URL, that is calling an aspx page and displaying a Google Chart in the HTML popup. This is awesome and works great! So, once I publish this layer as a service, how are these popups configured/consumed in a web map on AGOL? IOW, how does one 'use' the HTML popup content as the feature service pop-up? Thanks for any help. Warren
... View more
02-24-2015
01:44 PM
|
0
|
6
|
6456
|
|
POST
|
Hi Mike, Can you provide a few more details on how to setup this webmap/app for the interactive filters, or point to a resource somewhere. I have a published dataset with assigned domain values, but I'm really struggling trying to figure out the interactive filters and how they work within the map, and how that is applied to the 'app'. Thanks so much, Warren
... View more
02-05-2015
09:58 AM
|
0
|
1
|
1419
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-01-2025 10:19 AM | |
| 1 | 09-24-2024 03:26 PM | |
| 2 | 04-30-2024 03:17 PM | |
| 2 | 04-05-2024 12:41 PM | |
| 1 | 08-21-2023 09:44 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-14-2025
06:45 AM
|