|
POST
|
Thank you for your answer @adamsimple .I just want to try QuerySimple. I 'm using 1.20 EXB DE. So, this is my folders: Here is the terminal output. Everything looks like ok but nothing still happens in the application and I still have the both messages I showed above.
... View more
|
0
|
0
|
86
|
|
POST
|
Hello @adamsimple , I'm trying to use your widget but nothing happens when I put the widget on the map but I have these messages on the console. No errors are present when I start the both servers.Do you know what can I do ? Thank you
... View more
|
0
|
2
|
101
|
|
BLOG
|
Yes @Brian_McLeer , esri support has pointed some depedencies missing. I installed them and now evrything is ok and working fine! On the both widget. Thank you @Brian_McLeer !
... View more
2 weeks ago
|
2
|
0
|
429
|
|
BLOG
|
Thank you @Brian_McLeer I will post in the custom widgets link and I opened a support case.
... View more
2 weeks ago
|
0
|
0
|
454
|
|
BLOG
|
@Brian_McLeer yes I tried with EB on my C: but it was the same issue. I have the problem juste on your both widget, Enhancement mesurement and Right Click. When I put them off the map, no problem for download the application.
... View more
2 weeks ago
|
0
|
0
|
508
|
|
BLOG
|
Hello , I reinstall node.js 24, install a version of my C and the issue is still there. I tried with EB DE 1.19 and it's the same.... So.... I waste time to install, reinstall, try to download,.... so I suggest you to leave it for now, hoping that the new version of EB will fix the problem. In any case, thank you for help and for your work!
... View more
2 weeks ago
|
0
|
0
|
530
|
|
BLOG
|
Hello @Brian_McLeer , Close any running EB processes. OK Delete C:\Users\LABIDI\node_modules entirely.OK While you're there, delete C:\Users\LABIDI\package.json and C:\Users\LABIDI\package-lock.json if those exist.OK In your EB folder, delete your-extensions/node_modules/.cache to clear stale resolution.NOK, I didn't find the .cache file (in client folder?in server folder?) Re-run npm run build:for-download. NOK still get the issue and now I have a error when I put the enhancement mesurement widget. I have the same messages when I start the both servers. And when I try to donwload, still the same messages. Thank you to take time to helping me Brian!
... View more
2 weeks ago
|
0
|
0
|
587
|
|
BLOG
|
@Brian_McLeer I tried this morning with the updated widget but still the same issue. I don't use mailing labels widgets so I can't try. For Node.js,I asked my colleagues to update it, I thought it was the problem 😁. About the widget, I don't know what to say, I don't understand why it doesn't work now. I just tried the Enhancement Mesurement widget and they're is the same issue too.The application can't compile and can't be downloaded. I tried with the latest update yet. On the console, I have messages Thank you for your help
... View more
2 weeks ago
|
0
|
0
|
630
|
|
BLOG
|
Hello @Brian_McLeer , I downloaded the lastest version of the widget and I have a problem when I try to download the application. I cleaned everything, just let RightClick widget and when I try to download, I have this. When I put off the widget from the map, it works fine. Thank you for your help.
... View more
3 weeks ago
|
0
|
0
|
1841
|
|
BLOG
|
Thank you ,I've installed the dependecies on client folder and it's ok! Thank you Brian!!
... View more
02-13-2026
07:24 AM
|
1
|
0
|
4175
|
|
BLOG
|
Hello @Brian_McLeer , I 'm trying to install the widget (V3 version and I insall the three dependecies) but when I start EB, I've these messages. Have I forgotten something? Thank you!
... View more
02-13-2026
01:22 AM
|
0
|
0
|
4201
|
|
POST
|
Hello everybody, I have lines and sometimes multilines in my layer with the name of the transport line, the end stop and the time of passage (ex: Lianes 5 vers Pessacc à 12h25). I search to replace the name of the lines by a symbol stored on my Arcgis Portal. It could be like that. If necessary I can split the string and put the 3 values (line, end stop, time) in 3 fields. I don't know what's the better: arcade or html with expression called. I asked to Chatgpt who replied this code but it doesn't work (in french sorry). // === TABLEAU DE CORRESPONDANCE LIGNE → ICÔNE === var icons = { "A": ############################ "B": ################# ..... }; // === EXEMPLE : VARIABLES DU FLUX === // suppose que ta couche a des champs : Ligne, Terminus, Heure var ligne = $feature.Ligne; var terminus = $feature.Terminus; var heure = $feature.Heure; // === RÉCUPÉRER L’URL DE L’ICÔNE === var icon = DefaultValue(icons[ligne], ""); // === FORMATTER LE TEXTE HTML === var html = ""; if (icon != "") { html += "<img src='" + icon + "' style='height:22px;vertical-align:middle;margin-right:6px;'>"; } else { html += "<b>" + ligne + "</b> "; } html += terminus + " – " + heure; return html; If someone has an idea, I take it 🙂 Thank you!
... View more
10-30-2025
07:45 AM
|
0
|
0
|
732
|
|
POST
|
Hello, I'm trying to filter my layer to create a featureSet with a right but dashboard sends me a error . My goal is to keep the features who have the same date as the actual year. I use the field DEVIATION and I hoped with a right do the query. Here's my code I've seen on esri documentation https://doc.arcgis.com/fr/drone2map/2023.1/help/sql-reference-for-elements-used-in-query-expressions.htm and my code seems good but it's doesn't work. Thank you for your help!
... View more
07-31-2024
01:39 AM
|
0
|
2
|
1353
|
|
POST
|
Hello, I'd like to know if it's possible to interact with the map on the 2 features classes after a featureSet was created. I explain: I got lines and information terminal. On this fc, there is a field called "Lines" with the names of lines separated by /. I can create a featureSet with the name of the terminal and the lines My goal is to interact on each layer on the map. When I try, it's impossible. With one, it's ok but not with the both. Here OK. Here NOK because the tool gives me the same field above. So, is there a way to do that or not? Thank you!!
... View more
07-25-2024
09:03 AM
|
0
|
0
|
677
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 2 weeks ago | |
| 1 | 02-13-2026 07:24 AM | |
| 1 | 10-26-2023 05:43 AM | |
| 1 | 10-26-2023 12:59 AM | |
| 1 | 02-15-2023 07:06 AM |