Merge pull request #1235 from openclassify/4879

#4879 maps location screen
This commit is contained in:
Fatih Alp 2021-12-02 11:15:50 +03:00 committed by GitHub
commit a48151e290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,5 +1,8 @@
{% if(adv.map_Val == "") %}
{{ trans('visiosoft.module.advs::field.no_location') }}
<div class="d-flex flex-column justify-content-center text-center bg-white h-100">
{{ img('visiosoft.module.advs::images/emptystate.jpg') }}
{{ trans('visiosoft.module.advs::field.no_location') }}
</div>
{% else %}
{% set map_arr = adv.map_Val|split(',') %}
<div id="mapDiv" style="height: 500px; width: 100%;"></div>