MAPG-80 [WIP] mark guessable area on static map
Some checks are pending
test_pipeline test_pipeline #4
Some checks are pending
test_pipeline test_pipeline #4
This commit is contained in:
parent
a27aece4fa
commit
721899d7f5
@ -25,7 +25,7 @@
|
||||
<div class="title">
|
||||
<p class="title"><?= $map['name'] ?></p>
|
||||
</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="info">
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user