|
BLOG
|
Today, we released versions 4.11 and 3.28 of the ArcGIS API for JavaScript. At 4.11, we added an Editor widget, a new GeoJSONLayer, made some significant enhancements to our 3D capabilities, and redesigned the website. Actually, we did a lot more than that, so please check-out our Release Blog and read the 4.11 Release Notes and the 3.28 What’s New from the links below to learn more. Read more here: Release Blog https://www.esri.com/arcgis-blog/products/js-api-arcgis/announcements/whats-new-in-arcgis-api-for-javascript-4-11-march-2019/ New 4.x Website Blog https://www.esri.com/arcgis-blog/products/js-api-arcgis/announcements/a-better-experience-with-the-new-arcgis-api-for-javascript-website/ 4.11 Release Notes https://developers.arcgis.com/javascript/latest/guide/release-notes/index.html 4.11 Samples https://developers.arcgis.com/javascript/latest/sample-code/index.html?search=4.11 3.28 What’s New https://developers.arcgis.com/javascript/3/jshelp/whats_new.html
... View more
03-28-2019
12:26 PM
|
1
|
0
|
1905
|
|
POST
|
So the service works correctly through the Esri Resource Proxy? But what proxy is being used in the first example that does not work?
... View more
03-28-2019
07:42 AM
|
0
|
0
|
4120
|
|
POST
|
Hi Muhammad. There are a lot of potential issues that could cause this. First, what is the error message you see? You should be able to open up the Developer Tools and look at the Network Traffic to find the request sent to the print service, and then look at the response to that request to find more information. Second, what print service are you using? Is it your own local print service, or utility.arcigs.com? Third, what version of the ArcGIS API for JavaScript are you using, and could you share some code? -Noah
... View more
03-27-2019
03:53 PM
|
0
|
0
|
798
|
|
POST
|
Edit: The first example in the browser probably should have actually worked if the proxy was working correctly, because if I sign-in, I can see the service with the f=json Original Post: I'm not 100% sure what your question is. In the first example, it looks like you are trying to access the service REST endpoint directly in the browser, which should not work as I believe the services directory is locked down for security reasons. In the second example, you are looking at the results of the routing service request, which should work fine (and does).
... View more
03-27-2019
03:46 PM
|
0
|
3
|
4120
|
|
POST
|
Hi Brandon. At version 4.10, we converted all layers in 2D MapViews to use WebGL. As part of this, we had a breaking change with the TextSymbol and Esri Icon Fonts: https://developers.arcgis.com/javascript/latest/guide/release-notes/index.html#breaking-changes Note that font family name has changed to "calcite-web-icons", and the TextSymbol now expects a resource in .pbf format. Also the default directory for finding these .pbf files will be https://static.arcgis.com/fonts Soon you will have the ability to publish your own .pbf files, but until then, I don't think you will be able to work with the resource above. Hope this helps. -Noah
... View more
03-27-2019
03:08 PM
|
1
|
4
|
3476
|
|
POST
|
Sorry to hear that. I'm not sure about your workflow, so I would recommend either reviewing the fundamentals in the links I posted above, or give a more detailed account of your workflow.
... View more
03-07-2019
03:58 PM
|
0
|
0
|
1256
|
|
POST
|
Hi Saint Roger Bountsebe Eboueme, I would recommend making a free developer's account, then either download and host some soil data in ArcGIS Online that you find, or search for it in the Living Atlas. Then you can either consume the webmap in your web page, or use the ArcGIS API for JavaScript to consume the webmap, then host it in your web page. Here are some helpful links: Create a free developer's account ArcGIS for Developers Learn how to use ArcGIS Online Learn ArcGIS Living Atlas Living Atlas of the World | ArcGIS Load a webmap with the ArcGIS API for JavaScript Load a basic WebMap | ArcGIS API for JavaScript 4.10 Help this helps!
... View more
02-28-2019
04:06 PM
|
0
|
0
|
1256
|
|
POST
|
Hi ADITYA KUMAR, which version of the JS API are you using?
... View more
02-14-2019
03:51 PM
|
0
|
1
|
1083
|
|
POST
|
Denis Pokotylyuk update: Mozilla recently released an update to Firefox (version 65.0 of the 64-bit Firefox browser), and I verified that this resolved the issue with the label display.
... View more
02-08-2019
09:07 AM
|
1
|
1
|
1912
|
|
POST
|
Hi Robert Jensen, I think something like this sample might be useful? Popup with DOM node | ArcGIS API for JavaScript 4.10
... View more
01-25-2019
03:54 PM
|
0
|
1
|
1133
|
|
POST
|
In the blog post I referenced, Ryan included a sample that allows you to print popups as well, here is the direct link to that sample: ArcGISJSAPI_html2canvas-legend-popup The Print widget is useful for printing, maps, layers, legends, and graphics/measurements (with labels as far as I know).
... View more
01-25-2019
03:19 PM
|
0
|
0
|
3468
|
|
POST
|
I'm not sure of a widget measuring a point, but we do have a CoordinateConversion widget, which can do something similar, or just make sure of the x/y/z properties of the point geometry. CoordinateConversion | API Reference | ArcGIS API for JavaScript 4.10 Point | API Reference | ArcGIS API for JavaScript 4.10
... View more
01-23-2019
08:48 AM
|
2
|
0
|
1831
|
|
POST
|
In addition to the resources that Robert posted, here are some samples that use the 4 different measurement widgets available at 4.10: Measurement in 2D | ArcGIS API for JavaScript 4.10 Measurement in 3D | ArcGIS API for JavaScript 4.10 and a blog post about using the 2D measurement widgets: Measure Twice with the new 2D Measurement Widgets
... View more
01-22-2019
03:59 PM
|
2
|
3
|
1831
|
|
POST
|
Hi Chad Kahler, at 4.10 we improved performance by drawing all layers in a 2D MapView in WebGL, this requires all fonts to be hosted in pbf file format. Release notes for 4.10 | ArcGIS API for JavaScript 4.10 If you want to host your own fonts, they need to be converted into pbf and hosted (by setting the esriConfig.fontsURL property to point to your own server). Labeling | ArcGIS API for JavaScript 4.10 Hope this helps. -Noah
... View more
01-17-2019
12:09 PM
|
1
|
6
|
5351
|
|
POST
|
Hi Smith, Cameron, I think you could modify the "Maximum Number of Records Returned by Server:" property of the MapServer in ArcGIS Server Manager. The default is 1000, so if you bump that up, you should be able to return more features.
... View more
01-17-2019
11:58 AM
|
0
|
0
|
885
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | 04-10-2026 09:11 AM | |
| 1 | 03-24-2026 11:39 AM | |
| 1 | 03-23-2026 09:30 AM | |
| 1 | 02-26-2026 07:52 AM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|