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.
レイヤーをグループ化し、グループ化されたすべてのレイヤーで形状を表示するのに最適な範囲にズームする簡単な方法 (レイヤーの範囲を個別に取得して計算を行う以外) はありますか?
解決:
bounds = @get('siblingsLayer').getDataExtent() bounds.extend(@get('vectorLayer').getDataExtent()) bounds.extend(@get('parentLayer').getDataExtent()) @get('map').zoomToExtent(bounds)