= require('2gis-maps');
var map = DG.map('map', {
'center': [54.98, 82.89],
'zoom': 13
});
"Error: Map container not found."
тебя не смущаят разница в синтаксисе: <body> <div id="map" style="width: 100%; height: 400px;"></div> <script> DG.then(function() { DG.map('map', { center: [54.98, 82.89], zoom: 13 }); }); </script> </body> https://api.2gis.ru/doc/maps/ru/examples/base
Обсуждают сегодня