|
DOC
|
Robert- The Plat Code looks like this: PlatCode ( type: esriFieldTypeString , alias: PlatCode , length: 6 ) But is actually a six digit number…ie “123456”
... View more
07-11-2016
05:15 AM
|
0
|
0
|
6285
|
|
DOC
|
Here is the json: "layers": [ { "name": "Subdivision Plat Search", "url": "https://arcgiswadev/arcgis/rest/services/Planning/CLE_PLSSCadastralParcels/MapServer/19", "definitionexpression": "", "spatialsearchlayer": true, "export2Csv": false, "zoomScale": 10000, "forceZoomScale": false, "shareResult": false, "addToAttrib": false, "expressions": { "expression": [ { "alias": "Subdivision Plat Name", "textsearchlabel": "Search by Subdivision Plat Name", "values": { "value": [ { "fieldObj": { "name": "PlatName", "label": "PlatName", "shortType": "string", "type": "esriFieldTypeString" }, "valueObj": { "value": "" }, "prompt": "PlatName is", "textsearchhint": "Select a Plat", "sqltext": "PlatName = '[value]'", "operation": "stringOperatorIs", "uniquevalsfromfield": "PlatName" } ] } } ] }, "titlefield": null, "fields": { "all": false, "field": [ { "name": "PlatName", "alias": "PlatName" }, { "name": "PlatCode", "alias": "PlatCode" } ] }, "links": { "link": [ { "alias": "TestImage", "disablelinksifnull": true, "disableinpopup": false, "popuptype": "image", "content": "http://images.stlouiscountymn.gov/GetPlatDocuments/GetPlatDocuments.aspx?PlatNumber={PlatCode}", "icon": "../11/widgets/eSearch/images/pdf_icon.png" }, { "alias": "TestText", "disablelinksifnull": true, "disableinpopup": false, "popuptype": "text", "content": "http://images.stlouiscountymn.gov/GetPlatDocuments/GetPlatDocuments.aspx?PlatNumber={PlatCode}", "icon": "" } ] }, "orderByFields": [ "PlatName ASC" ], "layersymbolfrom": "server" } ]
... View more
06-28-2016
04:57 AM
|
0
|
0
|
6285
|
|
DOC
|
I am having an issue with links in the results. If I set up the Link Type as text, everything works as expected. If I change the Link Type to Image, the link content does not come through in the application. I did have this working in an older version of the eSearch Widget (either 1.2 or 1.3....I cannot recall which).
... View more
06-27-2016
09:00 AM
|
0
|
0
|
6285
|
|
DOC
|
I am trying to add a button to my selection results that would allow me to remove an individual record from the selection...has anybody accomplished this? I have created the button and can call a function from the onclick event, but I'm not sure what that function would need to do to remove the graphic from the map and remove the item from the list. Any help would be appreciated.
... View more
09-21-2015
08:36 AM
|
0
|
0
|
7761
|
|
POST
|
I added the startup function to LayerListView.js, but it doesn't appear to be getting hit when the panel opens like I thought it would. Did you add any other code to get this to work correctly?
... View more
09-08-2015
12:37 PM
|
0
|
3
|
1600
|
|
POST
|
I was able to implement this code...partially. When I first open my map, I can click my drop down and choose the web map that I want to see and that works...once. But each time I try again, it will not change the web map. Chrome Dev tools show that the widgets are destroyed and that the "map changed" and then the widgets get recreated, but the map never changes. Has anyone else experienced this?
... View more
08-06-2015
12:13 PM
|
0
|
0
|
907
|
|
POST
|
Yes, it is possible....although undocumented. I'm not sure what the big secret is, or if it was simply an oversight. If you look at the Measurement Widget sample (Measurement Widget | ArcGIS API for JavaScript) and play in the sandbox, you can change the defaultLengthUnit, defaultAreaUnit, and the _defaultLocationUnit . Notice the preceding underscore for the _defaultLocationUnit. Not sure why that one is left out of the documentation... var measurement = new Measurement({ map: map, defaultLengthUnit: "esriMiles", defaultAreaUnit: "esriSquareFeet", _defaultLocationUnit: "esriDegreeMinuteSeconds", }, dom.byId("measurementDiv")); I would still like to know how to remove unwanted units from the dropdown lists in the Measurement Widget.
... View more
05-27-2015
08:54 AM
|
2
|
6
|
1245
|
|
POST
|
Is it possible to change the default unit of the location tool on the measurement widget? I would like to default to DMS instead of Degrees. Area and length both have properties to set the default unit (defaultAreaUnit, defaultLengthUnit)...why not Location??? Also, is it possible to limit the units of measure that I do not want to be in the drop down list? I don't want the user to be able to choose Degrees at all.
... View more
05-19-2015
06:41 AM
|
0
|
7
|
4104
|
|
POST
|
I am currently struggling with the same problem...did you ever resolve this?
... View more
03-25-2015
01:15 PM
|
0
|
6
|
4291
|
|
POST
|
I have added a featurelayer to my application and I want it to label based upon the label expression setup in the map service. This works if I use a simple expression (a single field), but the labels fail to draw if I concatenate two fields together in the map service (Label Expression: [TOWN] CONCAT "-" CONCAT [RANG]). Anybody have any insight??
... View more
12-22-2014
07:48 AM
|
0
|
1
|
4806
|
|
POST
|
I was not able to re-create it.....but I was able to get the original tool from ArcScripts to work. I'm now on version 10.1, it the tool still functions. I have no idea what I did to get it to work though. Sorry. I'd suggest installing the original and see if it works.
... View more
10-25-2013
08:35 AM
|
0
|
0
|
1243
|
|
POST
|
So no support for Visual Studio 2010 or above for the ArcGIS Runtime SDK for Windows Mobile?!?!?!? Am I reading that right? Still stuck at Visual Studio 2008? So I need to setup a virtual machine with VS2008 to develop for Mobile, and have a machine with VS2010 to develop for desktop? Brilliant! Is support for VS2010 on the horizon for ArcGIS Runtime SDK for Windows Mobile?
... View more
10-11-2013
06:23 AM
|
0
|
0
|
592
|
|
POST
|
Here is my clunky work around. 1. Create KMZ using "Layer to KML" tool 2. In windows explorer, go to the directory you output the KMZ 3. rename the file extension to .zip (ie MyTest.kmz -> MyTest.zip) 4. Extract the zip file 5. open the extracted folder and open the doc.kml file 6. use a 'find and replace' on the 'styleurl' tag In my kml's there is always this tag "<styleUrl>#IconStyle01</styleUrl>". I replace it with nothing (no text) using find and replace tool in a text editor. 7. save the kml 8. In your Google maps, import the kml file that you modified. This should result in the default blue pushpin as the placemark. Not very elegant or cool, but seems to get the job done.
... View more
05-17-2013
09:25 AM
|
0
|
0
|
849
|
|
POST
|
Melanie- Thanks for the response. Patiently awaiting service pack 2.
... View more
01-29-2013
07:48 AM
|
0
|
0
|
485
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-08-2011 05:07 AM | |
| 1 | 08-23-2018 07:01 AM | |
| 2 | 05-27-2015 08:54 AM | |
| 1 | 04-04-2017 11:56 AM |
| Online Status |
Offline
|
| Date Last Visited |
01-19-2022
03:28 PM
|