|
POST
|
Is there any way in the JavaScript API 4.x I can draw 3D Symbols considering the elevation layer? (any tool?) I have seen the Scene Viewer do that with a polyline for example: And would it be possible to the same also with a SceneLayer loaded or/and other 3D Symbols in place? I have been looking at: Creating visualizations manually | ArcGIS API for JavaScript 4.5, Symbol playground - 4.5, Toggle ground elevation | ArcGIS API for JavaScript 4.5 but I have found nothing. Thanks! cc: Richie Carmichael Sean McGee John Grayson Al Pascual
... View more
12-11-2017
06:27 AM
|
1
|
6
|
4264
|
|
POST
|
Thanks Robert!, I finally made a change over the "server/apps/[APP_ID]/jimu.js/PopupManager.js" and inside the "initPopupMenu()" method I made these changes: initPopupMenu: function(features){
if(!features) {
this._disablePopupMenu();
this.popupMenu.setActions([]);
return;
}
var featureSet = jimuUtils.toFeatureSet(features);
// Adding proxy manually
var proxyUrl = getAppConfig().httpProxy.rules[0].proxyUrl;
var aux = proxyUrl + '?' + featureSet.features[0].attributes.QUERY_URL;
featureSet.features[0].attributes.QUERY_URL = aux;
// End changes
... So I just manually forced to replace the QUERY_URL attribute as a first approach and it worked. Thanks!
... View more
12-07-2017
03:45 AM
|
2
|
9
|
9300
|
|
POST
|
Thank's Robert!, let me try and I'll get back to you,
... View more
12-04-2017
09:52 PM
|
0
|
0
|
9300
|
|
POST
|
I have a problem trying to load a third party WMS (this one) over HTTP inside a Web AppBuilder app using HTTPs with popups enabled (via this Web map). I have added a proxy (using the resource proxy) to the config.json and it seems to work (at first) as you will see here: Every call to "ovc.catastro.meh.es" es been redirected though the proxy but then when the popup is triggered: And if I edit the HTML directly it works: Anyone know how to fix this? I'm not sure if this is an issue related to Web AppBuilder or to the ArcGIS API for JavaScript // cc: Jianxia Song, Lemao Wu, Robert Scheitlin, GISP, odoe Thanks in advance!
... View more
12-04-2017
10:06 AM
|
0
|
15
|
13713
|
|
POST
|
Thanks junshan_liu-esristaff!! I'll try using aspect.after() then
... View more
11-01-2017
02:57 PM
|
0
|
0
|
1688
|
|
POST
|
Jianxia Song / Lemao Wu do you have a better idea? Thanks!
... View more
10-31-2017
06:35 AM
|
0
|
0
|
1688
|
|
POST
|
Jianxia Song / Lemao Wu, would you recommend a different technique to Joan Pere Avariento? Thanks!
... View more
10-30-2017
06:28 AM
|
0
|
0
|
2781
|
|
POST
|
I guess this is not the most elegant way of doing it, but I'm trying modifing the window._widgetManager directly, something like this: this.oldOpenWidget = window._widgetManager.openWidget;
var that = this;
window._widgetManager.openWidget = function(widget){
ga('send', 'event', 'Widget Interaction', 'openWidget', widget.name);
that.oldOpenWidget.apply(this, arguments);
lang.hitch(this, that.oldOpenWidget);
};
... View more
10-23-2017
11:58 AM
|
0
|
1
|
1688
|
|
POST
|
Great, thanks Ian & Stan!, Stan is right, you just need to rename the folder (it's working for me too). I'm also interested on tracking when a user open or close a widget. Is it possible to subscribe to "onOpen" and "onClose" and/or "click" events of every widget from this one?. I have found a list of widget loaded in memory in this variable: this._widgetManager.loaded, but I'm not sure how to do this, conceptually it would be something like this: define([
"dojo/on"
], function(on){
this._widgetManager.loaded.foreach(function(widget){
on(widget.domNode, "onOpen", lang.hitch(this, function (event) {
ga('send', 'event', event.name, 'open', widget.name, ...);
}));
// and so on for every event
}
}); Does this make sense? By the way, I have included this widget to the "Web AppBuilder for ArcGIS - Custom widgets directory" where you can see a demo app with the widget working: Thanks in advance!
... View more
10-22-2017
05:09 PM
|
0
|
2
|
1688
|
|
POST
|
Thanks Scott!, sorry I didn't see your message before (maybe some filter I have in my inbox). I have just asked the developer interested on this to reply to your message but I think it is for one route at a time, but I guess the max total travel time could solve their issue . Which is the primary source of information you would recommend us to read/see to better understand what is possible and what is not? (any video?). One more question, does network analyst for ArcGIS Analyst for Desktop and for Server have the same capabilities? Thanks in advance and sorry one more time for my ignorance ^_^''
... View more
10-20-2017
04:18 AM
|
0
|
0
|
1275
|
|
POST
|
Hi laeticia DS!, I'm not an Android developer but maybe: Eric Bader, Dan O'Neill or Puneet Prakash can help you here? Cheers!
... View more
07-06-2017
05:28 AM
|
1
|
0
|
2083
|
|
POST
|
I wrote an article about this a few months ago... "open" means too many things, but I think each one would understand "open" differently based on the context you use to use it. You can search "open" in a thesaurus, in the wikipedia, or anywhere else and you will find different meanings. The three of us writing here use to work with developers and startups, and if a tech company use the term "open" will understand "open" as "Open source", that's why I use to say.... to avoid misunderstandings we should tray to avoid the sentence: "Esri is Open", because it will likely lead open a discussion with many people. I really believe in the Esri Open Vision, which doesn't mean (of course) that our business model or core products are open/open source. Cheers! BTW: Google is another great example of company promoting and embracing open source but their core products are not open, their business model either, etc <- and I also believe that Google also deserves to call themselves "a company with an open vision", don't you?.
... View more
04-12-2017
04:00 AM
|
2
|
0
|
2112
|
|
DOC
|
Thanks Janine! I would also like to add that any ideas/suggestions are welcome: Issues · mapillary/Mapillary-WebAppWidget · GitHub
... View more
05-06-2016
10:37 AM
|
0
|
0
|
4350
|
| Title | Kudos | Posted |
|---|---|---|
| 4 | 04-14-2026 08:46 AM | |
| 1 | 08-25-2023 03:27 AM | |
| 3 | 07-11-2025 08:28 AM | |
| 1 | 06-09-2025 08:42 AM | |
| 1 | 02-18-2025 03:33 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|