|
POST
|
Hi Jeff- Last week I was testing, getting funny results with my Extent vars in 3.7, haven't been able to figure it out yet. So while I didn't think the api was broken, nor did I try to download it, I couldn't figure out the shift I was seeing in my 3857 wkid at 3.7 David
... View more
10-01-2013
11:33 AM
|
0
|
0
|
2522
|
|
POST
|
Hi Jeff- I'm working with a FeatureLayer for Sarasota County Evacuation Zones app, and am curious about the maxAllowableOffset parameter at 3.6. I'm having some performance issues with the surge layer, and I believe that at 3.6 this value is auto-calculated upon an extent change. Is there a better way to set it explicitly? Thanks David
... View more
09-13-2013
09:23 AM
|
0
|
0
|
1081
|
|
POST
|
Yes, yes, yes, well described . . . and thanks again. I'll let you get back to your 3.4 changes 🙂
... View more
07-11-2013
10:13 AM
|
0
|
0
|
2262
|
|
POST
|
Thanks Robert, works like a charm. Let's see, if I'm following the programming logic correctly, the original variable typeID string in the layerDetails if block is set to return the attributes of any given field and when employed on a subtype field or codedDomain field the reutrn will be descriptions as designed. But when both subtypes and coded val domains descriptis are to be returned, the typeID has to essentially be cleared first, then set to return the decripts and not the codes... Anyway, hope I haven't embarrased myself to badly here, please feel free to correct me and it's always a pleasure working with you. I'll shoot you a url when I put up a release build-- Thanks Again- David
... View more
07-11-2013
08:57 AM
|
0
|
0
|
2262
|
|
POST
|
Hi Robert- Thanks for the reply. Yeah, For us here in southwest Florida, hurricane season preparations tends to backlog my update frequency. Yes I am using the source code version if I understand you correctly, although I typically download from the eSearch.zip Code Attachement download section, and not from github. I'll be updating to 3.4 very shortly, and so wasn't going to spend alot of time on this, unless you had something already forked on github for this version, or had could direct me to a particular function in the mxml.
... View more
07-11-2013
06:54 AM
|
0
|
0
|
2262
|
|
POST
|
Hey Robert, sure thing. I am going to go ahead and un-secure this service: https://ags2.scgov.net/arcgis/rest/services/ScOperational/SCDataAgol/MapServer and then let's work with the Parks layer at: https://ags2.scgov.net/arcgis/rest/services/ScOperational/SCDataAgol/MapServer/25 If that's ok with you. I can leave it unsecure throughout the day oon 7/11/2013 The subtype field is 'ParkType', the 'PublicAccess' field has the coded domain values. I am not utilizing the coded domain field as as a search, but am returning its values. Perhaps it is the fact that these domain values are inherited? Thanks, looking forward to your reply-- Here is my full layer xml section for this layer: <layer> <token/> <useproxy>false</useproxy> <definitionexpression></definitionexpression> <enableprintgrid title="Selected Parks">true</enableprintgrid> <enableexport>true</enableexport> <name>Sarasota County Parks</name> <url>https://ags2.scgov.net/arcgis/rest/services/ScOperational/SCDataAgol/MapServer/25</url> <expressions> <expression alias="Park Type" textsearchlabel="Search by Park Type:" isvaluerequired="false"> <values> <value prompt="Example: Natural Area Park" field="ParkType" usesubtype="true">ParkType = [value]</value> </values> </expression> <expression alias="Park Name" textsearchlabel="Search by Park Name:" isvaluerequired="true"> <values> <value prompt="Example: Nathen Benderson Park" uniquevalsfromfield="ParkName">ParkName = '[value]'</value> </values> </expression> </expressions> <graphicalsearchlabel>Use one of the graphical search tools to select Parks</graphicalsearchlabel> <spatialsearchlayer>false</spatialsearchlayer> <titlefield>ParkType</titlefield> <fields all="false"> <field name="ParkType" alias="Park Type" gridfield="true" /> <field name="ParkName" alias="Park Name" gridfield="true" /> <field name="Address" alias="Address" gridfield="true" /> <field name="Phone" alias="Phone Number" gridfield="true" /> <field name="PublicAccess" alias="Public Access" gridfield="true"/> </fields> <!--<links></links>--> <zoomscale usegeometry="true" zoompercent="1.6" /> <autoopendatagrid>true</autoopendatagrid> <relates> <relate id="2" label="Parks Information" enableexport="true" icon="assets/images/i_table.png"> <fields all="false"> <field name="ADA_Access" alias="Is ADA Accessible" /> <field name="Concession" alias="Has Concesssions" /> <field name="Restrooms" alias="Has Restrooms" /> <field name="Showers" alias="Has Showers" /> <field name="Playgrounds" alias="Has Playgrounds" /> <field name="AthleticCourts" alias="Has Courts" /> <field name="AthleticFields" alias="Has Ball Fields" /> <filed name="CanoeKayakLaunch" alias="Has Kayak Launch" /> <field name="BoatAccess" alias="Has Boat Access" /> <field name="PicnicArea" alias="Has Picnic Areas" /> <field name="CampingArea" alias="Has Camping" /> </fields> </relate> </relates> </layer>
... View more
07-10-2013
12:56 PM
|
0
|
0
|
2262
|
|
POST
|
Hi Robert- I aplogize for potentially being in the wrong thread. I was wondering if you had any difficulites in displaying coded values in either the primary feature class or related table when using the Enhanched Search Widget: Version: 3.2.1 Build Date: 4/1/2013 I seem to be having difficulty displaying domain descriptions in fields that use coded value domains when I am also utililizing the usesubtype="true" setting. Any insight is appreciated and btw nice meeting you at the Dev Conference in March this year thanks David Coley Sarasota County GIS Sarasota County, FL
... View more
07-09-2013
12:42 PM
|
0
|
0
|
3438
|
|
POST
|
Actually, no. I don't think the absence or precence of a global ID on the AOI layer should affect data access or tile worker processes. But different index types could (ie sql geometry spatial indices vs an FDO_index in a file gdb). So after my original reply it occured to me that since the caching errors are occuring when using an area of interest, and for the first time I am seeing a TileWorker error along with an index error, I believe that different index types are not being handled by the Tile Worker process. So potential solution then: Either place all data to be cached in an fdgb, including the AOI poly; OR place the AOI poly in sde in sde as well, where it can utilize the same type and size of spatial index. This was never a problem for us when using Arc Binary storage type, but since we moved to Sql Geometry apparently it is. Thanks David
... View more
07-01-2013
09:06 AM
|
0
|
0
|
2160
|
|
POST
|
I too am receiving very similar errors when using an area of interest file gdb polygon: Data access failure, layer = Roads and Streets, error string = Underlying DBMS error [Microsoft SQL Server Native Client 10.0: The query processor could not start the necessary thread resources for parallel query execution.] [PROD.GIS.Streets]§TilesWorker: Data access failure, layer = Roads and Streets, error string = Could not access data for layer or table Roads and Streets during drawing Failed to cache extent: 504171.875000 1009371.875000 538294.791667 1043494.791667 at scale 1200 Failed to cache extent: 606569.270833 992302.604167 623630.729167 1009364.062500 at scale 600 Data access failure, layer = Roads and Streets, error string = Underlying DBMS error [Microsoft SQL Server Native Client 10.0: The query processor could not start the necessary thread resources for parallel query execution.] [PROD.GIS.Streets]§TilesWorker: Data access failure, layer = Roads and Streets, error string = Could not access data for layer or table Roads and Streets during drawing Failed to cache extent: 623635.937500 1043502.604167 640012.968249 1060564.062500 at scale 600 The index was either too large or too small. However, as you can read the errors also involve TileWorker Process and Data access failures from SDE. Once I dumped our streets into a file gdb in a shared directory, no errors. I've been fighting data access failures since we went to 10.1.1 and sql geometry. We have spent hours tuning and testing, and yet the same errors keep cropping up. Our database server is connected to our san via failover nic cards, we have 16 cores on two cpus with 65gb ram. This should not be happening! Thanks David Coley Sarasota County ArcServer Admin / Developer
... View more
07-01-2013
07:40 AM
|
0
|
0
|
2160
|
|
POST
|
Hi Christine, that makes perfect sense, I didn't realize you meant the APUNIQUEID and LAYERKEYTABLE objects. I should be all set then, thanks for your time!
... View more
04-10-2013
09:04 AM
|
0
|
0
|
1405
|
|
POST
|
Hi Christine- thanks for your reply, I just returned from the dev summit or I would have gotten back to you sooner. Um, I'm not certain I was clear with my request. Do you mean to say 'tables that contain the unique HydroID' rather than 'Unique ID tables'? I ask because I'm not familiar with 'Unique ID tables' as part of the full ArcHydro schema; I've never seen those objects. Regardless, we'll test out populating HydroIDs on those objects that the tools require once we version the schema- Thanks David
... View more
04-02-2013
10:42 AM
|
0
|
0
|
1405
|
|
POST
|
Hello- Does anyone have any experience working with the HydroID in a versioned environment? Specifically, if the HydroID is global to ArcHydro feature and object classes, how is the HydroID treated on the change tables (specifically, the Adds table)? Also, Archiving: Are there issues with the HydroID and "_H" tables? Thanks, David Coley Sarasota County GIS Sarasota, FL
... View more
01-18-2013
07:06 AM
|
0
|
4
|
1723
|
|
POST
|
Hi Robert- Thanks again, I'm all set. After correcting some html, and following your: "IF you make a new folder (preferably in Windows Explorer, not Flash Builder) "FlexViewer3.0\src\com\esri\ags\skins" and paste it into that folder (then you will not have to make an entry into the default.css)." instructions all of my information is returning corrrectly. David Sarasota County GIS
... View more
12-18-2012
05:26 AM
|
0
|
0
|
1360
|
|
POST
|
Hey Thanks Robert, this has me in the right direction, and I can now see all of the changes between your PopUpRendereSkin_Subtypes and the PopUpRenderer at 3.0. I have added the: esri|PopUpRenderer { skin-class: ClassReference("com.esri.viewer.skins.PopUpRendererSkin_Subtypes"); } to the default.css, I have included your additions, have set the proper name spaces, have the proper class imports and have re-compiled without error. However, I am still not able to see my field values as defined in my description tag of my xml (in this case a landuse layer with 2 subtypes). Do you have any other suggestions? Thanks Again- David
... View more
12-14-2012
12:47 PM
|
0
|
0
|
1360
|
|
POST
|
Hi Robert- I am experincing the same issue with subtypes and popups but at version 3.0. Because there are so many changes between 2.5 and 3.0, I was wondering if you know: Has the popup renderer mxml for veiwer 3.0 been incorporated into one of the managers? I just can't seem to find where the popup render skin class is- Thanks for your help David Coley Sarasota County GIS Sarasota, FL
... View more
12-14-2012
09:33 AM
|
0
|
0
|
1360
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-27-2026 01:27 PM | |
| 2 | 03-25-2026 06:29 AM | |
| 2 | 03-04-2026 11:14 AM | |
| 1 | 02-26-2026 09:46 AM | |
| 1 | 10-30-2025 11:25 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|