Widget:Floors2gis

Материал из ultracity
Версия от 11:48, 7 апреля 2025; Rodion (обсуждение | вклад) (Новая страница: «<widget> <html> <div id="container" style="width: 800px; height: 600px;"></div> <script> function initMap() { const map = new mapgl.Map('container', { center: [55.278765, 25.197039], zoom: 19, rotation: -3, pitch: 45, key: 'Your API access key', }); } </script> <script src="https://mapgl.2gis.com/api/js/v1?callback=initMap" async defer></script> </html> </widget>»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигации Перейти к поиску

<widget> <html>

<script> function initMap() {

   const map = new mapgl.Map('container', {
       center: [55.278765, 25.197039],
       zoom: 19,
       rotation: -3,
       pitch: 45,
       key: 'Your API access key',
   });

} </script> <script src="https://mapgl.2gis.com/api/js/v1?callback=initMap" async defer></script> </html> </widget>