You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.Import the following JS classes.
<script src="http://maps.google.com/maps/api/js?sensor=true"
type="text/javascript"></script>
<script src='js/jquery-ui-map/ui/min/jquery.ui.map.full.min.js'></script>
<script
src='js/jquery-ui-map/ui/min/jquery.ui.map.microformat.min.js'></script>
<div class="row padding-md">
<div class="col-lg-12">
<div id="map_canvas" class="map rounded"></div>
</div>
</div>
$(function() {
$('#map_canvas').gmap({'zoom': 2,
'zoomControl': true,
'panControl': false});
});
What is the expected output? What do you see instead?
It should show the Buttons with a right size but it doesnt(Attached the image).
What version of the product are you using? On what operating system?
jquery-ui-map-3.0-rc.zip
Original issue reported on code.google.com by [email protected] on 1 May 2014 at 4:29
Original issue reported on code.google.com by
[email protected]
on 1 May 2014 at 4:29Attachments:
The text was updated successfully, but these errors were encountered: