そのため、いくつかのベース マップ レイヤー (google、bing、osm) を含む openlayers を使用し、KML レイヤーを使用して、どこにでも目印を配置しています。マップの中心と最適なズーム レベルを計算する最良の方法は何ですか?
ありがとうございました!
kml スニペット:
<Placemark>
<name>foo</name>
<description>
foobar
</description>
<Point>
<coordinates>lat,lon</coordinates>
</Point>
</Placemark>