|
POST
|
Robert, Thanks for the clarification. I have modified the RGBA to be that below, but I'm still getting the hollow/transparent fill (good) and a solid, turquoise border (not what I want). Do I need to flip around some values? "highlightSymbol":{"color":[0,0,0,0],"outline":{"color":[255,0,0,0.25], "width":1,"type":"esriSLS","style":"esriSLSSolid"}, "type":"esriSFS","style":"esriSFSSolid"}
... View more
07-07-2016
05:46 AM
|
0
|
18
|
1389
|
|
POST
|
Robert Scheitlin, GISP Another question for you on this matter. I want to change the symbology of the outline to be red and solid border instead of the default blue/turquoise highlight. Referring to the code you helped me implement, is that possible? I've tried different combos of RGB and CMYK (not sure if those are CMYK but just guessing based on four numbers - or is that rgb with the fourth position for transparency?) but can't change the outline color. I can get the fill to be no fill like I want but just can't seem to modify the outline color. Can I simply modify these numbers to get the desired result? Or do I have to go through some or all of the changes you provided in the "Change the highlight symbol for a selection" thread?
... View more
07-01-2016
09:46 AM
|
0
|
20
|
3031
|
|
POST
|
Tyler Dunn Thank you 1,000x over for posting this. We have received numerous requests to have the popup be moveable and now I can set that up for our applications. I really wish ESRI would make it moveable by default or provide a config option of making it moveable, but that's still not the case. Hopefully in the future it will be though. Thanks again.
... View more
05-12-2016
08:52 AM
|
1
|
0
|
4536
|
|
POST
|
Robert, I'm updating to WAB 2.0 right now and it looks like Search\widget.js was modified. Referring to step 3 in your directions, would that new piece of code (highlightSymbol: jsonUtils.fromJson(source.highlightSymbol)) go after infoTemplate: template, which is on Line 288? My question assumes steps 1 and 2 are the same. Thanks.
... View more
04-22-2016
09:06 AM
|
0
|
23
|
3031
|
|
POST
|
Rupert, Thank you for the prompt response and sorry my delayed response. I've had a chance to look over your links and notes and think I have what I need to get me going in the right direction. I will probably come back with another question or two though. Thanks again. Adam
... View more
04-11-2016
10:43 AM
|
0
|
0
|
1286
|
|
POST
|
Can somebody please answer these questions or point me in the right direction to find them? I am working on a shortlist story map v.1.4.8. 1) Is it possible to add a second custom logo (w/href) to the logoArea <div> or can the social div be modified to include two (stacked) links? --I thought I could pull it off by adding a second logo div to logoArea but there is either more to it beyond index.html changes or I'm simply not doing it correctly. Ideally the logos will be placed side-by-side, with some space between. --I was able to add a second link to the social div but it didn't leave any space between the two links. Plus, I'd like to stack them if possible. 2) Does the story map popup (from the .csv) override any and all popups configured in the AGOL map? --I want the user to not only get information via the popup derived from the .csv, but also from the AGOL popup. My story map shows a five-year road plan and it might be nice for the user to be able to identify a feature from a year other than the active year, without having to search through each tab to cross-reference the intended feature. -I set up a configurable popup for one of the layers (from a map service) in my AGOL map. Said popup loads in AGOL but not in my story map. 3) Any tips or code for adding a basemap toggle, probably for custom basemaps, would be much appreciated.
... View more
04-01-2016
01:13 PM
|
0
|
2
|
5260
|
|
POST
|
Mark, I should have waited on the first response. I did find where to add to FILTER_LIST_BY_EXTENT and tabExents in index.html. I copied and pasted the code from the Bangkok story map, updated the extents (all the same for me) and WKID and it works! Now it's just a matter of tweaking the extent to make it look better and I should be set. I may reply again if I have further troubles though. Thanks again.
... View more
03-31-2016
09:01 AM
|
0
|
0
|
1049
|
|
POST
|
Mark, Thank you for passing this along. I am still pretty inexperienced with javascript, and coding in general, and haven't been able to get this to work. Can you possibly help? I replaced the main.js from my new story map with the Bangkok main.js that you linked. I refreshed my story map but I just get the loading circle running endlessly. Your message in the other thread indicates something needs to be added to the configuration portion (same area where you set the AGOL mapd ID?; or lines 28-82 of my version 1.4.8 application) of index.html, but I'm not able to locate anything in the Bangkok story map via the Developer Tools that shows me where I need to insert code in said index.html. Am I moving in the right direction?
... View more
03-31-2016
07:35 AM
|
0
|
0
|
1049
|
|
POST
|
I recently created a shortlist story map that shows a five-year road construction plan. I want each year's items/projects to be available in the leftPane regardless of the map extent. Is this possible, and if so, can somebody please pass on the code modification? Thank you.
... View more
03-28-2016
10:49 AM
|
0
|
3
|
4265
|
|
DOC
|
Ok. I'll move up to 1.3.0.2. Much like 1.3.0.1 though there are two instances of "this.selectLayerSpatial.addOption(spatialOptions);" in widget.js of 1.3.0.2, at lines 882 & 922. Should Under which line should I add that code?
... View more
03-22-2016
10:27 AM
|
0
|
0
|
9273
|
|
DOC
|
Robert, Thanks for the information #1 & 2. As for #3, I tried on a deployed application and one in WAB 1.3 with eSearch 1.3.0.1 and couldn't get it to work. I did notice there are two instances of "this.selectLayerSpatial.addOption(spatialOptions);" in widget.js, with one around line 852 and another around line 889. Should it go under both or just one? Did I miss another spot? Just so we are clear on what I'm trying to accomplish... I want to create a buffer, then be able to select any one of my search layers in the "Search entities of" dropdown list on the By Spatial tab and see the features from that layer that are intersected by, intersected by an envelope of, etc. I don't want it to be restricted to the first/default item in that list.
... View more
03-22-2016
10:06 AM
|
0
|
0
|
9273
|
|
DOC
|
Hi Robert Scheitlin, GISP. Again, thanks for sharing and updating all of your widgets. Can you please answer my questions below? Sorry if these have already been covered in some way. I am using 1.3.0 or 1.3.0.1 and didn't find anything on the list of 1.3.0.2 updates pertaining to them. 1) For my parcel number search results I want to display four deed holder fields (deedholder1, deedholder2, ...3, ...4) all as the same alias of "Deed Holder." Are you aware of this being a problem or would you advise against it? When I execute the search the results window matches what I want, as does the Attribute Table display. However, when I export to CSV the deed holder field values all take on the value from the last instance of the alias "Deed Holder." For example, if deedholder1 = "Smith, Joe", and deedholder2 through 4 are blank/null, then all values for the "Deed Holder" columns are blank/null, assuming I have the results setup to show the deedholder fields in ascending order. See images below. eSearch results (deedholder1 field = Johnson County, deedholder2 through 4 = null/blank) is correct Attribute Table display is correct Export to CSV (column I should = "JOHNSON COUNTY IOWA" but in this case is replaced by the last instance of Deed Holder, or column L) is not correct Could this be a problem with the Attribute Table widget? My easy work-around is simply to give them different aliases, but ideally I would like to have them be the same. 2) Is there a setting that will enable the eSearch field results order to carry over to the Attribute table? As of now mine do not match and I'd like to have the same order in both. 3) It was brought to my attention that when creating a buffer and clicking another layer (other than the first/default layer) in the "Search entities of" dropdown (By Spatial tab) the results displayed in the Attribute Table are those from the first item/default search layer in the eSearch widget. Should the user be able to pick any item from the dropdown and have its attributes appear there? Can I configure that? I want to say this worked in older versions of eSearch but can't remember for sure. I know it wasn't reported to me until recently though.
... View more
03-22-2016
09:06 AM
|
0
|
0
|
9273
|
|
POST
|
Ian, I am seeing the same thing as Cole and Robert. Looks good.
... View more
02-29-2016
09:50 AM
|
0
|
1
|
1988
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-09-2026 06:46 AM | |
| 1 | 02-09-2026 07:47 AM | |
| 1 | 02-06-2026 01:57 PM | |
| 1 | 01-28-2026 12:38 PM | |
| 1 | 01-28-2026 08:29 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|