Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maplace icon(markers) display and zoom issue #190

Open
samran123 opened this issue Dec 26, 2018 · 0 comments
Open

maplace icon(markers) display and zoom issue #190

samran123 opened this issue Dec 26, 2018 · 0 comments

Comments

@samran123
Copy link

samran123 commented Dec 26, 2018

i am facing the issue related to map zoom , i have set a zoom on map but when the distance is too far to close markers are not appears , if appears not in proper way all are not there or may be hided user one another.
here is the code i am using for it.

var map = new Maplace( {
locations: Locations,
map_div: 'body #gmap',
show_markers: true,
draggable: false,
controls_type: 'dropdown',
controls_on_map: true,
generate_controls:true,
type:'marker',
view_all: true,
start: 0,
map_options: {
zoom: 8
},
} ).Load();

how can i fix this issue , or how can i add the auto zoom of map?

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

No branches or pull requests

1 participant