|
DOC
|
@RobertScheitlin__GISP It works fine today, I don't know if I missed clearing cache or if a restart of WAB Dev was needed or something like that. Thank you very much for your help!
... View more
01-21-2021
02:48 AM
|
0
|
0
|
19064
|
|
DOC
|
Does the 2.17 version work with WAB 2.16? I'm at version 2.16 since that's the latest version in portal. When adding the widget, the settings-window doesn't show anything else than the loading animation. And it is just stuck there. But I can click OK and then actually use the widget, it seems to be working accorrding to default settings. But I want to be able to change the settings. I don't get any errors in the console. And it's the same when I try to edit the settings. Any ideas?
... View more
01-20-2021
07:10 AM
|
0
|
0
|
19085
|
|
DOC
|
That workaround doesn't work. In fact it's when I have one or more configured layers I get that error message. And I actually get a result in the map. One feature from one layer (one that's is not configured, but comes from the web map) is higlighted in the map. When I have no configured layers at all, I don't get that error message, and that one feature isn't found either.
... View more
01-20-2021
05:26 AM
|
0
|
0
|
19095
|
|
DOC
|
I changed the options to identify all layers, I've tried to add a few layers and tried different web maps with map image services as well as feature services but nothing works. It always shows "No Results Found". Does it matter what coordinate system I use? (I'm using wkid:3010 for all my maps and layers). Looked at the browser console and I get this error when attempting to run an identify: TypeError: attValArr[1] is undefined add List.js:136 showQueryResults Widget.js:2143 identifyFeatures Widget.js:831 hitch init.js:64 m init.js:108 ... ...
... View more
01-19-2021
06:40 AM
|
0
|
0
|
16399
|
|
POST
|
Since it is still not possible to group layers in webmaps (the old map viewer required for Web AppBuilder) I only use map image layers so I can do the grouping in ArcMap / Pro. But now I have some hosted layers I want to get in, and it is not supported to publish a map image layer with hosted feature layers in it. So I was thinking I would add it as a querylayer from the postGREsql database behind DataStore. That's how I found this thread, but after reading this I guess it is not possible? Or does anyone have a suggestion? @ElijahRobison I guess your solution isn't applicable on query layers from arcmap/pro?
... View more
01-18-2021
06:26 AM
|
0
|
0
|
4903
|
|
DOC
|
Thanks @RobertScheitlin__GISP ! Now the live prebiew works. Just so I got this, the identify widget is supposed to run identify on all the layers in the web map when I leave the checkbox "only theses" unchecked and not add any layers to the exclude list, regardless if the layers are visible or not right? Or do I have to add all layers I want to identify in the config?
... View more
01-18-2021
04:46 AM
|
0
|
0
|
16411
|
|
DOC
|
@RobertScheitlin__GISP, Is there something wrong with the Identify widget? I can't get it to work, everything seems fine but the result is always "No Results Found" no mather what. I've tried different browser and computors, both using it with WAB Dev and with our own portal. And what really comfuses me is that I get the same result using your live sample at https://gis.calhouncounty.org/WAB/V2.15/widgets/Identify/index.html Does you sample works for you (or anyone else reading this)??
... View more
01-13-2021
02:30 AM
|
0
|
0
|
16580
|
|
POST
|
Tried to escape the single quotes but it didn't work, but removing all singel quotes worked. And that works for me. Thanks!
... View more
01-12-2021
05:57 AM
|
0
|
0
|
2609
|
|
POST
|
@RobertScheitlin__GISP some follow-up... Translating strings should not affect any functionality right? But when using my swedish strings I can't open the general settings in the configuration, I get this error in the console Uncaught Error: dijit._WidgetsInTemplateMixin: parser returned unfilled promise (probably waiting for module auto-load), unsupported by _WidgetsInTemplateMixin. Must pre-load all supporting widgets before instantiation. Is the general settigs module in any way related to it's name in the strings.js? When removing my swedish localization it works again. I was also going to test the widget in WAB Developer version, but when I add the widget by clicking OK in the settings window I get this error message TypeError: widgetJson.manifest[("i18nLabels_featureAction_" + action.name)] is undefined And the widget is not added to the application. Do you have any idea what it could be due to? This happens whether I have my localization or not. The manifest.json looks like this: {
"name": "eSearch",
"label": "Enhanced Search",
"platform": "HTML",
"version": "2.13",
"wabVersion": "2.16",
"author": "Robert Scheitlin & Esri R&D Center Beijing",
"description": "This enhanced search widget offers the ability to search by a string, geometry and spatial relationship.",
"copyright": "2019",
"license": "http://www.apache.org/licenses/LICENSE-2.0",
"properties": {
"hasVersionManager": true
},
"featureActions": [
{
"name": "eShowStatistics",
"uri": "featureActions/eShowStatistics"
}, {
"name": "eZoomTo",
"uri": "featureActions/eZoomTo"
}
]
}
... View more
01-11-2021
07:49 AM
|
0
|
2
|
2614
|
|
POST
|
Back to work after the weekend and the eSearch widget is translated to Swedish! Must have been a cache issue then. Note to self: rember to clear cache when not seeing any updates. 😀
... View more
01-10-2021
11:38 PM
|
0
|
0
|
2619
|
|
POST
|
Hi! Anyone know how to localize a custom widget? I've downloded @RobertScheitlin__GISP s eSearch and copied it to my own webserver and registered it to my Portal. All works great, thanks Robert for a great widget with so much config possibilities. Now I want to translate it into Swedish, I went into the nls-folder and since there already was localizations for french and dutch i just copied the fr-folder and renamed it to swedish and then went ahead to translate the strings.js in my sv-folder. I also changed "sv": 0, to "sv": 1 in this part in the main strings.js "ro": 0,
"ru": 0,
"sv": 1,
"th": 0,
"tr": 0, Still my swedish strings doesn't show up. The rest of the web app and widgets are in swedish so nothing wrong with my browser language settings. And i've re-registered the widget to my portal with no luck. Am I missing something? I don't have to let it be avalible in english so I guess I could change the main strings.js instead, but it would be better to do this "the right way".
... View more
01-07-2021
07:50 AM
|
1
|
5
|
2662
|
|
POST
|
I would like the search function in Add Data Widget to search for layernames in my Map Image Layers. I guess the search function isn't really made in the widget code but using functionality from Portal or AGOL, and that it would be to difficult to try to rewrite the widget to do what I want. Any other ideas how to make this possible? What exactly does the Add Data search to match the searchword? My best idea for a workaround so far is to write a pythonscript that can add a tag for each layername, anyone knows if there already exists such a script somewhere?
... View more
10-05-2020
05:24 AM
|
0
|
0
|
872
|
|
POST
|
Thanks for the tip Jay, not exactly what I was hoping for but a workaround that will be useful in some cases. When I have several layers with the same fields, changing the data source will be quicker than setting up the pop-up configuration.
... View more
09-29-2020
10:50 PM
|
0
|
1
|
3747
|
|
POST
|
If I have several layers in a map that I want to have the exact same pop-up config, is there a way to accomplish this easier that setting them all manual one by one? For example importing a pop-up config like you can import symbology? Or setting the pop-up config on several layers at once?
... View more
09-29-2020
12:16 AM
|
0
|
5
|
3787
|
|
POST
|
Found the answer in another thread https://community.esri.com/message/668576-re-cant-use-dojo-declarative-method?commentID=668576#comment-668576 I forgot I had radiobutton dijits inte the html as well, adding that to the requriments fixed it.
... View more
08-31-2020
01:39 AM
|
0
|
0
|
1662
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-29-2025 02:59 AM | |
| 1 | 01-13-2025 02:57 AM | |
| 2 | 04-14-2025 04:49 AM | |
| 2 | 09-18-2025 05:51 AM | |
| 1 | 08-28-2025 12:21 AM |
| Online Status |
Offline
|
| Date Last Visited |
03-23-2026
05:14 AM
|