講習会用参考資料(txtファイル) PLATEAU https://www.mlit.go.jp/plateau/ Re:Earth https://reearth.io/ja/ ①建物モデル(熊谷市) https://plateau.geospatial.jp/main/data/3d-tiles/bldg/11202_kumagaya/notexture/tileset.json ②荒川L2(想定最大規模)(水面表現) https://plateau.geospatial.jp/main/data/3d-tiles/fld/11202_kumagaya/texture/arakawa_l2/tileset.json ③建物色分けコード { "show": "true", "color": { "conditions":[ [ "${_height} < 10", "color('#e00d3b' , 0.6)" ], [ "${_height}<40" , "color('#0de02d')" ], [ "true", "color( '#0d2ae0', 0.5)" ] ] } } ④水面色分けコード { "show": "true", "color":"color('#60b9ebff',0.6)" } ⑤ウィジェットの利用(プロジェクト管理画面⇒プラグイン)  アーカイブ.zip Plugin Editorの利用( Re:Rearth⇒ サポート⇒Plugin Editor) ⑤プラグインの事例(緯度、経度を入力し、ポイント表示)  sample.js Upload your plugin 熊谷市役所を表示(lat 36.14741 : lng 139.38898) 〇Project-PLATEAU/plateau-streaming-tutorialサイト(様々な3D都市モデルデータが保存されています) https://github.com/Project-PLATEAU/plateau-streaming-tutorial/blob/main/3d-tiles/plateau-3dtiles-streaming.md