-
SDKバージョン5.1。FireFox(Gecko)でGeoJSONLayerのポップアップが機能しません
こんにちは、 SDKバージョン5.1では、Firefox(Gecko)でポイントジオメトリを含むGeoJSONLayerのフィーチャをクリックしてもポップアップが表示されなくなりました。 他のジオメトリタイプはまだテストしていないため、この問題がポイントに特有のものか、すべてのGeoJSONLayerフィーチャに影響するのかはわかりません。また、SDKの以前のバージョンもテストしていません。 これは既知の問題でしょうか?もしそうでなければ、Esri開発チームに報告して対応してもらうためにはどのようにすればよいでしょうか? ありがとうございます。
-
FeatureTableの改善 + VaadinではなくCalciteをベースに
featureTableに関していくつかの改善を提案します: * 現在Vaadinを使用している代わりに、他のすべてのwebComponentと同様にcalciteデザインシステムをベースにする* 可変/自動高さを許可する * さらにいくつかのスロットを追加(例:列選択の隣にアクション用スロットを追加し、選択されたすべての行で機能させる)+ その他も役立つ可能性あり * コンポーネントが外部からテーブル上をスクロールするのを強制するのではなく、テーブル内に直接水平スクロールバーを含める * コンポーネント上でマウスイベントを扱う必要なく、機能のマウスオーバーハイライトを追加する * すべて選択ボタンを追加する
-
SAMLを使用したArcGIS Enterprise WebMapを利用するスタンドアロンJSアプリのシームレスな認証
こんにちは、 私たちは、ArcGIS EnterpriseからWebMapを取得して空間コンテキストを提供するスタンドアロンの非GIS JavaScriptアプリケーションを持っています。 私たちのArcGIS Enterpriseの導入では認証にSAMLを使用しており、スタンドアロンアプリもSAMLベースのサインインと統合されています。 現在、ユーザーがアプリケーションからWebMapにアクセスすると、「Sign In」をクリックするよう促され、それがArcGIS EnterpriseのSAML認証フローを開始します。 このシナリオでよりシームレスな認証方法を実現できるかどうか、以下の方法で知りたいです: *…
-
マップコンポーネントのフィーチャーテーブルで全選択
この長方形でフィーチャを選択サンプルにはテーブル内のすべてを選択する方法がありません。 これをcomponentオプションとして追加できますか?例えば、列の表示/非表示メニューでは可能です。
-
フットボールの準備はできていますか?
こちらの例をお楽しみください、楽しいArcGIS Realityで処理されたデータを使って構築され、JavaScript Maps SDKで紹介されているデジタルツインです。 こちらをご覧ください ライブアプリまたは ビデオデモ このアプリは、ドローンとハンドヘルドセンサーからの2つのキャプチャを、Gaussian Splatと3D Meshレイヤーとして処理し、ジオリファレンスされたSceneViewに表示し、NFL Big Data BowlとMetrica Sportsからの実際の選手データと組み合わせて、複数のスポーツにわたるいくつかのシナリオを強調しています。…
-
テーブルのすべてを選択
https://developers.arcgis.com/javascript/latest/sample-code/highlight-features-by-geometry/ このサンプルでは、テーブルで一度に1つずつ選択を行います。AGOLのようにテーブルで「すべて選択」を実装することは可能ですか?
-
arcgis-search コンポーネントを使用する際に、ArcGIS World Geocoding Service だけをどのように置き換えますか?
コアの Search ウィジェットを使用すると、searchViewModel.includeDefaultSources の関数を使って、デフォルトの ArcGIS World Geocoding Service を別のジオコーディングインスタンスに置き換えたり、このジオコーダーを Search ウィジェットのソースから削除したりできます。 例: search.viewModel.includeDefaultSources = function(sourcesResponse) { searchSources = sourcesResponse.defaultSources; searchSources.pop();…
-
5.0 -> 5.1: 新しいエラー
タイトルの通り、テスト環境を5.0から5.1に更新しました(popup.effectiveHeadingが必要だったためで、これは全く別の議論です)。 現在、非常にスパム的なコンソールエラーが発生しており、LayerListのcreateItemかそれに類似したものに関連しているようです。このエラーはアプリに問題を引き起こしているようには見えません(なぜなら「start」が存在しないのに「end」があるわけがないからです)。それでも、このエラーを無視または抑制する前に、もう少し理解したいと考えています。 FeatureInstanceStore.js:2 Uncaught Error: InternalError:…
-
customParameter "spatialQuery" を持つ MapImageLayer
皆さん、こんにちは、 このクエリで次の問題があります:…
-
Issue with some type of feature layers
We tried to load the following public service "https://services.arcgis.com/Lq3V5RFuTBC9I7kv/arcgis/rest/services/annual_count_of_tropical_nights_projections_local_authority_v2/FeatureServer/0" in the sandbox but we are getting a number of errors and the layer does not render. It works fine in arcpro. Is it something linked…
-
Calcite Date Picker 年ドロップダウン
こんにちは。calcite date picker コンポーネント(calcite-input-date-picker)では、年はテキスト入力コントロールになっています。年の入力をドロップダウン表示にする新しいプロパティをコンポーネントに追加してほしいです(テキスト入力とドロップダウンピッカーの両方を許可するのが最適です)。マウスでの入力とキーボードへの切り替えを行き来するのはあまりユーザーフレンドリーではありません。 最小および最大の年の値を指定する方法も必要かもしれません。 ありがとうございます
-
Esriコールバックサンプルにおけるwindow.opener依存によるOAuthポップアップ認証失敗
こんにちはJS APIチーム、 私たちのSSOは強化されたセキュリティ対策を適用しており、意図的に`window.opener`をクリアする問題に直面しています。 現在、ArcGISプラグインを提供するOctave(別名EAM)との統合に取り組んでいます。彼らのクライアントアプリケーションはEsriが提供するサンプルとドキュメントに従っていますが、その結果として統合が現在壊れています:認証は成功しますが、`window.opener`が利用できないため、コールバックがOAuthレスポンスを親アプリケーションに返せなくなっています[1]。 EAM/Octaveを責めるべきではないと思います。彼らはドキュメント全体で参照されている[2],[3]…
-
Allow sorting layer list items without changing draw order
I have found discussion on this topic in couple of other threads (Permanently change the order in layer list widget , Choosing my own ordering of the layer options in a LayerList... ), but I'd like to bring it up here again as a concrete idea/request: I've heard from users several times that it would be handy for them to…
-
[esri.renderers.UniqueValueRenderer] #getSymbol() Please use getSymbolAsync if valueExpression is used
The following content comes from a translator, please forgive any inaccuracies. Thank you very much. Title SceneLayer throws "Please use getSymbolAsync if valueExpression is used" when swapping a UniqueValueRenderer with valueExpression at runtime Environment * ArcGIS Maps SDK for JavaScript version: 4.32 * Layer…
-
Popup Component Title Font Size
Hi. For my app, I need control over popups such that some open and close on hover and others on click. Therefore, I have disabled default popup for the view and am creating new popup components like below. Note that I'm intentionally using the component as my understanding is that widgets will be retired soon: //Create…
-
Runtime Feature Layers Not Detected by fetchPopupFeatures() in 5.1
I have been trying to build an application that can work even if the Enterprise Portal goes down. Because of this limitation, layers must be added at runtime. I cannot depend on a Webmap. I have not been able to find a non-deprecated way to get a Popup, Feature, or Features Component to detect a Feature or Map Image Layer…
-
Select graphics and features in layers with Sketch and Editor components
You can select graphics created from sketch in addition to features from existing layers on the map natively without any custom configuration, just with <arcgis-sketch> and <arcgis-editor> components. Here is an example app using <arcgis-sketch /> and <arcgis-editor />: *…
-
Query in PBF Format Returns Incorrect Geometry for POINT ZM Features
Hi Team, We're seeing an issue when querying a feature layer using PBF (f=pbf) output format. The returned geometry is incorrect for a specific POINT ZM feature, while the same query using JSON (f=json) returns the correct geometry. Feature Details Feature ID: 1596769 The geometry stored in the database is: POINT ZM…
-
Elevation Profile component - profile details open by default
I've added the elevation profile component to an application. IIs there is a way to have the details dropdown open by default?
-
Let JS SDK use network topology
Pretty simple idea. Allow the JS SDK be able to take advantage of network topology. It was to my utter surprise that I learned that Trace Networks have been a exposed capability at the server level for a while, and that it isn't just a "Pro" thing. See below screen shot (apologies for the quality - I took this picture at…
-
esriConfig.portalURL and <arcgis-map> component
Directing applications to an Enterprise Portal can be exceptionally frustrating, as evidenced by various solved posts on here. Using the CDN, it is relatively straightforward: just ensure the esriConfig is imported before the <body>; just like the reference doc show. Solution example using CDN: How to use…
-
Feature Layer browser memory consumption at version 5.x
Hi all, At version 5.x, we realized that the esri workers management for FeatureLayers had a very much higher memory consumption that at version 4.34 (2-3X!). It certain cases this leads to a crash of the browser. What is the reason for this and is it possible to have control over it ?
-
playwright and arcgis js sdk e2e tests
I am looking to integrate playwright in my map testing as i built some custom code around core library to take out the human factor, yet I cannot seem to find any documentation so that I can ensure to do it properly. Is anyone been able to do this successfully and is there any documentation anywhere that can help provide…
-
Using $arcgis.import() with self hosted SDK
Hello, In my organization, I can't use the CDN for data privacy reasons. I need to download the SDK and host it. I like the coding style offered by $arcgis.import() rather than using AMD and find it really convenient but I found out that it is not defined in the SDK downloaded:…
-
arcgis-basemap-gallery: Organize into groups
I'm wondering if the following is possible with the arcgis-basemap-gallery component (and if not, I would like to request it as a feature): Is there a way to organize basemaps in the basemap gallery into different groups for skimming/browsing purposes? For example, in one application, I define the `arcgis-basemap-gallery`…