|
POST
|
Thank you, also please let the WAB team know, as i cant add properties there.
... View more
04-20-2017
10:48 AM
|
0
|
0
|
3065
|
|
POST
|
Robert, do you have it working with a popup (not a search result)?
... View more
04-19-2017
10:35 AM
|
0
|
3
|
1953
|
|
POST
|
Yes it fails at 3.20 also outside WAB. The problem is the geocoder/locator. If you use the ESRI world locator it works. If you use a local locator, it does not var sources =[ { // locator: new Locator("https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer"), locator: new Locator("https://www.mymanatee.org/accela/rest/services/tools/ParcelGeocode/GeocodeServer"), singleLineFieldName: "SingleLine", outFields: ["Addr_type"], localSearchOptions: { minScale: 300000, distance: 50000 } } ]; var options = { sources: sources }; //default will point to ArcGIS world routing service var directions = new Directions({ map: map, showClearButton:true, showSegmentPopup:false, directionsLengthUnits:"esriMiles", geometryTaskUrl:"https://www.mymanatee.org/arcgis01/rest/services/Utilities/Geometry/GeometryServer", mapClickActive:true, routeTaskUrl: "https://www.mymanatee.org/arcgis02/rest/services/routing/routing/NAServer/Route", searchOptions:options },"dir"); directions.startup(); JS Bin - Collaborative JavaScript Debugging If you change the locator back and forth you can replicate the issue.
... View more
04-12-2017
02:21 PM
|
0
|
7
|
3065
|
|
POST
|
So I just tried this in Web App Builder 2.4 and its showing coordinates again instead of an address, even though an address is returning in the json response. For example, the reverse geocoder on clicking the map returns https://www.mymanatee.org/arcgis01/rest/services/tools/AGSParcel/GeocodeServer/reverseGeocode?outSR=%7B%22wkid%22%3A1021… {"address":{"Street":"717 30TH ST W","City":"BRADENTON","ZIP":"34205"},"location":{"x":-9194031.2255866416,"y":3185221.8084431593,"spatialReference":{"wkid":102100,"latestWkid":3857}}}
But the directions widget displays
Any ideas? or anyone you can forward this to?
... View more
04-12-2017
06:30 AM
|
0
|
9
|
3065
|
|
POST
|
I am using the attribute inspector with the 3.19 api. 1. When i set a field to isEditable : false it works fine. 2. If i set an EDITABLE field to a customfield with var customFormat1 = new NumberTextBox({ constraints: {pattern: "0.00"} }); var layerInfos = [ { 'featureLayer': teamsFL, 'showAttachments': false, 'isEditable': true, 'fieldInfos': [ {'fieldName': 'University', 'isEditable': false, 'label': 'School:'}, {'fieldName': 'WINPER', 'isEditable': true, 'tooltip': 'Win percentage', 'label': 'Win percentage:', 'customField': customFormat1}, {'fieldName': 'Rd_64_Venue', 'isEditable': false, 'label': 'Rd 1 Venue:'}, {'fieldName': 'Rd_64_Result', 'isEditable': true, 'tooltip': 'First round result (W/L)', 'label': 'Rd 1 Result:'}, {'fieldName': 'Rd_64_Margin', 'isEditable': false, 'tooltip': 'First round margin of victory/loss', 'label': 'Rd 1 Margin:'} ] } ]; The WINPER field correctly formats as 0.00 3. However, if i set the WINPER field to isEditable:false, AND add the customField formating, the field remains editable and there is no way to disable editing. JS Bin - Collaborative JavaScript Debugging khutchins-esristaff
... View more
02-21-2017
09:01 AM
|
0
|
0
|
579
|
|
POST
|
Right, so we can see lastupdate and editorname. I understand that, but what about creatorname and creation date?
... View more
12-19-2016
11:28 AM
|
0
|
1
|
1831
|
|
POST
|
If i make the lone change of disabling editor tracking in the database, the fields immediately show up in the attribute inspector
... View more
12-19-2016
10:29 AM
|
0
|
0
|
1831
|
|
POST
|
Exactly. There should be six fields displaying. {'fieldName': 'BUSINESS_N', 'isEditable': true}, {'fieldName': 'ADDRESS', 'isEditable': true}, {'fieldName': 'CREATOR', 'isEditable': false}, {'fieldName': 'CREATIONDATE', 'isEditable': false}, {'fieldName': 'EDITORNAME', 'isEditable': false}, {'fieldName': 'LASTUPDATE', 'isEditable': false},
... View more
12-19-2016
10:25 AM
|
0
|
4
|
1831
|
|
POST
|
Thanks for the reply, I get a cannot create map when i click on your link. I made a fiddle Edit fiddle - JSFiddle username:util password:utilities click on a blue dot, you will see some fields, but not the editor id fields. Editorid is set in the database on, UTC time.
... View more
12-19-2016
10:16 AM
|
0
|
6
|
1831
|
|
POST
|
I am trying to display (but not edit) the editor tracking fields of a layer in a feature service. If editor tracking is disabled in the database, they show up fine. However if i enable editor tracking in the database, the fields disappear in the attribute inspector. They exist in the data, and in the json response, they are just not shown. Is there any way to display them? i have them set as isEditable = false; in the code.
... View more
12-15-2016
12:59 PM
|
0
|
9
|
2513
|
|
POST
|
I use it in our public app in the jsapi and it works since your fix at version 3.15(?).
... View more
09-30-2016
08:22 AM
|
0
|
0
|
1199
|
|
POST
|
It is not practical for us either, as we use web apps, not native.
... View more
09-27-2016
05:09 AM
|
1
|
0
|
2721
|
|
POST
|
I am trying to configure the directions widget in the WAB. Works fine with locally hosted services. When I switch the geocoder to a locally hosted one, it stops working 1. Locations are returning coordinates instead of addresses, even though an address is returned in firebug (same as Defect ID: BUG-000084635 which was marked as fixed but does not appear to be) 2. Locations are then greyed out and "Unable to route to these addresses" Any ideas? khutchins-esristaff
... View more
09-26-2016
07:38 AM
|
0
|
13
|
5299
|
|
POST
|
Hey Kelly just a followup, was this ever considered?
... View more
09-15-2016
08:54 AM
|
0
|
0
|
1022
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-22-2014 08:35 AM | |
| 1 | 05-02-2012 04:56 AM | |
| 1 | 10-29-2021 07:40 AM | |
| 1 | 10-28-2021 05:26 AM | |
| 1 | 07-17-2012 08:48 AM |
| Online Status |
Offline
|
| Date Last Visited |
03-01-2022
02:00 PM
|