Current location spot on Google maps on iphone ios7 looks strange - google-maps-sdk-ios

I have two apps both using the newest version of google maps sdk 1.4.0
There's a weird issue I'm seeing on ios7 where the user's current location is surrounded by a white square (see image below)
I'm not really doing any funky things with the map, just that pin image over the map. Any ideas how to fix this?

It's a known issue on Simalutor. Both iOS 7 and 8.
Works fine on real devices.
You can check the issue in google maps api bug tracker here.

Related

Openlayers 3 Base layers showing strips on Chrome

Just today I found this bug. It shows strips on baselayers. The image below shows how it looks in OpenStreet map and Mapbox. The strips are not there on Firefox.
My Chrome version is 59.0.3071.109 (Official Build) (64-bit).
My Openlayers version is 3.20.1
Is there any fix for it?
The primary reason for this is raster reprojection. If your base layer is in a different projection than your view, OpenLayers will reproject the images of the tile source.
But the particular issue you are seeing was fixed in v4.0.0 (see https://github.com/openlayers/openlayers/pull/6344). So upgrading to a newer version will resolve the problem.

Unwanted Horizontal & Vertical lines appearing on embedded Google Map API 3 - Chrome

I'm using the WP Google Maps Pro plugin on my Wordpress site to display various maps (API 3):
http://www.escalamadrid.com/roca-real/
In chrome for OS X, I'm getting a 1px horizontal white line when displaying the map:
This only seems to affect Google Chrome. I've tested in Safari and Firefox and the problem does not occur. I've attempted disabling some chrome extensions but to no avail.
Issue no longer occurs in Chrome Version 37.0

Google Maps - How to remove lines

I am trying to turn off main lines (grid map) in google maps api for web, but I do not know how to do. I was trying to set borders to 0, but it still display on map.
Thank you in advance for help.
I think this is a bug with the latest version of Chrome. It happens on my site http://www.shortwave.am as well but only on the newest Chrome version and not Chrome 33.0.1750.154 or Firefox.

Bing maps with world spanning polygons not working in IE7 and IE8

I have an application using Bing Maps that draws polygons on a map. For most polygons, the system works fine, and shows the shape correct. However, with huge polygons (covering almost the entire planet), I get errors in IE7 and IE8. The errors are related to a setSize method within the map script (veapicore.js). The map works correctly in IE9 and FF (still working on Chrome). The page is [http://data.nbr.org/Mapping/chinamissilerange]. The first two checkboxes work fine, the third is where the problem is (803 Brigade Base 55).
I can't figure out what could be causing the problem. Does anyone know what this issue could be?
Thanks,
Erick
I have solved this question. It turns out that IE7 and IE8 have issues with this particular API when everything isn't finished loading. Moving the map javascript to $(window).load fixed the issue.

Google maps issue when zooming (Firefox and IE)

I have a problem with google maps. Zooming is not smooth in FF and IE (in Chrome works well)
Could you please check this google demo (Problem is also reproducible here.):
http://code.google.com/apis/maps/documentation/javascript/examples/places-autocomplete.html
Is there any way to make it smooth?
UPDATE:
I have found a solution. I set my app to use v=3.4 version of google map api. Zooming is smooth now.