|
POST
|
Just out of curiosity, did you clear your cache prior to launching the site?
... View more
10-22-2015
01:35 PM
|
0
|
1
|
1363
|
|
POST
|
I was able to resolve the issue by using a "map=this.map" at the start and changing the graphics to "map.graphics.add()" and that worked.
... View more
10-20-2015
11:49 AM
|
0
|
0
|
1330
|
|
POST
|
So when changing the code to state "this.map.graphics", it is coming up with an error indicating "TypeError: Unable to get property 'add' of undefined or null reference TypeError: Unable to get property 'add' of undefined or null reference".
... View more
10-20-2015
11:20 AM
|
0
|
2
|
1330
|
|
POST
|
I'm working on converting the JS API Sample (Manage results from multiple queries | ArcGIS API for JavaScript ) to a WAB widget and I'm running into an issue indicating that the "ReferenceError: 'graphics' is undefined ReferenceError: 'graphics' is undefined". I've attached the code that I have to this message (some of the url's to the queries are removed to protect some of the data). Is there something that I'm doing wrong in the coding for this to make it work? It is looking like the queries are running, but none of the results are shown in the map. Any help would be appreciated. Thanks.
... View more
10-20-2015
10:28 AM
|
0
|
4
|
3456
|
|
POST
|
Has anyone noticed any issues with the time extent not updating with a live feed service? For example, I'm using one of the ESRI live feeds out there (LiveFeeds/NDFD_WindGust (MapServer)) and I can adjust all of the time settings in the time slider by enabling the time animation. Keep in mind that this feed displays what the next 72 hours will look like. It will then register the proper date and time extent based upon when I loaded that initially into the web map (for example, I loaded it in yesterday and it shows that day clear through Thursday). I also have it set to automatically refresh the data every 3 hours (roughly the update schedule for that data layer). I figured that this would refresh the data and display the new time extents. However, when I load this into the WAB as the base web map, it still shows the original time extent - causing issues for those that want to see what the next three days look like. I'm wondering if the data isn't refreshing properly in the web map, or if it is something else entirely.
... View more
10-15-2015
07:49 AM
|
1
|
8
|
5160
|
|
POST
|
Well, just got off the phone with ESRI Tech Support. They have logged it a bug: The Bug reference number is [#BUG-000091206 - When using Web AppBuilder for ArcGIS (Developers Edition) 1.2, the widgets stacked together in a group in the Header Controller do not show the scrollbar whenever required.] I'll keep tabs on this and let folks know when it is resolved or what the potential resolution is...
... View more
10-06-2015
11:30 AM
|
1
|
0
|
1792
|
|
POST
|
Also - as a side note, I've used a modification of the About widget and pre-coded in the href's for these configurations so as to have an "event switcher" functionality. Each of these links have a specific url that they point to, following the rule of "config=configx.json".
... View more
10-06-2015
10:20 AM
|
0
|
1
|
2477
|
|
POST
|
Leferis, That is how I've used it for my application. The only difference between the config files is the config_Local Layer widget name/location.
... View more
10-06-2015
10:14 AM
|
1
|
1
|
2477
|
|
DOC
|
I just updated my app and it works perfectly. Thanks for the quick turnaround!
... View more
10-01-2015
09:23 AM
|
0
|
0
|
9632
|
|
DOC
|
I've noticed that using this widget in IE, you don't see any of the measurements as you are drawing the lines or boundaries. Once the lines/polygons are drawn, you'll see the final measurement. However, when using Chrome, you will see it as you draw it. An example of this is drawing the circle - you'd see the radius as you draw it in Chrome, but nothing in IE. Any thoughts as to why this is not occurring in IE?
... View more
09-30-2015
10:32 AM
|
0
|
0
|
9632
|
|
POST
|
I've submitted the request and will report out what I hear back from them. Thanks.
... View more
09-30-2015
08:27 AM
|
1
|
0
|
1792
|
|
POST
|
Here is the screenshot: The scroll bar is missing from the right side as the content contains more than is shown in the frame for Add ArcGIS Online Data.
... View more
09-30-2015
07:37 AM
|
0
|
2
|
1792
|
|
POST
|
I've noticed that in grouping widgets together in the main header/controller has removed the capability of having a scrollbar on all of the widgets. Is there a way to have this set up to where the individual grouped widgets can have a scroll bar?
... View more
09-29-2015
02:48 PM
|
0
|
6
|
4164
|
|
POST
|
The position should be in reference to the specific widget you are trying to position. For example, you'd have the "My location" widget placed here: { "uri" : "widgets/MyLocation/Widget", "position" : { "left" : 7, "top" : 110, "relativeTo" : "map" }, In your code sample above, the location is not referencing anything. You should see a section in the config.json that is tagged as "widgetOnScreen". The code should be similar to this: { "uri": "widgets/MyLocation/Widget", "position": { "left": 25, "top": 215, "relativeTo": "map" }, "version": "1.3", "id": "widgets_MyLocation_Widget_25", "name": "MyLocation", "label": "My Location" },
... View more
09-29-2015
11:17 AM
|
0
|
3
|
2540
|
|
DOC
|
The ArcGIS Online Webmap Switcher allows users to dynamically switch from a selection of webmaps served out in a developer-defined group. You also have the ability through this widget to add in data directly from your ArcGIS Online account into the webmap. You will need to manually type in the group id number in line 38 of the widget.js file to set it to your own group. Keep in mind that this is my first attempt at a widget. I'm hoping to update it further by adding a search utility as well.
... View more
09-29-2015
11:02 AM
|
0
|
2
|
5323
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-28-2022 03:26 PM | |
| 1 | 06-28-2022 07:19 AM | |
| 1 | 09-27-2021 08:36 AM | |
| 1 | 09-27-2021 08:45 AM | |
| 3 | 09-27-2021 08:39 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|