|
POST
|
Thomas, It looks like from comments above that you need to do as Jake said. You need to make your services available to the outside so that AGOL can view the rest point. Just so you know, I have 10.2.1 Server and no Portal. I register the map services from my own server with AGOL and then add them to a web map and do some configuration and then you can easily add that web map to WAB. -Stan
... View more
04-29-2015
08:48 AM
|
2
|
0
|
1691
|
|
POST
|
Priya, When you first start WAB you are asked for a portal url. This is the url for your AGOL organization and where your registered app is to get the app id. This is also the place where you will configure your web map for WAB. When is says portalUrl it is not asking for the portal extension for server. It is asking for a url of the place that you configure your web maps and register your apps.Either Portal for Server or AGOL. -Stan
... View more
04-29-2015
08:04 AM
|
1
|
1
|
1429
|
|
POST
|
Priya, WAB will work just fine with 10.3. Are you using the developers version? Depending on how you want your set up will depend on if you will need portal or not. -Stan
... View more
04-29-2015
07:57 AM
|
2
|
1
|
2776
|
|
POST
|
Thomas, When I mentioned using portal I was meaning to use the locally hosted Portal that is behind your firewall. You would have no need to have online hosting. It ties directly to your ArcGIS Server and it manages your map services. Imagine it as having your very own ArcGIS online just for your organization. Everything from data storage to map services will be on your own servers. Portal for ArcGIS Server Extension | Overview With 10.3 you now have access to install Portal for free with ArcGIS Server Standard or Advanced. -Stan
... View more
04-29-2015
07:30 AM
|
0
|
5
|
2776
|
|
POST
|
Its all good. We all start somewhere and it is great to have a place to get help. -Stan
... View more
04-28-2015
10:54 AM
|
0
|
0
|
4142
|
|
POST
|
We have our data in a local coordinate system like NAD83 State Plane and only convert somethings for basemaps to Web Mercator in a separate FGDB. -Stan
... View more
04-28-2015
10:32 AM
|
1
|
0
|
1854
|
|
POST
|
If you are running portal then you can host in all internally and do not need a FQDN just the name of your server. -Stan
... View more
04-28-2015
10:29 AM
|
1
|
7
|
2776
|
|
POST
|
Great. I just noticed too that your Use JQuery widget is under the coordinates widget on the bottom. That can be adjusted in the main config file too. -Stan
... View more
04-28-2015
10:20 AM
|
2
|
2
|
4142
|
|
DOC
|
Larry, This is a great widget. I have found that in dev 1.1 when I try to customize the visible scale ranges, it breaks the print widget. For example when I remove some of the small scales the config file writes in some map options. When I use the print tool it always zooms me out to the smallest scale I have available and runs the print and then zooms me back in. I then need to change back the map options back to "mapOptions": {}, to get it to work again. Hope this makes sense. -Stan
... View more
04-28-2015
10:16 AM
|
0
|
0
|
22741
|
|
POST
|
The leader lines are just css. A square box that is rotated 45 degrees and moved around based on location of the popup. The space of the popup from the item and the leader line are part of the esri javascript api. Not sure how to move the popup over though. -Stan
... View more
04-27-2015
12:02 PM
|
0
|
0
|
2298
|
|
POST
|
Brandon, Yes you can add those lines in that same file. I agree it would be nice to move the popup. not sure yet how to do it. -Stan
... View more
04-27-2015
11:16 AM
|
0
|
0
|
3811
|
|
POST
|
This is probably not very helpful but it may get you thinking in the right direction. The leader line for the popup is part of the api as css. In order to change it you need to add your own css. for example you can add it here: server\apps\4\themes\FoldableTheme\common.css or any other place you see fit. .esriPopup .pointer.top {
background: red; /*change this*/
display: block;
left: 50%;
top: -8px;
margin-left: -8px;
}
.esriPopup .pointer, .esriPopup .outerPointer {
background: red; /*change this*/
display: none;
height: 16px;
position: absolute;
width: 16px;
z-index: 0;
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
box-shadow: 0 0 0.75em #777777;
-webkit-box-shadow: 0 0 0.75em #777777;
} All this does is change the little arrow (box turned 45 degrees to make the diamond) to red. What it does not do is move the popup over so you can make a longer leader line. -Stan
... View more
04-27-2015
10:40 AM
|
1
|
3
|
3810
|
|
POST
|
Kevin, Here is the help to open a widget at start. Open a widget at app start—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers Looks good. -Stan
... View more
04-27-2015
08:57 AM
|
1
|
4
|
4142
|
|
POST
|
Kevin, This looks promising. Two quick things. 1. It will be helpful to have the demo open the widget at start. 2. It would be nice to start with the map zoomed in more to an area of known pictometry. When I click on the map I get a new page pop up that says http://insert_your_site_url/php/ipa.php?lat=32.0447869266681&lon=-81.20544531249722 It is missing the site url. Is this on purpose? -Stan
... View more
04-27-2015
08:42 AM
|
2
|
6
|
6516
|
|
POST
|
Kevin, Do you have a demo of your widget we can check out? -Stan
... View more
04-27-2015
08:07 AM
|
3
|
8
|
6516
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-29-2015 06:36 AM | |
| 1 | 06-30-2015 09:27 AM | |
| 1 | 04-20-2015 10:23 AM | |
| 1 | 06-23-2015 11:01 AM | |
| 1 | 05-19-2015 02:26 PM |
| Online Status |
Offline
|
| Date Last Visited |
03-23-2026
03:12 PM
|