|
POST
|
It's a good idea but im not able to get any change in the config file to propagate to the widget. So, maybe something else is going on.
... View more
10-18-2018
12:38 PM
|
0
|
5
|
2829
|
|
POST
|
The icon property is an empty string. It was an empty string at 2.7, and is an empty string in other apps at different versions (2.5,2.9) working in a production environment. "orderByFields": [],
"icon": "",
"showSQL": true,
... View more
10-18-2018
11:37 AM
|
0
|
7
|
2829
|
|
POST
|
Right, I agree. My point is that I've confirmed that the icon exists where it should in the dev environment. For whatever reason it is not pushed to it's place in the DOM.
... View more
10-18-2018
11:08 AM
|
0
|
9
|
2829
|
|
POST
|
Hi Robert Thanks for the suggestion. The issue is that the image exists in the Query/css/images path but isn't loaded to the to DOM. Furthermore, changing the icon from the default set isn't possible. When I click 'Ok' the Uncaught TypeError is thrown again.
... View more
10-18-2018
10:41 AM
|
0
|
11
|
2829
|
|
POST
|
After an update from 2.7 to 2.10 the Query Widget in the developer UI throws a few bugs. 2.7 Icons are missing. When I click on each query the error below is thrown: Cannot read property 'name' of null.
... View more
10-18-2018
10:12 AM
|
0
|
17
|
4188
|
|
POST
|
This now works as advertised at 4.9. import Search = require("esri/widgets/Search");
import Locator = require("esri/tasks/Locator");
var sources = [{
locator: new Locator({ url: "https://<url>/AddrComposite/GeocodeServer" }),
name: "AddrComposite",
placeholder: "search addresses",
singleLineFieldName: "SingleLine",
}];
var searchWidget = new Search({
view: view,
includeDefaultSources: false,
suggestionsEnabled: true,
sources:sources
});
var searchExpand = new Expand({
view: view,
content: searchWidget
})
view.ui.add([
{
component: searchExpand,
position: "top-left",
index: 1
}
]);
... View more
10-09-2018
10:37 AM
|
0
|
0
|
2152
|
|
POST
|
I gave this a try. Didn't crash the application. Time will tell if it continues to monitor properly. Config files are located here: <install location>\ArcGIS Monitor\Administrator\resources\app\collector\defs
... View more
10-08-2018
11:06 AM
|
0
|
0
|
513
|
|
POST
|
Monitor does not properly import extensions at 10.6. Or, maybe more accurately, the folder structure of extensions offered from the Gallery is not properly formatted. In any case, after importing, Monitor reported the the import was successful. However the type dropdown in a New Task setup never included my extensions, even though their respective folders existed in the bin folder (..ArcGIS Monitor\Administrator\resources\app\bin). I navigated to the bin folder and pulled the extension folder out of the root. Monitor would then recognize the extension.
... View more
10-04-2018
01:48 PM
|
0
|
2
|
1086
|
|
POST
|
I'd like to change the validation values of the default ArcGIS Alerts. It would be easy enough to modify the cpj file. Is this supported?
... View more
10-04-2018
11:40 AM
|
0
|
1
|
614
|
|
POST
|
Hi Kelly- Thanks for your reply. The article is very informative. I didn't realize the singleLine parameter can have different names. The singleLineFieldName parameter, which is the field name of the Single Line Address property in the REST services directory for the locator service, is required when configuring the Search widget to consume a geocode service. ... The singleLineAddressField value for address locators built using the US Address locator style is Single Line Input, whereas composite locators use SingleLine.
... View more
09-05-2018
10:03 AM
|
1
|
0
|
1220
|
|
POST
|
When using the Search Widget with a local geocoding service an incorrect query string is sent if the singleLineFieldName is not defined. "Single Line Input" is sent while "SingleLine" is the correct parameter name. Example of poorly formed geocode request: .../arcgis/rest/services/Locators/AddrComposite/GeocodeServer/findAddressCandidates?Single%20Line%20Input=808%20W%20Spokane%20Falls%20Blvd%2C%20Spokane%2C%20WA&f=json&outSR=%7B%22latestWkid%22%3A3857%2C%22wkid%22%3A102100%7D&magicKey=GST7YMc0AM9UOsEmObpaISTUYbTA1hp0&maxLocations=6 Property Defined: sources = [{
locator: new Locator({ url: "https://gis.spokanecounty.org/arcgis/rest/services/Locators/AddrComposite/GeocodeServer" }),
name: "AddrComposite",
placeholder: "search addresses",
singleLineFieldName: "SingleLine", //Property Defined
}]; Example of correct request after property is defined: .../arcgis/rest/services/Locators/AddrComposite/GeocodeServer/findAddressCandidates?SingleLine=808%20W%20Spokane%20Falls%20Blvd%2C%20Spokane%2C%20WA&f=json&outSR=%7B%22latestWkid%22%3A3857%2C%22wkid%22%3A102100%7D&magicKey=GST7YMc0AM9UOsEmObpaISTUYbTA1hp0&maxLocations=6
... View more
09-04-2018
11:56 AM
|
0
|
2
|
1339
|
|
POST
|
That works. I can't get results with a 10.3.1 server, but can with ESRI's World Geocoder (10.6.1). This is a different issue, though. (https://community.esri.com/thread/220696-search-widget-sends-incorrect-query-string-48-js-api ) Thanks for your help.
... View more
08-30-2018
11:47 AM
|
0
|
0
|
2152
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-06-2022 02:52 PM | |
| 1 | 07-27-2023 10:51 AM | |
| 2 | 11-14-2023 08:48 AM | |
| 1 | 10-27-2021 11:50 AM | |
| 2 | 12-11-2023 04:10 PM |
| Online Status |
Offline
|
| Date Last Visited |
04-29-2024
11:30 AM
|