mustardBees/cmb_field_map

Marker not showing

MohammadSabbagh opened this issue · 0 comments

Hi,

Thanks for nice plugin

I found that marker is not showing

by editing script.js line 39 to

`

           marker.setPosition( latLng );

	if ( latitude.val().length > 0 && longitude.val().length > 0 ) {
		//marker.setPosition( latLng );
	}

`

make it working

I hope this help

Thanks