MAPG-80 [WIP] mark guessable area on static map
Some checks are pending
test_pipeline test_pipeline #4

This commit is contained in:
Bence Pőcze 2020-05-30 17:56:36 +02:00
parent a27aece4fa
commit 721899d7f5

View File

@ -25,7 +25,7 @@
<div class="title"> <div class="title">
<p class="title"><?= $map['name'] ?></p> <p class="title"><?= $map['name'] ?></p>
</div> </div>
<img src="https://maps.googleapis.com/maps/api/staticmap?size=375x200&visible=<?= $map['bound_south_lat'] . ',' . $map['bound_west_lng'] . '|' . $map['bound_north_lat'] . ',' . $map['bound_east_lng'] ?>&key=<?= $_ENV['GOOGLE_MAPS_JS_API_KEY'] ?>" width="375" height="200"> <img src="https://maps.googleapis.com/maps/api/staticmap?size=375x200&path=color:0x0000ff40|weight:3|fillcolor:0x0000ff20|<?= $map['bound_south_lat'] . ',' . $map['bound_west_lng'] . '|' . $map['bound_north_lat'] . ',' . $map['bound_west_lng'] . '|' . $map['bound_north_lat'] . ',' . $map['bound_east_lng'] . '|' . $map['bound_south_lat'] . ',' . $map['bound_east_lng'] . '|' . $map['bound_south_lat'] . ',' . $map['bound_west_lng'] ?>&key=<?= $_ENV['GOOGLE_MAPS_JS_API_KEY'] ?>" width="375" height="200">
<div class="inner"> <div class="inner">
<div class="info"> <div class="info">
<p> <p>