|
|
@ -24,6 +24,7 @@ $(".view-main").on("card:close", ".card-expandable", function () { |
|
|
|
$(".view-main").on("card:closed", ".card-expandable", function () { |
|
|
|
$(".ptr-preloader").removeClass("display-none"); |
|
|
|
$(this).removeClass("card-expandable"); |
|
|
|
leafletgllayer._glMap.setPitch(0); |
|
|
|
leafletmap.invalidateSize(); |
|
|
|
}); |
|
|
|
|
|
|
@ -54,6 +55,7 @@ function openReceiveCard() { |
|
|
|
function openMapCard() { |
|
|
|
$("#map-card").addClass("card-expandable"); |
|
|
|
app.card.open("#map-card"); |
|
|
|
leafletgllayer._glMap.setPitch(40); |
|
|
|
leafletmap.invalidateSize(); |
|
|
|
} |
|
|
|
|
|
|
|