|
POST
|
Feel free to mark this question as answered, even if the answer is your own
... View more
01-08-2020
12:05 PM
|
0
|
1
|
5467
|
|
POST
|
Hi Cam, I don't see anything obvious in the code you shared. What version of the API are you working with? Could you share a simple codepen that reproduces this issue?
... View more
01-08-2020
10:57 AM
|
0
|
0
|
1936
|
|
POST
|
Sorry to hear about the trouble. I would recommend logging an issue in the GitHub repo: Issues · Esri/arcgis-webpack-plugin · GitHub While the plugin was made by Esri, I think this falls under the category of a project as opposed to a product. An example of a product would be the ArcGIS API for JavaScript, or ArcGIS Pro. An example of a project is this webpack plug-in, or the Resource Proxy. Usually projects are hosted on GitHub or other non-Esri pages. The best way to work with Esri projects is via the appropriate GitHub repo, or here on GeoNet, or places like The Spatial Community on Slack. Lastly, when I tested this command: npm install --save-dev @arcgis/webpack-plugin@^4.14.0 It seems to load fine. Hopefully this helps.
... View more
12-30-2019
10:28 AM
|
0
|
1
|
2910
|
|
POST
|
Gotcha. I can reproduce the issue now. Thanks for reporting this. We'll investigate and I'll update this thread when there is something to share.
... View more
12-26-2019
03:29 PM
|
1
|
7
|
7285
|
|
POST
|
Cool, glad that helped. Sometimes the "Find in Files..." search, and starting from the root folder, really helps for these kinds of cases.
... View more
12-26-2019
01:34 PM
|
1
|
0
|
2833
|
|
POST
|
How about line 93 of the resources.js file? crowdsource-reporter-master\js\nls\resources.js
... View more
12-26-2019
01:19 PM
|
1
|
2
|
2833
|
|
POST
|
Can you test this with the latest version, 4.14, and see if it's still an issue? And if it is still an issue, please provide a link to a sample that reproduces the issue?
... View more
12-26-2019
12:04 PM
|
0
|
2
|
2286
|
|
POST
|
Hi Michael, could you provide some more information to reproduce the issue? Specifically, a link to a sample that you used, and the type and version of the Android device. I tested with this sample: LayerList widget - 4.14 On a Samsung Galaxy s8 with Chrome, and it worked fine.
... View more
12-26-2019
12:02 PM
|
0
|
9
|
7285
|
|
POST
|
I don't think so, just make sure to publish the layer as a Feature so that it creates a FeatureServer in Enterprise. However, I would recommend reviewing the ArcGIS Pro doc on editing to make sure you get all the information you need: Get started editing—ArcGIS Pro | ArcGIS Desktop
... View more
12-26-2019
11:58 AM
|
0
|
0
|
906
|
|
POST
|
I think what you are looking for is the esriConfig.portalUrl property: config | ArcGIS API for JavaScript 4.14
... View more
12-26-2019
11:50 AM
|
1
|
0
|
1130
|
|
POST
|
Hi Nicolas, thanks for reporting this. We are aware of the <wb> issue, and are currently investigating. That is also good feedback about the m/min confusion, I will pass that along.
... View more
12-26-2019
10:00 AM
|
0
|
3
|
4474
|
|
POST
|
It looks like the 4x API is a bit more strict with cors and ssl than the 3x version (which is why I think it displays in the 3x based AGO Map Viewer). If you add a proxy to the mix, the wmts webmap displays fine. Resources: CORS with the API | ArcGIS API for JavaScript 4.14 GitHub - Esri/resource-proxy: Proxy files for DotNet, Java and PHP. https://codepen.io/noash/pen/BayWZKv (codepen does not run, but if you supply a link to your proxy and run locally, it will work)
... View more
12-19-2019
03:43 PM
|
0
|
0
|
919
|
|
BLOG
|
Today, we are pleased to release versions 4.14 and 3.31 of the ArcGIS API for JavaScript. Here are some of the 4.14 highlights (please refer to the 3.31 link at the end for 3.x updates). The stats We fixed 43 bugs, added 12 new classes, created 15 new samples, and tacked on 2 new guide pages. Cluster Blockbuster Point clustering is now a supported method of feature reduction on FeatureLayer, CSVLayer, and GeoJSONLayer in 2D MapViews. There are some differences between the 3.x and the 4.x implementations of clustering. The 4.x version is objectively better, or will be better, as we continue to iteratively add more functionality in future releases. https://developers.arcgis.com/javascript/latest/sample-code/index.html?search=clustering Widgets We added the Line of Sight widget to analyze visibility in your 3D scenes, and the Daylight widget to change the time and date of your 3D scenes interactively. https://developers.arcgis.com/javascript/latest/guide/release-notes/#3d-line-of-sight-widget Save Those Web maps Web maps can be easily saved to ArcGIS Online and ArcGIS Enterprise with save() and saveAs() methods. This capability is in addition to creating and stylizing web maps in ArcGIS Online and ArcGIS Pro. https://developers.arcgis.com/javascript/latest/sample-code/webmap-save/index.html Performance enhancements Significantly improved GPU performance by reducing number of polygon vertices drawn. When rendering vector tiles, we generate significantly fewer WebGL and JavaScript calls. Improved mesh strategy reduced the number of geometries that needed to be tessellated. Optimized the Basemap Gallery widget data loading behavior in 2D MapViews. Switching to/from DotDensityRenderer and/or HeatmapRenderer is much, much faster. https://developers.arcgis.com/javascript/latest/guide/release-notes/#performance-enhancements New Guides All the color ramps used in the Smart Mapping symbology APIs can now be easily viewed, filtered, and copied to your apps in a new Esri Color Ramps guide page. https://developers.arcgis.com/javascript/latest/guide/esri-color-ramps/index.html This guide, together with the new Visualization best practices guide, provides easy access to more than 300 stunning color ramps designed by color experts. https://developers.arcgis.com/javascript/latest/guide/creating-visualizations-manually/index.html Depreciation We’re trying out something new this time around. Rather than sticking to the typical naughty or nice list, we’re offering a list of deprecated items to help our users get ahead of upcoming API changes. https://developers.arcgis.com/javascript/latest/guide/release-notes/#deprecated-classes%2C-properties%2C-methods%2C-events And more... Have a better time with our API with time related updates, editing updates, map navigation updates, client-side geometry updates, smart mapping updates, my goodness, tessellation updates, and more. See the release notes to get the full story. Release Blog https://www.esri.com/arcgis-blog/products/product/announcements/whats-new-in-arcgis-api-for-javascript-december-2019 4.14 Release Notes https://developers.arcgis.com/javascript/latest/guide/release-notes/index.html 4.14 Samples https://developers.arcgis.com/javascript/latest/sample-code/?search=4.14 3.31 What’s New https://developers.arcgis.com/javascript/3/jshelp/whats_new.html
... View more
12-19-2019
11:11 AM
|
5
|
0
|
3383
|
|
POST
|
Not totally sure I follow the question, but here is an example displaying a featureLayer from client-side graphics using an Arcade expression to label features with the current year. https://codepen.io/noash/pen/YzPNJYQ
... View more
12-18-2019
12:53 PM
|
0
|
0
|
942
|
|
POST
|
We currently do not have this functionality with the 4x version of the JS API. Soon we will have the ability to save webmaps. You can test this out with the js-next: feedback-js-api-next/CHANGELOG.md at master · Esri/feedback-js-api-next · GitHub
... View more
12-17-2019
02:31 PM
|
0
|
1
|
1489
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Wednesday | |
| 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 |
Online
|
| Date Last Visited |
Thursday
|