古いバージョンのコードをChatGPTに書き直してもらった
View download.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export defaul function() { | |
var doctype = | |
'<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">'; | |
var prefix = { | |
xmlns: "http://www.w3.org/2000/xmlns/", | |
xlink: "http://www.w3.org/1999/xlink", | |
svg: "http://www.w3.org/2000/svg" | |
}; |
View README.md
millerコマンドの解説に使ったサンプルcsv
View README.md
source: Natural Earth
View README.md
高崎市にあるヤマダ電機から、車で5分以内、10分以内、20分以内に到達可能なエリア(到達圏)を算出し、統計局の「小地域(町丁・字等別)男女別人口総数及び世帯総数」と組み合わせて、到達圏ごとの男女年代別人口を計算。
このあたりの計算はすべてQGISを計算し、計算結果をGeoJSONとして出力してleaflet.jsを用いて表示している。
View .block
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
View README.md
leaflet@1.5.1 と d3@5.0.0 を使って地図上にポリゴンを表示するサンプル
View Readme.md
leaflet@1.5.1とd3@5.0.0を用いて、地図上にsvg circleを表示するサンプル
View .block.md
height: 900 scrolling: no border: yes
NewerOlder