|
POST
|
Currently, I don't think this is possible with the Measurement widgets. If you want more levels of precision, I would recommend using something like the geometryEngine. Given the UI for the Measurement widgets, I don't know how much sense it makes to add more decimal places to the measurement. That being said, it's certainly something we could consider if there is a good use-case. What benefit would adding a third (or more) decimal place to the Measurement widget confer that can't be better achieved with another option?
... View more
03-09-2021
09:16 AM
|
0
|
0
|
2841
|
|
POST
|
Is that app running over http or https? What's in the console? What happens with Google Chrome browser?
... View more
02-25-2021
10:56 AM
|
0
|
2
|
4694
|
|
POST
|
Thanks for getting this issue logged. We currently do not support Multipoint geometries by design, but this issue will help drive the enhancement request.
... View more
02-25-2021
10:35 AM
|
1
|
4
|
6578
|
|
POST
|
Hi @mjzagis, yep, this should be possible to do. My recommendation would be to use a for loop and a uniqueValueRenderer. Then multiple labelClasses with where statements. Loop through each feature in the layer and pull out the color field value in the attribute of each feature and assign it to render the features with that value. Then do the same for the labels, but create a new LabelClass for each different color. I have some overly complicated code that I tried to simplify as an example, here's a snippet to get you started: https://github.com/NoashX/NoashX.github.io/blob/master/JavaScript/label_color_snippet.js
... View more
02-25-2021
10:28 AM
|
0
|
1
|
1433
|
|
POST
|
Hi @YObaidat, there should be a fallback font available for the Measurement widget to use. Is that not happening? What does it mean that the widget cannot be used properly?
... View more
02-25-2021
09:53 AM
|
0
|
1
|
4697
|
|
POST
|
Hi @Nadir_Hussain, currently, there are tow options available to you for this sort of custom printing. One, you can use the takeScreenshot() method if the elements are already visible in the app. Blog with tips here: https://community.esri.com/t5/arcgis-configurable-apps-blogs/screenshots-with-the-arcgis-api-for-javascript-html2canvas/ba-p/904367 Two, you can publish a custom print template from ArcGIS Pro and publish that with the desired custom format and elements. Documentation is here: https://enterprise.arcgis.com/en/server/latest/create-web-apps/windows/tutorial-publish-additional-layouts-for-printing-with-arcgis-pro.htm
... View more
02-25-2021
09:49 AM
|
0
|
0
|
1099
|
|
POST
|
Hi @MichaelLev, I think there are two answers here. First, it looks like the second custom format (spatial reference: 102241) does not support the vertical dimension. https://desktop.arcgis.com/en/arcmap/latest/map/projections/fundamentals-of-vertical-coordinate-systems.htm https://desktop.arcgis.com/en/arcmap/latest/map/projections/pdf/geographic_coordinate_systems.pdf But if it did support the vertical (z) coordinate system, then I think you would only need to add the z: parseFloat(parts[2]) to the state plane's conversionInfo. Hope this helps!
... View more
01-29-2021
09:54 AM
|
0
|
0
|
1936
|
|
POST
|
Hi @DaveFullerton, great question. We do have prefix and suffix properties on the LayerSearchSource, perhaps these would be helpful here? prefix https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-LayerSearchSource.html#prefix suffix https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-LayerSearchSource.html#suffix
... View more
01-28-2021
03:04 PM
|
2
|
2
|
3569
|
|
POST
|
Hi @Andy_Morgan, that's a great question. That property is there so that users can hide the attribution when using MAP_ONLY print-out, with the understanding that the attribution must exist elsewhere. One such use case is for presentations, where the presenter may wish to display an attribution-free image of a map, but will add a header or footer (etc.) text with the relevant attribution to that slide. Licensing and Attribution https://developers.arcgis.com/javascript/latest/licensing/ Esri Attribution https://developers.arcgis.com/terms/attribution/ Hope this helps!
... View more
01-28-2021
02:34 PM
|
0
|
1
|
3321
|
|
IDEA
|
@JensKolstad - I've only ever published from Pro to Enterprise, but it looks like you could publish a web tool from Pro to a portal. https://enterprise.arcgis.com/en/server/latest/create-web-apps/windows/tutorial-publish-additional-layouts-for-printing-with-arcgis-pro.htm @Joshua-Young - thank you for posting those links. I think that since the underlying functionality belongs to the ArcGIS API for JavaScript, this would be the best spot to post an idea: https://community.esri.com/t5/arcgis-api-for-javascript-ideas/idb-p/arcgis-api-for-javascript-ideas
... View more
01-22-2021
10:22 AM
|
0
|
0
|
3808
|
|
POST
|
Hmmm. I would recommend trying a more recent version of the ArcGIS API for JavaScript (you're currently using 4.15, and 4.18 is the latest version). Or posting an issue in that repo for specific help with Angular and webpack.
... View more
01-21-2021
03:44 PM
|
0
|
0
|
3292
|
|
POST
|
Robert is correct. The API is limited by the web resources. For better labeling performance and visualization, you can try playing around with minScale and maxScale values so that only specific labels appear at specific scale ranges. https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=labels-multiple-classes
... View more
01-21-2021
12:07 PM
|
0
|
1
|
5973
|
|
IDEA
|
Hi @JensKolstad, thanks for posting here. The default print service comes with a handful of available layouts (e.g. paper sizes). However, it is possible to create and publish your own print service with some customized layout options. This would need to be created in ArcGIS Pro and shared to the relevant org for it to be available in the Map Viewer. Share custom layouts for printing from ArcGIS Pro https://enterprise.arcgis.com/en/server/latest/create-web-apps/windows/tutorial-publish-additional-layouts-for-printing-with-arcgis-pro.htm For the preview area, this is something we could consider. We currently have a screenshot method in the ArcGIS API for JavaScript, which offers a preview of the exact area to be printed. This requires some development knowledge. https://developers.arcgis.com/javascript/latest/sample-code/sceneview-screenshot/index.html To get a better idea of what will be printed, you can modify the scale and dpi properties, and if it's MAP_ONLY, you can also modify the width and height.
... View more
01-21-2021
11:21 AM
|
0
|
0
|
3823
|
|
POST
|
Hi, just to be clear, are you referring to the printed legend, or the Legend widget legend in the app? And can you share a simple repro app on something like Codepen so we can take a look?
... View more
01-15-2021
04:21 PM
|
0
|
0
|
1417
|
|
POST
|
Great question. This requires further testing, but it should work with layers like CSVLayer, GeoJSONLayer, and OGCFeatureLayer. It should only be the client-side FeatureLayer that will not work.
... View more
01-14-2021
03:02 PM
|
0
|
0
|
759
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 04-14-2026 11:59 AM | |
| 1 | 05-13-2026 10:29 AM | |
| 1 | 04-10-2026 09:11 AM | |
| 1 | 03-24-2026 11:39 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|