問題タブ [d3.geo]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
d3.js - d3.jsマップチャートの描画長方形
geojson を使用して UAE 首長国の地図を描画しようとしています。
geojson は有効で、geojson.io で検証されます。結果は map arectangle の代わりに表示されます。記述されたコードは次のとおりです。
JSON データはこちら: https://files.fm/f/ndsz3v85
次に、geojson の機能の例を示します。
d3.js - topojson ファイルをデータマップで動作させるにはどうすればよいですか?
カスタム topojson ファイルを読み込もうとしていますが、次のエラーが発生します。
未定義のプロパティ「タイプ」を読み取ることができません
topojson.min.js v1.6.9 のこの 219 行から
o.type === "GeometryCollection" を返しますか? {
カスタム topojson ファイルで動作する新しいバージョンを取得できなかったため、d3 v3.5.3 と topojs v1.6.9 を使用しています。
Utah_Municipalities_custom.topojson
topojson ファイルに何か問題があるのではないかと推測しています。または、新しいバージョンの topojson などを使用してこのマップを作成する方法を理解する必要があるかもしれません...