2016-11-02 7 views

ответ

1

Вы можете также работать вокруг с HTML/CSS + MapBox стилей CSS, включив и позиционирование div внутри карты div обертку с помощью mapboxgl-ctrl-attrib классов (example):

<div id="map"> 
    <!-- Modify the style: right position so it matches with the mapbox attribution --> 
    <div id="attribution" class="mapboxgl-ctrl mapboxgl-ctrl-attrib mapboxgl-ctrl-bottom-right" style="position: fixed; bottom: 0; right: 230px;"> 
     <a href="*">Attribution 1</a> &nbsp;|&nbsp; 
     <a href="*">Attribution 2</a> &nbsp;|&nbsp; 
     <a href="*">Attribution n</a> &nbsp;| 
    </div> 
</div> 

 Смежные вопросы

  • Нет связанных вопросов^_^