|
POST
|
David, I agree with Robert that Web AppBuilder is not meant to be shared like that. However one possible scenario could be this. extract the developers version and place it on your web server in the C:\inetpub\wwwroot folder manually start the .bat file then you will be prompted to add you organization account to the WAB start up page. If you make this a task to run at start up then you will probably need to add the organization manually every time anyway. Leave the startup.bat file running on the server Now multiple people can browse to the WAB start page (http://<servername>:3344/webappbuilder ) and start creating apps. -Stan
... View more
03-19-2015
07:44 AM
|
1
|
1
|
3189
|
|
POST
|
ESRI, Is there a list of items/bugs that were addressed in the new developer version 1.1 of WAB? I know this list is available: What's new in version 1.1—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers I am looking more for the issues we have all found and have been reporting here on GeoNet to see if they got resolved or still being looked into.
... View more
03-19-2015
07:30 AM
|
0
|
2
|
5441
|
|
POST
|
Donald, 1.What log in screen do you get? One like this asking for log in information to an AGOL service? Or one like? 2. Are you trying to build an app through portal or the developers edition to host it internal? -Stan
... View more
03-18-2015
02:07 PM
|
0
|
2
|
2178
|
|
POST
|
Pete Crosier I have found that same issue. I just tested it on the AGOL version and I found that if the web Mercator projection is not the first listed in the Coordinate widget then it disables the identify popup until I switch it back to the web Mercator projection that updates on the fly not with the user click. Thanks for pointing that out. I believe this should be a bug reported to ESRI. -Stan
... View more
03-18-2015
08:19 AM
|
1
|
0
|
666
|
|
POST
|
Donald Wasson, Try sharing the Web map and the Web Mapping Application as public. This is done through the sharing options in your content on AGOL or Portal. -Stan
... View more
03-18-2015
07:58 AM
|
0
|
4
|
2178
|
|
POST
|
Mary, When a map service suddenly fails it is not typically a failure of the MXD. If the data changed and the MXD has for example a definition query or symbology that no longer matches the data then you do need to go back to the MXD and fix it and republish it. -Stan
... View more
03-18-2015
06:40 AM
|
0
|
0
|
1550
|
|
POST
|
I have had no problem with Chrome 41.0.2272.89m either. Well I guess we can at least rule that out as the issue.
... View more
03-18-2015
06:32 AM
|
0
|
0
|
2668
|
|
POST
|
Matt, I don't have a solution for you I just want to clarify for other users. What version of chrome are you using? Does it work in Firefox or IE? If so What versions are you using. -Stan
... View more
03-17-2015
01:07 PM
|
0
|
2
|
3065
|
|
DOC
|
Thanks. Link fixed. Agreed it does not work on iPad.
... View more
03-16-2015
03:09 PM
|
0
|
0
|
9382
|
|
POST
|
Santa Clara County Planning Office I just shared a new tool to zoom in and out via a widget tool. It is not 100% perfect but it may help get you along to where you need to be. Zoom In/Out Widget v1.0.1 -Stan
... View more
03-16-2015
02:14 PM
|
0
|
0
|
2759
|
|
DOC
|
5/5/2015: Pan widget added 3/16/2015: Files uploaded Here is a widget that you can add to you maps that lets you zoom in or out by using a tool and draw a box on the map. Update: I added a new widget in the download to make a the map pan. Based off of work from Brian O'keefe and Robert Scheitlin, GISP here My First Custom Widget (WIP) : Rubber Band Zoom /thread/117057http: There are two main parts to this widget. It is a little different then the normal widget deployment. In this deployment you can not add the widgets through the normal GUI interface of WAB. These widgets will show up on the map like the Home button. If for just one specific app then there two steps: Copy the widgets folder to the apps widgets folder i.e. \server\apps\xx\widgets Add the widget manually to the \server\apps\xx\config.json Example: { "position": { "left": 55, "top": 95 }, "id": "widgets/ZoomIn/Widget_10_11", "positionRelativeTo": "map", "name": "ZoomIn", "label": "Zoom In", "uri": "widgets/ZoomIn/Widget" }, { "position": { "left": 105, "top": 95 }, "id": "widgets/ZoomOut/Widget_10_12", "positionRelativeTo": "map", "name": "ZoomOut", "label": "Zoom Out", "uri": "widgets/ZoomOut/Widget" }, { "position": { "left": 155, "top": 95 }, "id": "widgets/Pan/Widget_10_13", "positionRelativeTo": "map", "name": "Pan", "label": "Pan", "uri": "widgets/Pan/Widget" }, If you want to adjust where the widget is on the screen then change the values in the config.json file under the widget position. (left or top) If adding it to the default for all future apps (the user can still make it not visible like the others) then there is just one step: Add the above sample json code to the \client\builder\predefined-apps\default2DApp\config.json (Thanks Robert for the instructions) BUG: I am not sure how to turn off one zoom when the other is clicked. For now the work around it to re-click the zoom to un-select it. The other down side is that when the app gets saved in WAB it over writes the pasted code and removes the Zoom In/Out widget files. so those need to be added again.
... View more
03-16-2015
02:08 PM
|
2
|
30
|
17570
|
|
POST
|
Michael Souffront Everything seems to be working just fine on my end for the OK and Cancel buttons. Have you tried to clear your browser cache? This might be a browser problem. I am using Firefox and Chrome and no problems here. -Stan
... View more
03-16-2015
09:42 AM
|
1
|
0
|
3065
|
|
POST
|
Mary M, If you are talking about deleting a MXD (on your local computer) that you used to create a map service on ArcGIS Server then yes you can delete it if you want. In 10.x when you create a map service it creates a copy of the mxd and puts it into the map service definition on the server. That will stay there until you delete the map service. One thing that I like to do is keep a folder of all the MXDs that I used to make my map services so in case I need to fix something in the map service I can easily fix the MXD and republish the service. -Stan
... View more
03-16-2015
08:25 AM
|
1
|
1
|
1550
|
|
POST
|
George, Good to know about the bug. I tested a 10.2.1 map service from a fgdb in the AGOL WAB and it had no problems. -Stan
... View more
03-13-2015
07:41 AM
|
1
|
0
|
1192
|
|
POST
|
George Katsambas, 2 questions to you for follow up: #1. Are you talking about a hosted feature service generated from a shape file/fgdb or map service created by ArcGIS Server based on a shapefile/fgdb? #2. Did you make sure you enabled popups in the AGOL web map before it went to WAB? -Stan
... View more
03-12-2015
10:42 PM
|
1
|
2
|
1192
|
| 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
|