Status Update
Comments
he...@gmail.com <he...@gmail.com> #2
This is to confirm that we plan to resume the rollout of the new cross-signed root CA certificate as described in
The rollout will be very gradual, with incremental launches across the Google Maps Platform services and regions, and its phases will proceed depending on engineering evaluations rather than by a defined timetable. The change will be transparent to the vast majority of Google Maps Platform API clients, including all mainstream maintained OS versions.
For more information, please see the FAQ resources listed in
ed...@google.com <ed...@google.com>
cl...@gmail.com <cl...@gmail.com> #4
Here are several sources that can be used to help you split the root.pem file into 1 file per certificate, if required by your tooling and software environment:
-
-
-
As an immediate fix to get your Google Maps Platform requests working again, the main certificate to install is the "GTS Root R1" certificate, which begins at line 896 in the current roots.pem file. Please note that this issue may reoccur in the future if you don't install all the certificates.
ti...@gmail.com <ti...@gmail.com> #5
To help customers using Java or Mozilla NSS, we have updated the Java keytool
and NSS certutil
sections in our
ed...@google.com <ed...@google.com> #6
Dear developers, the new GTS Root R1 Cross certificates have now fully rolled out to all Google Maps Platform services.
Description
I've noticed a little bug while playing with your API.
I've built a resizable two-fold layout with a Map on one side and a Panorama on the other side (both being synchronized).
It happens that, when the map is resized, at some point the pegman jumps back to the upper left hand corner of the screen (while the panorama POV remains the same).
You can check the following JSFiddle :
* At the beginning, the Pegman is on Oleron Island, France, which is fine because it's a great destination for holidays.
* If you move the vertical bar up to 'Angouleme' city, everything is still OK (1st picture attached, pegman1.jpg).
* But when you reach 'Cognac' city, you'll notice that the Pegman jumps into the ocean (see pegman2.jpg attached)
Thanks for having a look at this.