|
POST
|
Difficult to say, there's a lot of code there. I would say try to isolate the instances of `renderer` and see if there are some issues there. Or simplify the app to try to reduce the complexity.
... View more
10-11-2019
08:50 AM
|
0
|
0
|
1608
|
|
POST
|
Try these: PopupTemplate - use functions to set content ArcGIS API for JavaScript Sandbox Custom popup actions per feature attribute ArcGIS API for JavaScript Sandbox Popup Tutorial Configure pop-ups | ArcGIS API for JavaScript 4.13
... View more
10-10-2019
01:35 PM
|
0
|
0
|
3269
|
|
POST
|
Perhaps pass a function to the popup content? Then the function could call the appropriate image based on the feature attributes. PopupTemplate | ArcGIS API for JavaScript 4.13 When the feature is clicked, the feature is passed as an argument to the function and provides access to the feature’s graphic and attributes. Set the outFields property to specify any fields needed for rendering the popup. The function then executes and returns a value to display in the popup template.
... View more
10-10-2019
01:07 PM
|
0
|
0
|
3269
|
|
BLOG
|
Today, we are pleased to release versions 4.13 and 3.30 of the ArcGIS API for JavaScript. Here are some of the 4.13 highlights (please refer to the 3.30 link at the end for 3.x updates). The Stats We added 18 new classes, 4 new widgets, and fixed 33 bugs. Also, 96% of the codebase is now written in TypeScript. Attribute driven composite symbols Wouldn’t it be sweet to symbolize features using a dictionary of symbols configured with multiple attributes? Well, now you can. With the new Dictionary Renderer, we offer a data-driven approach for symbolizing features when there are so many permutations that a UniqueValueRenderer would be inappropriate. https://developers.arcgis.com/javascript/latest/guide/release-notes/#attribute-driven-composite-symbols Performance VectorTileLayers? They now draw faster and smoother with fewer network requests. SceneLayers? Now twice as fast with half the calories. FeatureLayers? More stable z-ordering and faster rendering of large polyline and polygon features. https://developers.arcgis.com/javascript/latest/guide/release-notes/#performance-improvements Modernization We are planning to make the API return native Promises by default at 4.14, then completely remove Dojo promise at 4.15. We are also planning to remove the dependency on Dojo's `declare` module. These are significant changes that will both strengthen the API and make it play nicer with other frameworks. This release took a large step forward laying the foundation for these changes. https://developers.arcgis.com/javascript/latest/guide/release-notes/#api-modernization ImageryLayer First, we reduced the number of files requested from CDN. But we didn’t stop there. You can now display images in ImageryLayer in their original coordinate system. And if the format is set to `lerc`, we now offer a client-side renderer. https:// developers.arcgis.com/javascript/latest/guide/release-notes/#imagerylayer-updates And more... There’s so much more to cover. Add, edit, delete, and reorder bookmarks with the Bookmark widget. PointCloudLayer now supports popups. One measurement widget to rule them all. Even better smarter mapping! It’s been a fantastic release, and we are excited to share it with you. Please feel free to let us know how we’re doing via email/Slack/GeoNet/Twitter. https://developers.arcgis.com/javascript/support/index.html Couple more links to share: Release Blog https://www.esri.com/arcgis-blog/products/js-api-arcgis/announcements/whats-new-in-arcgis-api-for-javascript-october-2019 Measurement Widget Blog Measure Once with the new Measurement Widget 4.13 Release Notes https://developers.arcgis.com/javascript/latest/guide/release-notes/index.html 4.13 Samples https://developers.arcgis.com/javascript/latest/sample-code/?search=4.13 3.30 What’s New https://developers.arcgis.com/javascript/3/jshelp/whats_new.html
... View more
10-10-2019
10:35 AM
|
3
|
0
|
3018
|
|
POST
|
Is something like this what you're looking for? Multiple popup elements | ArcGIS API for JavaScript 4.12
... View more
10-10-2019
10:12 AM
|
0
|
0
|
3269
|
|
POST
|
Not 100% sure, but it does sound like a synchronicity issue. I would try making the function at 239 an asynchronous function. Here's some doc on async and await in JavaScript. Async/await
... View more
10-09-2019
01:44 PM
|
0
|
0
|
2828
|
|
POST
|
Hi Asma, Thanks for reporting this issue. I can reproduce the problem and will investigate. The only short-term workaround I found is to introduce an extra space in the text string, so that the Arabic characters display without having to display other characters as well. Will update the post here when I have something to share.
... View more
10-08-2019
10:04 AM
|
0
|
0
|
6233
|
|
POST
|
If the google sheets document contains non-spatial data, does it contain any fields in common with the states shapefile from AGOL? If so, you could try to join the date together. Join Features—ArcGIS Online Help | Documentation
... View more
10-04-2019
03:28 PM
|
0
|
0
|
1235
|
|
POST
|
Hi Eemeli, Sorry to hear about the trouble. Could you please provide a reproducible test case on something like CodePen so we can test from our side? I would also recommend testing the app in different web browsers to see if the issues occur there as well. Especially with IE. That way we can determine if the API is the issue, or if the native desktop application is causing some conflict. Here are some additional resources: Different ways to work with the JS API Get the API | ArcGIS API for JavaScript 4.12 Test app (webmap from Portal) Load a basic WebMap - 4.12
... View more
09-30-2019
11:05 AM
|
0
|
2
|
1480
|
|
POST
|
Maybe this will help: Editing permissions in Manager—ArcGIS Server Administration (Windows) | ArcGIS Enterprise
... View more
09-30-2019
09:59 AM
|
0
|
0
|
1318
|
|
POST
|
It looks like the Print Service you are using was published from ArcMap. Is there a way you could publish a similar Print Service from ArcGIS Pro and test with that? You could also try with the AGO print task and the 4x Print widget (includes Legend) and your data. AGO print task Task: Export Web Map Task I tried that with a simple test app, and the Legend items look fine with PictureMarkerSymbols: https://codepen.io/noash/pen/wvwbBVj
... View more
09-27-2019
03:43 PM
|
0
|
0
|
2351
|
|
POST
|
Well, maybe it's fine. Is the new item in your AGO private or public? If it's public, I would be concerned that anyone could stumble across a link to that AGO item that consumes content that (presumably) requires credits.
... View more
09-25-2019
02:28 PM
|
0
|
1
|
2336
|
|
POST
|
This workflow is specific to a custom JS API application. Requires making a registered app on AGO or via the Developer's site, and adding the relevant code to your app. Working with the ArcGIS Platform | ArcGIS API for JavaScript 4.12 This sample uses a service proxy to access a premium service from AGO. Directions widget | ArcGIS API for JavaScript 4.12 Sample using OAuth as recommended in the previous guide topics. Access ArcGIS Online items using OAuthentication | ArcGIS API for JavaScript 4.12 You can also use a proxy to access secure services, from AGO and other Servers. Proxy pages with the API | ArcGIS API for JavaScript 4.12
... View more
09-25-2019
01:40 PM
|
0
|
3
|
2336
|
|
POST
|
Hi Jay, you might want to review our docs about working with the ArcGIS Platform, and about accessing secure resources: Working with the ArcGIS Platform | ArcGIS API for JavaScript 4.12 Access secure resources | ArcGIS API for JavaScript 4.12
... View more
09-25-2019
01:02 PM
|
0
|
5
|
2336
|
| 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
|