POST
|
Ok, I think I solved both problems. For watchUtils: import * as watchUtils from '@arcgis/core/core/watchUtils.js'; For button the best solution is (this example put as icon the esri-icon-collection): var element = document.createElement('div');
element.className = "esri-icon-collection esri-widget--button esri-widget esri-interactive";
element.addEventListener('click', function(evt){
console.log("clicked");
})
view.ui.add(element, "top-right"); If you are using ionic, you can put a ionic icon removing 'esri-icon-collection ' and adding a innerHTML, like; var element = document.createElement('div');
element.className = "esri-widget--button esri-widget esri-interactive";
element.innerHTML = '<ion-icon name="expand"></ion-icon>'
element.addEventListener('click', function(evt){
console.log("clicked");
})
view.ui.add(element, "top-right");
... View more
4 weeks ago
|
0
|
0
|
70
|
IDEA
|
This is certainly a very frequently requested item and especially where new items are being created by repeated workflows - each for a specific Project. The ability to nest new folders (using new names) repeatedly would be extremely valuable. Categorisation is good and allows for useful search & filter (across folder structures) but not what we need. @KellyGerrow anything new to add from roadmap perspective?
... View more
01-28-2021
01:31 PM
|
0
|
0
|
251
|
POST
|
Did you ever find a solution for corrupt Portal Items?
... View more
01-28-2021
06:12 AM
|
0
|
0
|
27
|
POST
|
Any informations about these features's release plan? In these months I've seen many improvement in scene viewer but this feature seems still pending. Thank you
... View more
01-11-2021
07:17 AM
|
0
|
0
|
81
|
POST
|
Hi all, we have the same problem and it's a huge problem... any info about release plans ? At this time the only workaround that we have found is to embed a small js page with the GA codes, in every Sites's page. It works but clearly only for pages where you can embed an iframe: all the major components of Portal for ArcGIS (map viewer, scene viewer, gallery page etc) cannot be monitored.
... View more
01-11-2021
03:39 AM
|
0
|
0
|
252
|
POST
|
Thank you David for your reply. Yes my query returns the records I want to remove. I also tried manually selecting the records on the footprint table and then run the tool but it doesn't work. The strange thing is that this tool works on other mosaic datasets.
... View more
12-22-2020
01:13 AM
|
0
|
0
|
64
|
IDEA
|
I agree. I'm trying to make a custom web map and the client is finding the time slider to be too small and too hard to use. It's also lacking some major customizations like the ability to set the default starting locations of the markers. I would like to see additional options added including the ability to scale the widget (or at least a mini vs normal size) Being able to label the slider position being able to type in custom values in lieu of sliding (this is an accessibility issue as well
... View more
07-22-2020
02:54 PM
|
0
|
0
|
38
|
IDEA
|
I agree. I'm trying to make a custom web map and the client is finding the time slider to be too small and too hard to use. It's also lacking some major customizations like the ability to set the default starting locations of the markers. I would like to see additional options added including the ability to scale the widget (or at least a mini vs normal size) Being able to label the slider position being able to type in custom values in lieu of sliding (this is an accessibility issue as well
... View more
07-22-2020
02:54 PM
|
0
|
0
|
75
|
Online Status |
Offline
|
Date Last Visited |
a week ago
|