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

コントロールの表示順を指定できるようにしたい #195

Open
naogify opened this issue May 21, 2021 · 3 comments
Open

コントロールの表示順を指定できるようにしたい #195

naogify opened this issue May 21, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request Priority: Low The issue has low priority

Comments

@naogify
Copy link
Member

naogify commented May 21, 2021

マップのコントロール(ナビゲーション・スケール・ジオロケーションコントロール等)の表示順を指定できるようにしたい。

下のように embed api で指定した時に、添付画像のようにスケールコントロールが上に表示されてしまう。
コントロールの表示順を指定したいケースもあると思うので、オプション属性の指定順等で表示順を指定できるようにしたい。

    <div
    style="height: 300px"
    class="geolonia"
    data-lat="35.681236"
    data-lng="139.767125"
    data-zoom="16"
    data-navigation-control="on"
    data-geolocate-control="on"
    data-fullscreen-control="on"
    data-scale-control="on"
    data-navigation-control-position="bottom-right"
    data-geolocate-control-position="bottom-right"
    data-fullscreen-control-position="bottom-right"
    data-scale-control-position="bottom-right"
  ></div>

スクリーンショット 2021-05-21 11 11 06

Related to #193 (comment)

@naogify naogify self-assigned this May 21, 2021
@kamataryo
Copy link
Contributor

Embed 本体に取り込む上でコントロールの順番制御の機能は想定されるユースケースが少なく感じます。
なお、コントロールを off にして独自にコントロールを追加する JavaScript を書けば順番制御は実装できます。

@miya0001
Copy link
Member

うーん、そうですねー、これは @kamataryo が言う通り JS でやってもらったほうがいいかな。
この Issue はとりあえずしばらく開けっ放しにしておきましょう。

@naogify
Copy link
Member Author

naogify commented May 21, 2021

@kamataryo @miya0001
表示順をオプションで指定できる方が便利かなと思ったのですが、分かりました。
具体的に必要なケースが出るまでおいておきます…!

@kamataryo kamataryo added enhancement New feature or request Priority: Low The issue has low priority and removed Priority: Low labels Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority: Low The issue has low priority
Projects
None yet
Development

No branches or pull requests

3 participants