We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ol.extent.containsCoordinate(extent, coordinate) を用いることで、描いたポリゴンのextent情報に coordinate で指定した緯度経度座標が含まれるか確認ができる模様。
このAPIを用いて ・画面の中心から半径1kmの多角形ポリゴンを作成 ・ポリゴンの extent 情報を取得 ・施設 geojson ファイルに含まれる施設座標�がポリゴンのextent情報に含まれるか確認 ・ポリゴンに含まれる施設情報�を一覧取得 という処理を実装したい。
The text was updated successfully, but these errors were encountered:
円を描写したときに含まれる施設をconsoleに吐き出す処理は記述済み。 次回push時に反映される。
Sorry, something went wrong.
No branches or pull requests
ol.extent.containsCoordinate(extent, coordinate) を用いることで、描いたポリゴンのextent情報に coordinate で指定した緯度経度座標が含まれるか確認ができる模様。
このAPIを用いて
・画面の中心から半径1kmの多角形ポリゴンを作成
・ポリゴンの extent 情報を取得
・施設 geojson ファイルに含まれる施設座標�がポリゴンのextent情報に含まれるか確認
・ポリゴンに含まれる施設情報�を一覧取得
という処理を実装したい。
The text was updated successfully, but these errors were encountered: