Skip to content
This repository has been archived by the owner on Jun 16, 2019. It is now read-only.

googlemap clustered markers do not expand well in Satellite view #151

Open
almasri9 opened this issue Jan 31, 2019 · 2 comments
Open

googlemap clustered markers do not expand well in Satellite view #151

almasri9 opened this issue Jan 31, 2019 · 2 comments

Comments

@almasri9
Copy link

The clustered markers are not expanding well in Satellite view while they expand well in Map view.

To reproduce it:

  1. goto: http://www.alaqarie.com/map/show-map (Map view)
  2. make sure the selected Country is UAE
  3. click on the cluster (11), two smaller groups are shown (8) and (2)
  4. Keep on clicking on the groups until all the markers are shown (This is good).
  5. Now, repeate steps 1-4 but after step How about a bower.json and registering the package? #1 select (Satellite view)
  6. Notice that expanding the clusters does not expand all the way to show all the markers!

I contacted google support, but they asked me to contact you because you are the owner of the related API.

Please let me know how to fix this issue.

Thanks.

@betofarina
Copy link

This issue has being reported in the Maps Platform Technical Support.
It looks like while in "Satellite" view, after a certain amount of "zoom" level the marker cluster stays, not being able to see the individual markers.

Could you give us any feedback on this?

@JanGross
Copy link

JanGross commented May 3, 2019

@betofarina @almasri9
The problem is the satellite view being limited to a lower zoom level than map view.
I worked around that issue by setting maxZoom to 20 instead of 21 (which worked on map view) .
Weirdly enough, map.mapTypes[map.getMapTypeId()].maxZoom was not correct and returned 22 even for 'satellite'.

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

3 participants