take the map type from the map, don't force it

This commit is contained in:
Vasil Kolev 2015-07-11 13:29:44 +03:00 committed by Openfest
parent 48dd874dfe
commit 2afb0ce65b
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ function transport_shortcode() {
?> ?>
</section> </section>
<?php <?php
echo do_shortcode( '[ready_google_map id="1" map_language="en" type="HYBRID" align="right"]' ); echo do_shortcode( '[ready_google_map id="2" map_language="en" align="center"]' );
$result .= ob_get_contents(); $result .= ob_get_contents();
ob_end_clean(); ob_end_clean();