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.
簡単な「例」 - 特定の地域内に数百万のポイントがあります。すべてをロードし、GeoAdmin で 9 ヤード全体を表示できるようにします。
そう。マップ上のすべてのポイントを表示し、ズーム レベルに基づいて表示するにはどうすればよいですか? そこに簡単な例はありますか?
django用に書いたGTileOverlaylassを使用できます。それはたくさんのポイントを持つクエリセットを取り、それからそれらを256 * 256の正方形に分割して、グーグルマップに簡単にオーバーレイできるようにします。
プロジェクトのURL