vue-leaflet/Vue2Leaflet

Idea: use LControlLayers, lControlZoom other place than direct child

Open

#471 建立於 2019年11月11日

在 GitHub 查看
 (2 留言) (1 反應) (0 負責人)JavaScript (1,942 star) (380 fork)batch import
confirmedenhancementhelp wanted

描述

Hi!

This is more an idea. I use the map in multiple place in my application, and I have to setup the basic stuff over and over. Fortunately, the LTileLayer can be anywhere (since it uses the findReadParent). It's the most complicated to configure over and over..

But LControlZoom / LControlLayers for example need to be direct children of LMap.

I have a custom component that I would like to do something like:

<template>
  <div>
     <l-control-zoom position="topright" />
     <l-control-layers position="bottomright" />
     <l-tile-layer ..../>
  </div>
</template>

thanks!

貢獻者指南

Idea: use LControlLayers, lControlZoom other place than direct child · vue-leaflet/Vue2Leaflet#471 | Good First Issue