/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
extensions/interactions/InteractiveMap/directives/interactive-map-response.component.html
22 строки
468 B
Srijan Reddy
Fix part of #9749: Migrate interactive map, logic proof, multiple choice input, set input and text input interactions. (#12788)
26 май 2021, 18:21
Не верифицирован
26 май 2021, 18:21
7a95c34
Код
Авторство
О чём код?
<div> <div class="oppia-overlay-map-response"></div> <div leaflet id="interactiveMap" class="oppia-interactive-map" [leafletOptions]="mapOptions"> <div *ngIf="mapMarkers" [leafletLayer]="mapMarkers"></div> </div> </div> <style> .oppia-overlay-map-response { height: 100%; opacity: 0.5; position: absolute; width: 100%; z-index: 1001; } .oppia-interactive-map { height: 150px; width: 150px; } </style>