Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定の kml 建物を表示または非表示にするために JavaScript を使用したいと考えています。方法はありますか?
「それについてすべて知っているとすれば」、あなたはその特定の建物のIDも持っていると思います。 その場合は、このコード サンプルを使用して非表示にすることができます。
var myKmlPlacemark = ge.getElementById("myId"); myKmlPlacemark.setVisibility(false);
要素のIDがない場合は、ロジックを変更してIDを取得することをお勧めします。すべてがずっと簡単になります! さよなら