|
BLOG
|
Thank you for the quick reply. I have tried all that you have suggested. I cannot get the layer to display. Here is the sample Aerial Viewer There are no errors in the console log so I cannot tell what is wrong.
... View more
06-02-2017
01:06 PM
|
0
|
0
|
2041
|
|
POST
|
What you need to do is change the top style for that widget in the style.css found here: \WebAppBuilderForArcGIS\server\apps\7\themes\LaunchpadTheme\widgets\Header\css Assuming you are using the launchpad theme and your panel was # 30 You need to past in: div#_30_panel {
top: 150px !important;
} You can find your panel number by look in the config.json or inspect the element and add a new style rule. {
"position": {
"right": 100,
"top": 20,
"relativeTo": "map"
},
"placeholderIndex": 1,
"id": "_30",
"name": "Legend",
"label": "Legend_2",
"version": "2.3",
"closeable": true,
"icon": "/webappbuilder/apps/7/widgets/Legend/images/icon.png?wab_dv=2.4",
"uri": "widgets/Legend/Widget",
"config": "configs/Legend/config_Legend_2.json",
"openAtStart": true
} It should then load at 150px down from the top of the page. If 150 is not enough adjust the number.
... View more
06-02-2017
09:38 AM
|
2
|
8
|
4293
|
|
BLOG
|
rcarmichael-esristaff Thank you for sharing this map! I was wondering how difficult it would be to add my own aerial layers to it? I want to change the functionality a little and just display aerials from my server?
... View more
06-01-2017
11:15 AM
|
0
|
0
|
2041
|
|
POST
|
The user wants to be able to remove the option of that basemap from the list of choices?
... View more
05-24-2017
07:26 AM
|
2
|
1
|
5389
|
|
POST
|
I have gotten a few of Larry Stout widgets to work but I have not tried that one. One option is to do what a Local county did. They made multiple web apps and then combined them with story maps: https://jcgis.maps.arcgis.com/apps/MapSeries/index.html?appid=fa99a30541d94b86aef4a39bc68d0580
... View more
05-18-2017
12:30 PM
|
0
|
1
|
3114
|
|
POST
|
Are you using developer edition? Look at this: Can you add tabs to pop-up in web appbuilder developer or this: https://community.esri.com/thread/181844-is-there-a-way-to-add-tabs-in-the-pop-up-in-the-web-appbuilder-in-portal
... View more
05-18-2017
12:11 PM
|
1
|
3
|
3114
|
|
POST
|
Look at this article: How To: Download, extract, uninstall, install, and authorize ArcGIS License Manager 10
... View more
05-12-2017
12:39 PM
|
1
|
0
|
10575
|
|
POST
|
Look at this: GitHub - ekenes/esri-js-samples: Some select samples using the ArcGIS API for JavaScript
... View more
05-11-2017
01:31 PM
|
0
|
0
|
745
|
|
POST
|
Look at this Popup content in side panel | ArcGIS API for JavaScript 3.20
... View more
05-10-2017
11:49 AM
|
2
|
0
|
6927
|
|
POST
|
What does the AGOL map that is liked to the GeoForm look like when you saved it last? I believe it uses the "home" location as the AGOL map.
... View more
05-09-2017
10:21 AM
|
1
|
0
|
1606
|
|
POST
|
I have my services in state plane. (WKID 2270) I have my basemap data in state plane and converted to WGS 1984 I am using the Print Plus widget but I don't think this changes anything. We have read this article and have tired to implement what it says. ArcGIS Online moving to Google / Bing tiling scheme: What does this mean for you? | ArcGIS Blog When Printing The dynamic basemap works perfectly. The Scale is printed properly and the layer matches up. When I turn on the cache the map does not work as expected. The layers do not match up when I go to print. The scale is correct though. Dynamic Basemap. Cached Basemap: (taxlots are not aligned) Any ideas how to get both scale and layers to work correctly for a cached basemap? ArcGIS API for JavaScript Web AppBuilder for ArcGIS Coordinate Reference Systems
... View more
05-04-2017
08:01 AM
|
0
|
0
|
1137
|
|
POST
|
I have been able to print in a different projection. Look at Line 104. I added this: this.printparams.outSpatialReference = new esri.SpatialReference({wkid:2270});
... View more
05-04-2017
07:21 AM
|
1
|
0
|
984
|
|
POST
|
Look here: geoportal-server-catalog/geoportal/src/main/webapp/viewer/widgets at master · Esri/geoportal-server-catalog · GitHub
... View more
05-03-2017
09:42 AM
|
1
|
0
|
843
|
|
POST
|
I saw a demo of this at the Dev Summit this year. Look here: GitHub - ekenes/esri-js-samples: Some select samples using the ArcGIS API for JavaScript They were able to not allow a feature to be finished when it had self-intersecting lines.
... View more
04-25-2017
07:41 AM
|
0
|
0
|
1250
|
| 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 |