-
Notifications
You must be signed in to change notification settings - Fork 125
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
Cluster Icon not showing #352
Comments
#282 Some people here also experience this issue, but it was closed. |
We can also see the issue on your own demo: https://mapsplugin.github.io/ionic-googlemaps-quickdemo-v4/marker-cluster So it is not a problem with the code that I have. |
That's a bug of Google Maps API. Not this plugin. There is no solution, except changing zoom level to redraw the map. |
Is there a issue open you can redirect me to this specific issue with google maps api? I am trying to find it but i couldnt find it. What do you mean by "changing the zoom level to redraw the map". |
The maps plugin adds necessary marker on the map properly. But the Google maps does not render for some reason. |
Also "all" source code is open. You can check the code. If you find a problem, please send a pull request. |
The zoom in and zoom out doesn't work since the clustered icons do not work any time. |
@wf9a5m75 Thanks for the response. I tried it and is still not working properly. The markers within the cluster do show up, but either they do not cluster or the clustered Icon is transparent. |
I had the same issue when I was running it with livereload on my device. After I have created the release build I can see the cluster images. What I also tried on the livereload version was linking the image to an http url and it showed up that way. |
@nosTa1337 I tried using http urls but it still does not work. You cannot livereload with this project because it requires you to run ionic cordova run browser, but that itself does not support livereload. I tried using a --prod --release build but it does not work. |
@wf9a5m75 This is quite a critical issue. Are there any updates on it? |
Same issue. This not working. |
I'm submitting a ... (check one with "x")
If you choose 'problem or bug report', please select OS: (check one with "x")
cordova information: (run
$> cordova plugin list
)If you use
@ionic-native/google-maps
, please tell the package.json (only@ionic-native/core
and@ionic-native/google-maps
are fine mostly)Current behavior:
Before, it was working but now this issue is a problem with ABSOLUTELY no change in the code.
The issue is that the marker cluster icon does not show up at all.
Expected behavior:
The expected behavior is for the cluster icon to show up and me being able to click on it.
Screen capture or video record:
https://user-images.githubusercontent.com/22110394/107268339-de77cb80-69fc-11eb-9928-7a67fb773a6d.mov
Related code, data or error log (please format your code or data):
The text was updated successfully, but these errors were encountered: