Skip to content
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.

Map not display! #332

Open
snakom23 opened this issue Jun 8, 2017 · 1 comment
Open

Map not display! #332

snakom23 opened this issue Jun 8, 2017 · 1 comment

Comments

@snakom23
Copy link

snakom23 commented Jun 8, 2017

//geocomplete init
$(function() {
	$("#form #address").geocomplete({
		map: "#map_canvas",
		mapOptions: {
			zoom: 10
		},
		markerOptions: {
			draggable: true
		},
		details: "#form",
	});
});

i get grey background!!????
senza titolo-2

@serval92
Copy link

serval92 commented Jun 18, 2017

Hi. Try this :
//geocomplete init $(function() { $("#form #address").geocomplete({ map: "#map_canvas", mapOptions: { zoom: 10, mapTypeId: "satellite" }, markerOptions: { draggable: true }, details: "#form", }); });

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants