|
POST
|
All Here is my next widget in the FlexViewer 2.1 series Special thanks to Erwan Caradec for contributing to this code. The Enhanced Search Widget extends the standard search widget with a floating data grid and a new spatial query w/buffering. http://www.arcgis.com/home/item.html?id=5d4995ccdb99429185dfd8d8fb2a513e
... View more
10-25-2010
02:13 PM
|
0
|
767
|
219203
|
|
POST
|
Joshua, You need to closely examine your entries. <field name="CITY
in this line you are missing the ending double quote backslash and right carret. it should be: <field name="CITY"/>
... View more
10-25-2010
12:27 PM
|
0
|
0
|
1165
|
|
POST
|
Joshua, Make sure you clear your browser cache so that you are sure that you are using the new xml.
... View more
10-25-2010
12:18 PM
|
0
|
0
|
1165
|
|
POST
|
Andrea, There is a new version again (2.1.6). That fixes the issue with not being able to click on the hyperlink in the info popup. For your second point that is just the standard that ESRI started and for me to change from that now would break other enhancements that user have asked for. The Third comment of your is just the way that it is. The identify results are returned using the field alias and not the true field name from the identify task so that is all I have to work with.
... View more
10-25-2010
12:14 PM
|
0
|
0
|
2074
|
|
POST
|
Yep that it exactly. All you need to do is look at the example "SearchWidget_Louisville.xml" that came with the flexviewer to see how it is suppose to be now.
... View more
10-25-2010
11:54 AM
|
0
|
0
|
1165
|
|
POST
|
Joshua, Yes it would just have to re-project the point coordinate of the mouse and not the map, but that still leads to the fact that the client side code does not know how to do this, and it would take a round trip to the server every pixel that the mouse move in order to do this.
... View more
10-25-2010
11:52 AM
|
0
|
0
|
2020
|
|
POST
|
Joshua, The config xml for the search widget has changed the field element looks like this now
<fields all="false">
<field name="PD_NAME"/>
<field name="ADDRESS" alias="Address"/>
</fields>
... View more
10-25-2010
11:35 AM
|
0
|
0
|
1165
|
|
POST
|
Joshua, The client side code does not have the ability to re-project coordinates from StatePlane to geographic natively. ESRI probably will not add client side re-projection to the API as the API is free and that would be a significant investment of man-hours to do and then to maintain.
... View more
10-25-2010
11:16 AM
|
0
|
0
|
2020
|
|
POST
|
All, Yet another version 2.1.5 fixes the issue that several people including myself have with the draw tool tips showing when using this widget. Also Phillip identified a issue with the widget even when closed still showing the draw tool tips. These have been fixed in this latest version.
... View more
10-24-2010
06:33 PM
|
0
|
0
|
2074
|
|
POST
|
Zahid, I am not aware of any documentation or sample that show how to do this. I personally am very much against web editing, especially the way that esri has opened it up. It is up to developers to secure there own editing environment and that is fine for those that want to but there are going to be to many of those beginners that will not have a clue what they are doing and what the implications are and end up loosing lots of data. Of course one that puts some though into the web editing process will probably realize the need to create a replica of their GDB and have someone QA/QC the edit before committing them to real GDB. Anyway time to get off my soapbox. Good Luck with this.
... View more
10-23-2010
11:23 AM
|
0
|
0
|
754
|
|
POST
|
Zahid, Yep you have to manager permissions on your own so the user/credentials would be a good route.
... View more
10-23-2010
09:51 AM
|
0
|
0
|
754
|
|
POST
|
Daniel, I was hoping one of the API Team members would answer this. The Flex API does not support map wrapping just as ArcMap does not either. This capability was discussed at the Developer conference round table but no firm plans that I know of.
... View more
10-22-2010
05:27 PM
|
0
|
0
|
2093
|
|
POST
|
All, A new Version that supports only identifying the layers that are specified in the IdentifyWidget.xml is now available.
... View more
10-22-2010
05:23 PM
|
0
|
0
|
2074
|
|
POST
|
Andrea, I found the issue you were experiencing and fixed it in the 2.1.4 release. If you want to or need to switch your operational layers back to the way you had them then the new version will work with them that way.
... View more
10-22-2010
05:21 PM
|
0
|
0
|
2074
|
|
POST
|
Bill, Copy all of this replacing everything in your DrawWidget.xml <?xml version="1.0" ?>
<!--
////////////////////////////////////////////////////////////////////////////////
//
// Copyright © 2008 - 2009 ESRI
//
// All rights reserved under the copyright laws of the United States.
// You may freely redistribute and use this software, with or
// without modification, provided you include the original copyright
// and use restrictions. See use restrictions in the file:
// <install location>/FlexViewer/License.txt
//
////////////////////////////////////////////////////////////////////////////////
-->
<configuration>
<geometryservice>http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer</geometryservice>
<spatialref>102003</spatialref>
<distanceunits>
<distanceunit abbr="m" conversion="1">Meters</distanceunit>
<distanceunit abbr="km" conversion=".001">Kilometers</distanceunit>
<distanceunit abbr="ft" conversion="3.2808">Feet</distanceunit>
<distanceunit abbr="mi" conversion="0.000621">Miles</distanceunit>
</distanceunits>
<areaunits>
<areaunit abbr="sq m" conversion="1">Square Meters</areaunit>
<areaunit abbr="sq km" conversion="0.000001">Square Kilometers</areaunit>
<areaunit abbr="sq ft" conversion="10.763910417">Square Feet</areaunit>
<areaunit abbr="sq mi" conversion="0.0000003861021">Square Miles</areaunit>
<areaunit abbr="ac" conversion="0.00024710538147">Acres</areaunit>
<areaunit abbr="ha" conversion="0.0001">Hectares</areaunit>
</areaunits>
</configuration>
... View more
10-22-2010
03:00 PM
|
0
|
0
|
2323
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-14-2020 11:36 AM | |
| 17 | 05-17-2021 01:51 PM | |
| 1 | 07-06-2020 05:32 AM | |
| 1 | 07-10-2018 05:49 AM | |
| 9 | 01-28-2022 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-08-2026
06:27 AM
|