Fix recent reports display for RMO
I broke it when I change the multipoint map
This commit is contained in:
parent
de63a47c64
commit
c254bf6b48
1 changed files with 4 additions and 3 deletions
|
|
@ -242,10 +242,11 @@ document.addEventListener('DOMContentLoaded', onLoad);
|
||||||
<div class="card-body p-0">
|
<div class="card-body p-0">
|
||||||
<div class="map-container">
|
<div class="map-container">
|
||||||
<map-multipoint
|
<map-multipoint
|
||||||
api-key="{{ .MapboxToken }}"
|
|
||||||
id="map"
|
id="map"
|
||||||
latitude="36.3"
|
xmax="-118.0"
|
||||||
longitude="-119.2"
|
ymax="37.0"
|
||||||
|
xmin="-119.0"
|
||||||
|
ymin="36.0"
|
||||||
tegola="{{ .URL.Tegola }}"
|
tegola="{{ .URL.Tegola }}"
|
||||||
zoom="9"
|
zoom="9"
|
||||||
></map-multipoint>
|
></map-multipoint>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue