|
POST
|
I am trying to schedule a backup of the REST services. So, I am running the script with Admin credentials on CMD window: C:\Python27\ArcGIS10.8\python.exe "D:\ArcGIS\Server\tools\admin\backup.py" -u XXXX -p XXXXX -s https://XXXXX/rest/services -f "D:\GIS_Data\backup but I get this error I double checked the credentials and the server url and are correct. I am aware that I can back up the REST directories by using the https://XXXXX/admin/exportSite and just define the destination, but I need to schedule the task. Ideas? Thanks.
... View more
03-03-2021
04:33 PM
|
0
|
2
|
1158
|
|
POST
|
Did you add the buffer graphics layer to a graphicslayer? Then, add it to the map. It won't go away and you will be able to print it. ______________________________________ Lefteris Koumis Senior Transportation Engineer, M.Sc. P.E. Division of Environmental Analysis.
... View more
02-17-2021
05:03 PM
|
0
|
0
|
1396
|
|
POST
|
Look at the property fileName at this link: https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Print-TemplateOptions.html
... View more
02-11-2021
07:11 PM
|
0
|
0
|
2428
|
|
POST
|
The output name is originated from the REST service at: https://utility.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task There is a parameter Output_File and the name is from the Display Name. It is an auto generated name. The best way is to use your ArcGIS server printing service and create your own print template. Then, you define the name of the pdf.
... View more
02-08-2021
09:48 AM
|
0
|
2
|
2444
|
|
POST
|
Is it what the search widget is for? If you want the same functionality in the query widget, just call the search widget and pass on the address.
... View more
02-08-2021
09:17 AM
|
0
|
1
|
1294
|
|
POST
|
Install each version in their own directory. WAB is running on nodes.js. So, when you start WAB by double licking on the startup file, you start the node.js. I believe you cannot run two version of WAB at the same time (two node.js). If you want to run a different version of WAB, just close the start up file (by closing its command window) and start the startup file of the other version. Hope it helps.
... View more
02-08-2021
09:12 AM
|
1
|
1
|
2440
|
|
POST
|
By adding the in the config file with no action in js, it wont do anything. You will need to add the action under the postCreate function to read the setting in the config like: initialstate= this.config.showDistance Then, disable or enable the visibility of the "show distance measurement" div depending on the initial state value. However, if the toggle button is in the same div as the "show distance measurement" , and the div is not enabled, you will not be able to click on it and enable it on later. The button needs to be outside. Hope it makes sense.
... View more
01-13-2021
04:53 PM
|
0
|
0
|
2900
|
|
POST
|
Is it a custom widget? What version of WAB are you using? The measurement widget in WAB has this config.json {
"measurement": {
"defaultAreaUnit": "esriAcres",
"defaultLengthUnit": "esriMiles"
},
"showArea": true,
"showDistance": true,
"showLocation": true,
"defaultAreaUnit": "esriSquareMiles",
"defaultLengthUnit": "esriMiles",
"isOperationalLayer": false
}
... View more
01-13-2021
04:15 PM
|
0
|
1
|
2911
|
|
POST
|
You can control the areas to be visible by changing to false under the configs/measurement
... View more
01-13-2021
03:48 PM
|
0
|
1
|
2918
|
|
POST
|
Hello Peter. I developed WAB's custom widgets and also modified ESRI widgets to fit the needs our customers. For the modified ESRI widgets, I kept track of the changes by keeping a log. Github is another option to keep track of your changes. Every time there was a new version of WAB, I just posted the custom widget by updating the app's config.json file. For the ESRI's customized widgets, I had to re-apply the changes. In 2019, ESRI announced that the WAB 2D it will not upgraded to use the newer JS API library, version 4.x WAB 2D is using the older JS API 3.x library. Instead, they introduced the Experience Builder (EB) to replace WAB in the near future. So, all the new tools and widgets which are based on the JS API 4.x cannot be used in the WAB 2D. That was a major shift because WAB 2B is based on Dojo but the EB is based on the ReactJS. You can see that since last year there were very few upgrades done on the WAB2D, since ESRI moved to a different direction. So, it is my opinion, that if you are getting started in the development of web-based apps, to spend time to learn ReactJS and Typescript and utilize the JS API to create custom widgets. I personally will not use EB. Just use HTML5, css3 and JS API 4.x to develop web-based apps. I am also spending time to become familiar with the esri-calcite effort. The templates will assist you creating apps which use the JS API 4.x and websites which will be in compliance with the ADA requirements. That's my two cents. https://esri.github.io/calcite-web/
... View more
01-08-2021
10:22 AM
|
1
|
0
|
1034
|
|
POST
|
For anyone who has the same concerns, here is a reply I received from one of the original contributors to the Calcite work, Eric Goforth who got a response from ESRI: Got an official statement from Esri (specifically, Julie Powell who is the Product Manager for the ArcGIS API for JavaScript) on the status / future of Calcite. Her response is quoted in blue below: This is a little bit of Github repo spaghetti, but I want to give you a little background… As you know, Calcite has been around for some time and exists in several repos in varying states. The repo that you referenced, calcite-web, was the original Calcite implementation. Over the years Calcite has grown to include a full web component library, and the design has evolved over time. All new work goes into another repo, calcite-components, and our internal version of this is what the UI/UX of the new map viewer is based on. Calcite-components inherited everything that we needed from calcite-web. Now that Calcite is becoming an official offering, we are cleaning up all of the repos and references to Calcite, and will be publishing a new repo with the most up to date content. All other repos will be deprecated. Here's the good news: It is still the recognizable Calcite design that GEO Jobe knows, but has continued to evolve as design systems do. It includes many web components (not just css) that can be used directly in applications, framework-agnostic. It now has dedicated resources, so it will continue to grow. It will be fully integrated into the Developer site, and simply licensed with our Essentials plan (or higher, and available for organizational users) The source code will remain available for those that want to customize We will be introducing our Design System story at the Developer Summit and EPC and the new repos will be available around that time. So be on the lookout for the next iteration getting released around the EPC / Dev Summit 2021. As expected, it won't visually depart from the current Calcite -- which means that any apps written with Calcite Web will still look Esri-authentic, even if they can't leverage all of the new features of the relaunch.
... View more
01-06-2021
09:05 AM
|
3
|
0
|
3700
|
|
IDEA
|
I second that request. It is very important for our organization to have the option to use the portal or just rest services to create the storymap.
... View more
01-05-2021
09:22 AM
|
0
|
0
|
6820
|
|
POST
|
Thanks. I was trying to use Calcite to create ADA compliant GIS web site, but it seems that they gave up on it. Shame. THis was a good reference... http://esri.github.io/calcite-bootstrap/
... View more
12-30-2020
03:11 PM
|
1
|
1
|
3778
|
|
POST
|
Any website I visit to get info, example to create a web site with the JS 4.x and calcite (bootstrap based), it states: "This project is depreciated and is not recommended for future development. It will be replaced with a newer version. Coming soon!" That was 2 years ago. Even on geonet the last question posted on calcite was a year ago. What is the latest, ESRI? https://github.com/Esri/calcite-maps
... View more
12-30-2020
02:26 PM
|
2
|
3
|
3790
|
|
POST
|
I don't have a specific answer to your question, but what I know is that in most cases you can't use an app developed in WAB developer version (with custom widget) in the portal's version of WAB. Tried it before with a custom widget and it failed. Then, found somewhere (don't remember anymore where) written that custom widgets don't work from WABde to WAB portal.
... View more
12-22-2020
09:45 AM
|
0
|
0
|
1509
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 06-19-2025 10:13 PM | |
| 3 | 02-06-2026 10:44 AM | |
| 1 | 01-08-2026 12:50 PM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|