|
POST
|
Can you let me know when that change goes into the production web application as I would like to do some searches with the new criteria, if you make it available?
... View more
03-12-2014
09:51 AM
|
0
|
0
|
2186
|
|
POST
|
Peter: Here is the sample eSearchWidget.xml that worked for me: <expression alias="Owner"> <values> <value prompt="Example: Smith John" isvaluerequired="true">upper(OWN1) LIKE upper('%[value]%') OR upper(OWN2) LIKE upper('%[value]%')</value> </values> </expression> The big caveat is the storage format of your data. If you have ownership information in 1 field you could perform this search on the same field twice so if Last Name is the beginning part of this field's value would capture it with the Like and % on the first statement and if the Last Name is the ending part of this field's value would capture it with the Like and % on the second statement. If your ownership information is in multiple fields that you would just put the appropriate fields in each section of the query. It all depends how your data is stored. I would also allow the user to input the village/town where they think the owner lives. I would have a list of all villages/towns in Suffolk County and have an empty string as well if the person searching does not know the town.
... View more
03-12-2014
08:08 AM
|
0
|
0
|
3724
|
|
POST
|
Thank you Peter. I just performed a search for a common name Murphy (I could not enter the first name) and it returned over 800 records which is a lot of records to wade through. Have you ever thought of adding the first name to the search, so you do not return as many records? I have worked with the eSearch widget built by Robert Scheitlin and it was fairly easy to create this more targeted search.
... View more
03-12-2014
07:43 AM
|
0
|
0
|
3724
|
|
POST
|
Peter: I see you have Pictometry images accessible through your application. Was this a tool (widget) that you built yourself or did a third-party build this tool for you? Is there an Owner Search available in your public application?
... View more
03-12-2014
07:27 AM
|
0
|
0
|
3724
|
|
POST
|
I would like to change the properties of a Table of Contents Widget for AGS JavaScript API (Namespace = agsjs). I obtained a sample of this widget at the following URL: http://gmaps-utility-gis.googlecode.com/svn-history/r354/trunk/agsjs/docs/toc/examples.html I went to View->Source in Internet Browser and I saved the source code to my server. I am using my own mapservice where I have certain layers such as group layers minimized in the source mxd. The TOC widget, though, maximizes these layers in the TOC. I want these layers to appear, by default, as they do in the source mxd. Does anyone know how to achieve this goal?
... View more
03-12-2014
07:07 AM
|
0
|
1
|
817
|
|
POST
|
Darina: I ran the Search.htm app in IE with Fiddler2 running and I get a 502 error with ZipCode. Even though the URL is for ESRI's mapservice, it looks like somewhere in your script(s) it is looking at myserver. Can you double-check that there are no references to your specific server in any of the dependent scripts that were provided in your original zip file?
... View more
03-11-2014
12:16 PM
|
0
|
0
|
2366
|
|
POST
|
After making your changes, I still get no map to appear with either FireFox or IE. Any idea what else I need to look at to get your app to work with ESRI services?
... View more
03-11-2014
11:05 AM
|
0
|
0
|
2366
|
|
POST
|
I only see a reference to a mapservice in search.htm at mapApp.Init which I changed to: mapApp.init({ basemapUrl: "http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer", mapContainerId: "map", legendContainerId: "legend" }); but I still get no map to appear. Is there somewhere else that I need to substitute ESRI's mapservice so I can see a map with your app?
... View more
03-11-2014
10:31 AM
|
0
|
0
|
2366
|
|
POST
|
I copied the zipped files to a server that has IIS and placed it at c:\inetpub\wwwroot\Testjsapi and I called the URL: "server name"/testjsapi/index.htm in FireFox but I do not get any map. Are the mapservices in this app publicly available?
... View more
03-11-2014
09:36 AM
|
0
|
0
|
2366
|
|
POST
|
Will you by any chance be using these file geodatabase feature classes as a data source for ArcGIS Server (AGS) pre10.1? I ask because AGS pre10.1 definitely put locks on the feature classes so you would get an error if you copied the feature class due to these locks. If this is the case, you probably would need to perform truncate and append operations as that process bypasses AGS locks.
... View more
03-10-2014
08:28 AM
|
0
|
0
|
1069
|
|
POST
|
The sample provided shows the layers on the map in the legend. Is this legend dynamic where is will only show the symbology of layers in the map's extent (e.g. If a layer has 100 symbology classes, but only 5 appear in the map's extent, does the legend for that layer shrink to 5 swatches)?
... View more
03-08-2014
07:47 AM
|
0
|
0
|
2414
|
|
POST
|
Mr. Robert Scheitlin: I read that ESRI will be creating a Javascript/HTML5 Viewer that is tentatively due out in July. Do you foresee yourself creating configurable widgets in Javascript, much like FlexViewer, where GIS people can just configure these widgets instead of developing these widgets themselves? Your Flex widgets are awesome and this similar functionality in Javascript would greatly enhance the Javascript/HTML5 environment.
... View more
03-07-2014
10:13 AM
|
0
|
0
|
1844
|
|
POST
|
Can you provide your script and then additional code could be provided to work with your existing script?
... View more
03-07-2014
04:05 AM
|
0
|
0
|
3445
|
|
POST
|
Has there been a recent updated release of ArcGIS Online? If so, does this release contain the ability to label features dynamically?
... View more
03-06-2014
10:18 AM
|
0
|
0
|
2301
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-18-2024 01:45 PM | |
| 1 | 08-19-2024 10:38 AM | |
| 1 | 07-08-2026 01:29 PM | |
| 1 | 02-23-2026 05:32 PM | |
| 2 | 02-11-2026 10:42 AM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|