DOC
|
Don't hesitate to contact me if you need some custom developments: biotekgis@gmail.com Cheers!
... View more
09-26-2020
02:28 AM
|
0
|
0
|
13453
|
DOC
|
Don't hesitate to contact me if you need some custom developments: biotekgis@gmail.com Cheers!
... View more
09-26-2020
02:27 AM
|
0
|
0
|
13453
|
DOC
|
Hi Kafil, Almost everything is possible with programming! If you wanna show a custom heatmap implementation take a look at this example: Explore Heat Maps | ArcGIS API for JavaScript 3.29 I don't know exactly your case, but you can you can create a heatmap layer from your AGOL or Portal against a feature service, and update the service in order to refresh correctly the heatmap that you are rendering in any app. Cheers!
... View more
08-30-2019
03:10 AM
|
0
|
0
|
13453
|
DOC
|
I just quickly checked, you are right, there is a problem with jquery methods and IE. I'm pretty busy as usual.. but you can check the following post: javascript - jQuery this.remove() -vs.- $('#id').remove() in Internet Explorer (IE 9+) - Stack Overflow Seems a quick fix Cheers!
... View more
03-21-2019
07:41 AM
|
0
|
0
|
13496
|
POST
|
Robert that's cool! That's a cleaner way to execute the function.. Cheers!
... View more
11-19-2018
01:22 PM
|
1
|
0
|
400
|
DOC
|
First of all, hi. You have several ways to link a third party library to a WAB app. You can directly link the cdn to the index.html or add it in your main js widget file in the require section (think whether you want to set the library globally or locally in a widget). Now, the correct way using Dojo: go to init.js file, 'resources' var, and add the following: window.path + 'libs/turf/turf.min.js'. In my case I downloaded Turf.js. That's up to you. Cheers
... View more
11-08-2018
11:30 AM
|
1
|
0
|
2641
|
POST
|
Hi, If you check your service in ArcGIS Server, do you see below 'query related records'?
... View more
08-24-2018
07:16 AM
|
0
|
0
|
1248
|
POST
|
Hi all, I have a QML app where I add features every 5 seconds getting the GPS point coordinates using 'LocationDisplay QML Type'. I cannot disconnect the trigger (related with 'Timer' object) once connected.. I created a 'Timer' object in order to loop this feature creation. I want to call the disconnect when => 'locationDisplay.stop()'. Whether with a button I call the 'addFunctionality("stopMode")' function, the trigger is still running.. Any suggestions? Timer { id: timer interval: 5000; repeat: true; running: true; } function addFunctionality(arg) { if(arg === "compassMode"){ mapView.locationDisplay.autoPanMode = Enums.LocationDisplayAutoPanModeCompassNavigation; mapView.locationDisplay.start(); }else if(arg === "navigationMode"){ mapView.locationDisplay.autoPanMode = Enums.LocationDisplayAutoPanModeNavigation; mapView.locationDisplay.start(); var featureAttributes = {"XXXX" : "XXXX"}; timer.start(); timer.triggered.connect(function () { mapView.locationDisplay.autoPanMode = Enums.LocationDisplayAutoPanModeRecenter; var point = mapView.locationDisplay.mapLocation; var feature = featureTable.createFeatureWithAttributes(featureAttributes, point); featureTable.addFeature(feature); }) }else{ mapView.locationDisplay.stop(); } } Best A.
... View more
08-09-2018
08:24 AM
|
0
|
2
|
2449
|
DOC
|
This is just an example of own developments. Maybe in the future Best
... View more
08-08-2018
01:05 PM
|
1
|
0
|
13496
|
DOC
|
The widget is not getting the layers right, maybe because of the group layers. You would have to investigate the case and adapt it to your data structure.. This is just an example of my own developments. The demo is using the following web map: http://adri2c.maps.arcgis.com/home/webmap/viewer.html?webmap=07fe94f4920c45c1b9c46958f86a1e55
... View more
07-25-2018
02:05 AM
|
0
|
0
|
13496
|
DOC
|
No worries Leave your manifest.json as before, just click the (blue) 'OK' button Cheers
... View more
07-24-2018
06:46 AM
|
1
|
0
|
13496
|
DOC
|
Hi, The widget needs the config.json file to work. You can set the following on manifest.json, but the widget won't work correctly "properties": { "hasConfig": false } Just click on 'OK' Cheers
... View more
07-24-2018
04:36 AM
|
0
|
0
|
13496
|
Title | Kudos | Posted |
---|---|---|
1 | 05-17-2018 12:08 AM | |
1 | 02-15-2018 05:14 AM | |
1 | 11-08-2018 11:30 AM | |
1 | 02-05-2018 10:36 PM | |
4 | 07-20-2018 07:11 AM |
Online Status |
Offline
|
Date Last Visited |
11-26-2021
10:06 AM
|