|
DOC
|
All, As Nick suggested, I removed some layers from the web map I was using but am still seeing the issue. I have tested against map and feature service REST URLs. I also tried to use the default configuration for the eSearch widget that uses Louisville Zoning and some other layers. The only change was that I checked the box that allows the results to be shown in the Attribute Table. While I did get this default configuration eSearch setting with Louisville Zoning to show results in the Attribute Table, I couldn't get it to work on a consistent basis after several attempts. Thanks, Andrew
... View more
04-29-2015
08:18 AM
|
0
|
0
|
6135
|
|
DOC
|
Nick, I have multiple services in the app. One of the services does have the same layer multiple times. This layer is grouped, however, and isn't included in the eSearch widget. The services used for the eSearch widget have multiple layers but these layers are included in the service only once. Thanks, Andrew
... View more
04-29-2015
06:03 AM
|
0
|
0
|
6135
|
|
DOC
|
Hi Robert, I'm using WAB 1.1 and your Enhanced Search Widget Version 1.1.6 - 4/22/15 Download Link widget. I noticed that this latest release resolves an issue where the Attribute Table widget doesn't load the eSearch results consistently. When I run an eSearch in my app, the results are returned in the results panel but when the Attribute Table opens automatically, no eSearch results are listed. An spinning icon appears and seems like records are loading but never appear. A similar issue was discussed in this thread Enhanced Search Widget 1.1.1 Issue This is likely something wrong with my app and/or setup but thought I'd ask if you or the group had any insight. A link to the app is below. ArcGIS Web Application A search of Trail Designs and value Bike Lane should show the issue described above. Thank you, Andrew
... View more
04-28-2015
09:25 PM
|
0
|
0
|
6135
|
|
POST
|
I'm looking to extract the data from a map/geodata service to a local SQL Server Geodatabase using a series of Python and .bat files. I would think the process would involve a Python script to create a replica from the REST endpoint then use Python again to export that replica to the SQL GDB. Has anybody attempted this before or have any suggestions on where to start? Thanks, Andrew
... View more
04-10-2015
10:31 AM
|
0
|
1
|
3575
|
|
POST
|
Hi Robert, Is there any interest in a mailing label or parcel report widget? Thanks, Andrew
... View more
03-20-2015
06:22 AM
|
1
|
0
|
1659
|
|
POST
|
I have the Heat Map Widget working my ArcGIS Viewer for Flex app and am wondering if there is a way to have it work with multiple layers. For example, it would be great to allow the user to create a heat map for a layer of Crime Incidents or a layer of earthquakes, etc,. I tested just adding another layer in the config (see below) but it is not working. <layer> <name>Crime Incident Types</name> <url>https://gis.sehinc.com/seh/rest/services/AnywhereUSA/AnywhereUSA_e911/MapServer/1</url> <outFields>UCRDESC,CASESTATUS,OFFENSEID,OFFENDATE,CASESTATUS,BEAT,UCRCODE</outFields> <useproxy>false</useproxy> <useamf>true</useamf> <defaultquery>1=1</defaultquery> <querytemplate>UCRDESC = REPLACE_STR</querytemplate> <types>'Arson','Assault','Burglary','Criminal Homicide','Curfew/Loitering','Disorderly Conduct','Domestic Battery','Drugs','Drunkenness','DUI','Larceny','Motor Vehicle Theft','Prostitution','Rape','Robbery','Stolen Property','Vandalism','Weapons'</types> <type_descs>Arson,Assault,Burglary,Criminal Homicide,Curfew/Loitering,Disorderly Conduct,Domestic Battery,Drugs,Drunkenness,DUI,Larceny,Motor Vehicle Theft,Prostitution,Rape,Robbery,Stolen Property,Vandalism,Weapons</type_descs> </layer> <layer> <name>Earthquakes HeatMap</name> <url>http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Earthquakes/Since_1970/MapServer/0</url> <outFields>YYYYMMDD,Magnitude,Num_Injured,Num_Deaths,Name</outFields> <useproxy>false</useproxy> <useamf>true</useamf> <defaultquery>1=1</defaultquery> <querytemplate>Magnitude > REPLACE_STR</querytemplate> <types>2,4,6,8</types> <type_descs>Mag > 2,Mag > 4,Mag > 6,Mag > 8</type_descs> </layer> Thanks, Andrew
... View more
03-19-2015
09:54 AM
|
0
|
0
|
2897
|
|
POST
|
Hello, I am using the Enhanced Search Widget 3.6 and trying to setup PDF hyperlinks for both the Search Results data grid and Search Results pop-ups. I used the demo Traffic Cameras layer as a starting point and now have it where the data grid displays an icon to hyperlink to the PDF but I can't get it to work in the search results. The link to the app is below. https://gis.sehinc.com/flexviewers/poc Is there something that I'm missing in the layer setup? ----------------------------------- <layer> <token/> <definitionexpression/> <enableexport>true</enableexport> <enableprintgrid title="Selected Parcels" >true</enableprintgrid> <name>GeoTech Projects</name> <url>https://gis.sehinc.com/seh/rest/services/TestingSEH/POC/MapServer/0</url> <expressions> <expression alias="Client_ID" textsearchlabel="Search by Client ID:" isvaluerequired="true"> <values> <value prompt="Example: STPAU" isvaluerequired="true" autosubmit="false">Client_ID LIKE '%[value]%'</value> </values> </expression> </expressions> <graphicalsearchlabel>Use one of the graphical search tools to select Projects</graphicalsearchlabel> <spatialsearchlayer>true</spatialsearchlayer> <titlefield>Client_ID</titlefield> <fields all="false"> <field name="Client_ID" gridfield="true"/> <field name="Client_Name" gridfield="true"/> <field name="Proj_No" gridfield="true"/> <field name="Location" gridfield="true"/> <field name="Zip" gridfield="true"/> <field name="Description_of_Work" gridfield="true"/> <field name="Year_" gridfield="true"/> <field name="PROJCOMPDATE" gridfield="true" dateformat="MM/DD/YYYY" sort="asc|1|date"/> <field name="Hyperlink" alias="Hyperlink" hyperlinkgridfield="true" hyperlinkaliastext="Hyperlink" visible="true" hyperlinkgridicon="assets/images/i_camera.png"/> </fields> <links> <link alias="Hyperlink" disablelinksifnull="true"> <![CDATA[{URL}]]> <icon><![CDATA[assets/images/i_camera.png]]></icon> </link> </links> <zoomscale usegeometry="true" zoompercent="1.6"/> <autoopendatagrid>true</autoopendatagrid> <queryattachments>true</queryattachments> </layer> -------------------------------------------- Thanks, Andrew
... View more
03-10-2015
10:06 AM
|
0
|
1
|
1844
|
|
POST
|
Robert, Do you have any interest in putting together a widget that could load .config files for an app based on user credentials? Something similar would be the crime mapping app you setup. Calhoun County Sheriff Wherein a user could enter their credentials and the WAB would retrieve the .config file appropriate to that user and load the related widgets and layers contained in the .config. Ideally, this would be setup for the non-developer. Apologies for possibly oversimplifying this task. Thanks, Andrew
... View more
03-04-2015
02:03 PM
|
0
|
1
|
1823
|
|
POST
|
Good to know. Do you have any suggestions, using the compiled Viewer, so that the scale bar and the Search Results tab from your Advanced Search data grid don't both show up in the lower-left corner on top of each other? Thanks again, Andrew
... View more
02-05-2015
11:14 AM
|
0
|
1
|
1059
|
|
POST
|
Hi Robert, I am looking to move the scale bar to the right as well so that it doesn't interfere with the Advanced Search Results tab in the lower-left corner. However, in the main application folder, I don't see a default.css file - only a default.htm file. In the default.htm file there are the following lines of code that reference css.... <style type="text/css" media="screen"> html, body { height:100%; } body { margin:0; padding:0; overflow:auto; text-align:center; background-color: #ffffff; } object:focus { outline:none; } #flashContent { display:none; } </style> Is this where I would insert the syntax you mentioned above to Phillip or am I looking in the wrong spot? esri|ScaleBar { right: 10; bottom: 20; left: NaN; top: NaN; } Thanks, Andrew
... View more
02-05-2015
10:31 AM
|
0
|
3
|
1059
|
|
POST
|
I'm trying to lengthen the "More..." layer list that is used with the basemap switcher. I know that adding the height tag like below to the widget reference in the main .config file will increase the height of the layer list widget. height="200" when opened. However, I want to lengthen the "More..." layer list that comes in next to the basemap switcher. Any help would be appreciated. Version 3.6 Thanks, Andrew
... View more
02-03-2015
07:21 PM
|
0
|
1
|
4055
|
|
POST
|
Ok. Unfortunate. Any thoughts on work-arounds? Thanks for the reply.
... View more
11-14-2014
01:19 PM
|
0
|
0
|
1452
|
|
POST
|
Hi Robert, Trying to export parcel PIN results from the advanced search widget to .csv file and am getting some odd results when I open the .csv in Excel. The field type for the PIN field is string (30) but when I open it in Excel, it has the odd format below (2.93022E+11). If I format the Excel cells to Number then the PIN comes through fine (see the highlighted cells below). So my thought was to add the numberformat="2|,|." tag for that particular field but still can't get it to work. I assume that is b/c the numberformat field tag won't work on a string field. Any advice? Below is a snippet from the esearch widget XML file. <layer> <token/> <definitionexpression/> <enableexport>true</enableexport> <name>Parcels</name> <url>https://gis.sehinc.com/seh/rest/services/AnywhereUSA/AnywhereUSA_Basemap/MapServer/20</url> <expressions> <expression alias="Parcel ID" textsearchlabel="Search by Parcel ID:" isvaluerequired="true"> <values> <value prompt="Example: 293022340034" isvaluerequired="true" autosubmit="false">PARCELID LIKE '%[value]%'</value> </values> </expression> <expression alias="Site Address" textsearchlabel="Search by Site Address:" isvaluerequired="true"> <values> <value prompt="Example: 3535 Vadnais Center Dr" isvaluerequired="true" autosubmit="false">upper(SITEADDRESS) LIKE upper('%[value]%')</value> </values> </expression> <expression alias="Owner Name" textsearchlabel="Search by Owner Name:" isvaluerequired="true"> <values> <value prompt="Example: Sofia Ruxin" isvaluerequired="true" autosubmit="false">upper(OWNERNME1) LIKE upper('%[value]%')</value> </values> </expression> </expressions> <graphicalsearchlabel>Use one of the graphical search tools to select Projects</graphicalsearchlabel> <spatialsearchlayer>true</spatialsearchlayer> <titlefield>PARCELID</titlefield> <fields all="false"> <field name="PARCELID" gridfield="true"/> <field name="SITEADDRESS" gridfield="true"/> <field name="SITECITYSTATEZIP" gridfield="true"/> <field name="OWNERNME1" gridfield="true"/> <field name="OWNERNME2" gridfield="true"/> <field name="PSTLADDRESS" gridfield="true"/> <field name="OWNERCITYSTATEZIP" gridfield="true"/> </fields> <links/> <zoomscale usegeometry="true" zoompercent="1.6"/> <autoopendatagrid>true</autoopendatagrid> <queryattachments>true</queryattachments> </layer> Thanks, Andrew
... View more
11-14-2014
12:13 PM
|
0
|
4
|
1452
|
|
POST
|
We have several AGO web maps with both a map service and the corresponding feature service added from ArcGIS Server 10.2.2. In the AGO web map, all the layers remain grouped and symbolized according to the map service. When I use the Web App Builder to then make an app from the AGO web map, the map service is listed but then also all the various layers that make up the feature service. For example, a Water Distribution System service might have multiple feature classes(valves, hydrants, mains, etc). When the web map is taken to WAB, the map service Water Distribution System is shown with its various sub-layers but then the feature service also lists out all the layers. So you end up with Water Distribution Layer (containing valves, hydrants, mains) and each feature class from the feature service listed out too (valves, hydrants, mains). This results in a very cluttered table of contents. Will this behavior be corrected? Thanks, Andrew
... View more
10-20-2014
07:57 AM
|
0
|
0
|
2985
|
|
POST
|
Chris, were you ever able to figure out what the problem was and why you were getting that error? I am experiencing the same issue. Thanks, Andrew
... View more
09-09-2014
10:05 AM
|
0
|
0
|
1099
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-20-2015 06:54 AM | |
| 1 | 06-13-2018 11:10 AM | |
| 3 | 02-26-2016 12:49 PM | |
| 1 | 12-02-2016 08:37 AM | |
| 1 | 03-20-2015 06:22 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|