|
POST
|
Hi Larry, unfortunately, for this specific case, it looks like the data we (Esri) have for that address is just street centerline data, not rooftop data. There is a REST parameter name locationType that can be passed in to get the centroid instead (rooftop/street are the two options).
... View more
04-05-2019
10:52 AM
|
0
|
1
|
2844
|
|
POST
|
Hi Larry. First, which version of the ArcGIS API for JavaScript are you using? Second, for this specific case, it looks like the data we have for that address is just street centerline data, not rooftop data. This means that instead of matching exactly on the house, it must interpolate along the street segment to estimate the location of the house. If you have a rooftop/parcel centroid match, then the location will either be on the driveway entrance or at the center of the rooftop/parcel centroid. Hope this helps.
... View more
04-04-2019
03:53 PM
|
0
|
0
|
2844
|
|
POST
|
Hi Rudy, absolutely. See this page on app logins and using a proxy: https://developers.arcgis.com/documentation/core-concepts/security-and-authentication/#app-login
... View more
04-04-2019
01:30 PM
|
1
|
2
|
2445
|
|
POST
|
Hi Chen, I don't think there is a maximum number of values that can be assigned to a UniqueValueRenderer using the ArcGIS API for JavaScript. However, there is a limit when using ArcGIS Online (I think it's 10), and possibly with other products.
... View more
04-03-2019
12:06 PM
|
0
|
0
|
782
|
|
POST
|
Hi Naveed, do you mean something like using the applyEdits() method of the FeatureLayer? If so, we have a sample for that from our 4.10 release: https://developers.arcgis.com/javascript/latest/sample-code/editing-applyedits/index.html
... View more
04-03-2019
12:01 PM
|
1
|
0
|
4579
|
|
POST
|
Don't forget to mark the correct answer to your post (even if it's your own answer )
... View more
03-29-2019
11:40 AM
|
0
|
0
|
2032
|
|
POST
|
Hi Srikanth, are you using the ArcGIS API for JavaScript for this project? Looking at the doc, it seems that the maximum number of records returned is 30. from sample report: "Data Note:The Traffic Profile displays up to 30 of the closest available traffic counts within the largest radius around your site." resources: https://developers.arcgis.com/rest/geoenrichment/api-reference/service-limits.htm https://doc.arcgis.com/en/esri-demographics/data/traffic-counts.htm Hope this helps! -Noah
... View more
03-29-2019
11:33 AM
|
0
|
0
|
1109
|
|
POST
|
If "queryTask.execute is not a function" is the error, then I would check to make sure that you are creating the QueryTask correctly (ensure that you are correctly importing the module and that the local argument name matches up, e.g. require(["esri/tasks/QueryTask"], function(QueryTask). Then I would inspect the queryTask object in the console and make sure it looks right.
... View more
03-29-2019
11:00 AM
|
1
|
1
|
2346
|
|
POST
|
Hi Michael, I'm pretty sure we fixed this at 4.11 to be the default behavior. Here is a sample app that demonstrates how the 2D area and distance measurements are not added to the LayerList widget: https://codepen.io/noash/pen/MRgJvK
... View more
03-29-2019
10:49 AM
|
0
|
1
|
2019
|
|
POST
|
Another option would be to use the ArcGIS Online hosted proxy for tasks like routing: https://developers.arcgis.com/documentation/core-concepts/security-and-authentication/working-with-proxies/ We use this now with the RouteTask sample: https://developers.arcgis.com/javascript/latest/sample-code/tasks-route/index.html
... View more
03-28-2019
02:23 PM
|
0
|
0
|
4370
|
|
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
|
1953
|
|
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
|
4370
|
|
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
|
877
|
|
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
|
4370
|
|
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
|
3852
|
| Title | Kudos | Posted |
|---|---|---|
| 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 | |
| 1 | 03-23-2026 09:30 AM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|