POST
|
For more information about the 3x retirement, please see the blog -- https://www.esri.com/arcgis-blog/products/js-api-arcgis/developers/arcgis-api-for-javascript-version-3-x-retirement/
... View more
02-27-2023
02:03 PM
|
2
|
0
|
498
|
POST
|
It's not possible to use fields inside an object directly. However, you can use RequestInterceptor to flatten the field structure so that you can use the field data from inside field objects. See for example https://codepen.io/bsvensson/pen/YzjaKQg?editors=0010 -- which uses RequestInterceptor to create new fields like "core_details__device_type". cc: @JulianDurantini , @ScottSurber [Update] Looks like @UndralBatsukh already answered this in the original issue post -- https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geojson-layer-property-is-an-object/m-p/1249156#M79951
... View more
02-15-2023
02:54 PM
|
0
|
0
|
615
|
POST
|
Yes, you can still do the same thing. Just make sure the search widget has loaded before you assign it to the expandToolTip. Here's an example: https://codepen.io/bsvensson/pen/gOjKeKa?editors=1000
... View more
01-27-2023
11:25 AM
|
0
|
0
|
553
|
IDEA
|
01-23-2023
03:46 PM
|
0
|
0
|
826
|
POST
|
Hi @NarasimhaNallamsetty , for questions related to iOS/Android, I would recommend asking in their related communities, see https://community.esri.com/t5/arcgis-maps-sdks-for-native-apps/ct-p/arcgis-runtime-sdks
... View more
01-05-2023
02:53 PM
|
0
|
0
|
5999
|
POST
|
@MarlaJohnson wrote: Also,is there a way to create a Spanish and English version of a Map Service. There are different aspects to this. For layer tites, that show up in LayerList and Legend etc widget, you can specify different layer titles. If you're using web maps, that would mean maintaining two web maps. Localizing your data is more complicated. Depending on what data you have and how you are using it. As an example, for string data, you could have one field per language. Or you could use Arcade to convert specific types etc into specific localized strings. asdasd
... View more
10-28-2022
12:19 PM
|
0
|
2
|
939
|
POST
|
Hi @MarlaJohnson , yes, all the text etc in the widgets are localized. You can set an application to use a specific locale, and/or toggle between locales. See https://developers.arcgis.com/javascript/latest/localization/ require(["esri/intl"], (intl)
...
intl.setLocale("es");
... View more
10-28-2022
11:55 AM
|
0
|
0
|
941
|
POST
|
@TonyGraham - By default the MapView will snap to the LODs. You can turn that off, and it should zoom to the exact extent you set. constraints: {
snapToZoom: false
} https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#constraints
... View more
10-25-2022
10:48 PM
|
2
|
0
|
519
|
POST
|
Hi @GennadiiPrykhodko , no there isn't a way to change the length of the scalebar. It's calculated dynamically based on the scale of the map.
... View more
10-25-2022
10:33 AM
|
1
|
0
|
537
|
POST
|
Hi @Rmoser3 Retired API releases will continue to be hosted on our CDN for the foreseeable future (so apps built against retired versions of the API will continue to work). -- from the footnotes on https://support.esri.com/en/Products/Developers/web-apis/arcgis-api-for-javascript/#product-support and also on https://developers.arcgis.com/javascript/3/jshelp/whats_new.html
... View more
10-25-2022
09:03 AM
|
1
|
0
|
379
|
POST
|
@YashvitNaik - seems like the "PICT-CASANL21-ghAPblT72Z" no longer exists in that service you reference above. If I change it to another layername like PICT-HIKAUA12-LIK2Cqnhav (that exists), and then zoom in a level or two, it seems to work fine.
... View more
09-12-2022
04:32 PM
|
0
|
0
|
881
|
IDEA
|
The 3x API is essentially in maintenance mode. In the 4x API, you can use FeatureEffect to apply a renderer to selected features. See for example these samples: https://developers.arcgis.com/javascript/latest/sample-code/?tagged=FeatureEffect or read the API reference.
... View more
09-09-2022
03:03 PM
|
0
|
0
|
696
|
IDEA
|
OGC support was added for WMSLayer and WMTSLayer at 4.4, OGCFeatureLayer at 4.16, WCSLayer at 4.17, and WFSLayer at 4.20.
... View more
09-08-2022
09:44 AM
|
0
|
0
|
723
|
Title | Kudos | Posted |
---|---|---|
1 | 03-23-2023 04:36 PM | |
2 | 02-27-2023 02:03 PM | |
1 | 10-25-2022 10:33 AM | |
2 | 10-25-2022 10:48 PM | |
1 | 10-25-2022 09:03 AM |
Online Status |
Offline
|
Date Last Visited |
Wednesday
|