Skip to content
New issue

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

画面中心から半径1km以内の施設一覧取得 #15

Open
yuskesuzki opened this issue Dec 2, 2014 · 1 comment
Open

画面中心から半径1km以内の施設一覧取得 #15

yuskesuzki opened this issue Dec 2, 2014 · 1 comment

Comments

@yuskesuzki
Copy link
Contributor

ol.extent.containsCoordinate(extent, coordinate) を用いることで、描いたポリゴンのextent情報に coordinate で指定した緯度経度座標が含まれるか確認ができる模様。

このAPIを用いて
・画面の中心から半径1kmの多角形ポリゴンを作成
・ポリゴンの extent 情報を取得
・施設 geojson ファイルに含まれる施設座標�がポリゴンのextent情報に含まれるか確認
・ポリゴンに含まれる施設情報�を一覧取得
という処理を実装したい。

@yuskesuzki yuskesuzki changed the title 画面中心から半径1km以内no 画面中心から半径1km以内の施設一覧取得 Dec 2, 2014
@yuskesuzki
Copy link
Contributor Author

円を描写したときに含まれる施設をconsoleに吐き出す処理は記述済み。
次回push時に反映される。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant