|
POST
|
Hi Bruce. When you say "current API" I assume you are actually talking about 3.19 and not 4.2, seeing that Editing and Sketching is not yet part of 4.2 (Choose between version 3.19 and 4.2 | ArcGIS API for JavaScript 4.2 )? The 3.19 Draw toolbar (Draw | API Reference | ArcGIS API for JavaScript 3.19 ) can be customized with some additional coding and the Edit toolbar (Edit | API Reference | ArcGIS API for JavaScript 3.19 ) has all the bells and whistles to modify your features. What more do you need?
... View more
01-16-2017
10:51 PM
|
1
|
0
|
1419
|
|
POST
|
Depends on the web platform you are using. I don't think it possible in WAB and AGO, but if you roll your own custom JS API based app, you can most certainly customize the layer click button to toggle all three layers at once.
... View more
01-16-2017
10:36 PM
|
0
|
0
|
657
|
|
POST
|
Use the projectAs method as described here: Geometry—Help | ArcGIS for Desktop
... View more
01-16-2017
10:19 PM
|
1
|
1
|
1899
|
|
POST
|
Do you really want to go down that rabbit hole? I'm sure it is possible by using standard map click event handlers, but you would need to recreate all the graphic feature management tools, not even to mention if you want to edit the features you have drawn. I would just use the toolbar and try to customize it. What is the issue with the toolbar?
... View more
01-16-2017
10:16 PM
|
0
|
2
|
1419
|
|
POST
|
Try setting your Identify Task layerOption parameter to LAYER_OPTION_VISIBLE: IdentifyParameters | API Reference | ArcGIS API for JavaScript 3.19
... View more
01-16-2017
02:18 AM
|
0
|
0
|
884
|
|
POST
|
Your original webMercatorUtils definition has lost its scope, so instead of parmKoord = webMercatorUtils.webMercatorToGeographic(res.geometry); try parmKoord = esri.geometry.webMercatorToGeographic(res.geometry);
... View more
01-16-2017
01:38 AM
|
0
|
0
|
904
|
|
POST
|
What geometry would you like to create and with which API are you working?
... View more
01-16-2017
12:18 AM
|
0
|
1
|
972
|
|
POST
|
The parameter is a Geometry object which can be a Point, Polyline or Polygon object.
... View more
01-15-2017
11:28 PM
|
1
|
0
|
781
|
|
POST
|
Automating the process to detect the angle of the correct side might be tricky unless you provide it as an attribute for the polygon feature, but you can definitely cut at an angle by setting different X-values for the cut-line's start and end points (lines 38 and 39) - you just need to determine the difference based on the required angle.
... View more
01-12-2017
09:49 PM
|
0
|
1
|
3676
|
|
POST
|
Put the code in a Python script file (*.py) and create a script tool with the py file as source (What is a script tool?—Help | ArcGIS for Desktop ). Then you can add the script tool to your model as an additional process.
... View more
01-12-2017
05:41 AM
|
2
|
0
|
653
|
|
POST
|
I don't think it is possible. The only way to show the point density for different feature types is to create separate density layers with the colours you require.
... View more
01-12-2017
04:40 AM
|
0
|
0
|
2612
|
|
POST
|
The heat map rendering is based on feature count and/or weight, so you will need to play with your colour ramp to obtain the best result. For your data you will have to calculate the total number of features at each location in an additional column and use that count value to generate the point/kernel density raster.
... View more
01-12-2017
04:09 AM
|
0
|
0
|
2612
|
|
POST
|
And even through the Web you can still extract features.
... View more
01-12-2017
03:45 AM
|
1
|
0
|
3083
|
|
POST
|
If the user can "see" the data, the export function is also available to him. See this post too: https://community.esri.com/thread/111899
... View more
01-12-2017
03:27 AM
|
1
|
0
|
3083
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-22-2024 12:37 AM | |
| 1 | 10-02-2025 10:28 AM | |
| 1 | 09-17-2024 12:29 AM | |
| 1 | 03-15-2024 11:33 AM | |
| 1 | 03-13-2024 11:20 PM |
| Online Status |
Offline
|
| Date Last Visited |
a month ago
|