|
POST
|
Yes it can…. Change the following lines of code to default the attribute table to visible extent *Check the filter by Map Extent by default. 1. Attribute Widget.js 2. Change Line 198 this.matchingmap= true 3. Change line 1963 this.matchingcheckbox=true ~ Nick
... View more
06-18-2015
04:11 AM
|
1
|
10
|
1747
|
|
POST
|
You can also change the following line of code so that the box appears checked. line 1963 this.matchingcheckbox=true This will keep the functionality consistent... i.e. you won't have to check the box and uncheck the box to turn off the spatial filter
... View more
06-15-2015
12:04 PM
|
1
|
0
|
2249
|
|
POST
|
Hi Robert, That’s kind of what I thought. Thanks! ~ Nick
... View more
06-05-2015
09:31 AM
|
0
|
0
|
1942
|
|
POST
|
So I have been successfully using the local layer widget... works great! However, I have noticed that I cannot add an cached imagery service as a dynamic service.... let me explain. In Flex, we were able to define the service type. So, we could add a cached service as a dynamic service. In this instance the cached service would zoom in beyond its minimum scale and still display the aerial photos. Now I am using the WAB local layer widget and I have added the same cached imagery service in as a dynamic service. I also extended the scale range in the app to be beyond that of the cached imagery. When I zoom in beyond the minimum scale the aerials do not display. They are acting like they are still cached even though it was defined as a dynamic service. Any thoughts? Robert Scheitlin, GISP Thanks, Nick
... View more
06-05-2015
07:49 AM
|
0
|
2
|
1942
|
|
POST
|
Malcolm… wrong location… Install directory\server\apps\##\configs\Query Config_query.json ~ Nick
... View more
06-01-2015
11:12 AM
|
1
|
2
|
3135
|
|
POST
|
All of my queries come from ArcGIS Server and my config file populate correctly. Did you go to the location that Robert suggested? ~ Nick
... View more
06-01-2015
11:04 AM
|
0
|
4
|
3135
|
|
POST
|
I try not to use AGO anymore than I have to... but yes I would try setting up the Queries in the WAB UI. I would only set up the query as far as the statement and the selected field in the output. I would not waste the time giving any fields an alias since they do not save. Check out the config_Query after setting up a query and see what is in the file.
... View more
06-01-2015
10:42 AM
|
0
|
0
|
3202
|
|
POST
|
Malcolm, Use the WAB to initially set up the Queries that you want in your app. Once they are initially set up the config_json file will be populated. From there you can change the alias names, query name, specify the specialtype (link, image, none) for fields. These are the things that don't seem to be saved in the WAB UI. You can also change the images to something more appropriate than the limited set you have to choose from as long as you use this code. You can also tweak the size of the image. "resultsSymbol": { "angle": 0, "xoffset": 12, "yoffset": 12, "type": "esriPMS", "url": "http://someURL/someimage.png", "contentType": "image/png", "width": 18, "height": 18 },
... View more
06-01-2015
10:29 AM
|
0
|
9
|
3202
|
|
DOC
|
Thanks...really appreciate the contributions Sent from my Verizon Wireless 4G LTE DROID
... View more
05-14-2015
01:23 PM
|
0
|
0
|
10587
|
|
DOC
|
Hi Tom, I noticed a problem with the most current version of the widget. It seems that the Acreage calculation rounds to the nearest 0.1 of an acre. So, anything under 0.5 acres reads 0.0 and anything over 0.5 reads 1 acre. If you measure by square feet, which works correctly, and divide by 43,560 (number of sqft in an acre), then the acreage comes our correct. Is there any easy value change that would fix this? I'm assuming that there is a rounding issue. --Updated-- I found that if you change the value in the toFixed for the _addPolygonMeasure then it will increase the number of significant digits. The problem seems to be when you measure something under 0.1 acres... as mentioned above. The real issue appears to be why is the measurement not accurate below 1 Acre? --Update 2-- Ok... so changing the toFixed for the _addPolygonMeasure in the Widget.js officially fixed the problem of the small measurements. Thanks, Nick
... View more
05-14-2015
10:07 AM
|
0
|
0
|
7495
|
|
DOC
|
Hi Larry, One thing I noticed is that my WAB dropped the Widget when I downloaded / compiled it. The ZoomPrevNext was removed from the Widgets folder as was the Code in the main Config.json. I'm not sure how it would react to a new app... I only tested with existing apps. Regardless, I got the code added correctly to the compiled applications. Thanks again for the help!
... View more
05-14-2015
07:46 AM
|
0
|
0
|
10587
|
|
DOC
|
Hi Larry, I got the updated version to work correctly. After adding it to the stemapp I found that I may have been adding the code to the incorrect part of the widgetOnScreen section. I was trying to add it after the Header Control widget just past the Home and Location button. This failed every time. With this version of the widget I added it above the HeaderControlwidget and everything worked. Not sure if that was actually the problem or not…but all is good now. Thanks, ~ Nick
... View more
05-14-2015
05:12 AM
|
0
|
0
|
10587
|
|
DOC
|
I also get a lot of these in my controller window after adding the code… The error is in esri.css:1:xxxxxx window.controllers is deprecated. Do not use it for UA detection. ace.js:1:0 Unknown property '-moz-box-shadow'. Declaration dropped. esri.css:1:50391 Expected declaration but found '*'. Skipped to next declaration. esri.css:1:50897 Unknown property '-moz-box-shadow'. Declaration dropped. esri.css:1:52978 Unknown property 'user-select'. Declaration dropped. esri.css:1:54195 Unknown property '-moz-border-radius'. Declaration dropped. esri.css:1:54263 Expected color but found 'none'. Error in parsing value for 'border-color'. Declaration dropped. esri.css:1:55539 Unknown property 'speak'. Declaration dropped. esri.css:1:60159 Unknown property '-moz-osx-font-smoothing'. Declaration dropped. esri.css:1:60369 Expected declaration but found '*'. Skipped to next declaration. esri.css:1:60597 Expected declaration but found '*'. Skipped to next declaration. esri.css:1:61182 Expected declaration but found '*'. Skipped to next declaration. esri.css:1:61767 Expected declaration but found '*'. Skipped to next declaration. esri.css:1:62352 Expected declaration but found '*'. Skipped to next declaration. esri.css:1:62812 Expected declaration but found '*'. Skipped to next declaration. esri.css:1:63141 Expected declaration but found '*'. Skipped to next declaration. esri.css:1:63472 Expected declaration but found '*'. Skipped to next declaration. esri.css:1:63755 Expected declaration but found '*'. Skipped to next declaration. esri.css:1:64040 Expected declaration but found '*'. Skipped to next declaration. esri.css:1:64333 Expected declaration but found '*'. Skipped to next declaration. esri.css:1:64618 Expected declaration but found '*'. Skipped to next declaration. esri.css:1:64943 Expected 'none', URL, or filter function but found 'progid'. Error in parsing value for 'filter'. Declaration dropped. esri.css:1:70090 Unknown property '-moz-box-shadow'. Declaration dropped. esri.css:1:78773 Unknown property '-moz-border-radius'. Declaration dropped. esri.css:1:78976 Unknown property '-moz-border-radius'. Declaration dropped. ~ Nick
... View more
05-12-2015
04:50 AM
|
0
|
0
|
10587
|
| Title | Kudos | Posted |
|---|---|---|
| 5 | 04-05-2024 05:00 AM | |
| 11 | 03-05-2024 04:49 AM | |
| 1 | 01-24-2019 06:27 AM | |
| 9 | 11-18-2021 12:08 PM | |
| 1 | 04-14-2015 11:01 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-20-2025
05:52 AM
|