I want to insert Google maps v3 with an overlay of my travels.
I encounter three problems.
I have inserted the code [[ googlemaps_v3 ]] in my Page (see:
http://opavontuurinnamibie.nl/?p=testing)
#1 when selecting the Satellite mode I get an orange result when sub-selecting Labels.
#2 when adding the overlay parameter pointing to my ilm, only the overlay is displayed on an orange background. When zooming for a split second I see the buildup of Map or Satellite, but it is overwritten with my orange overlay.
The content of the overlay though is exactly as I have created in Google Earth.
#3 in all modes the navigation buttons on the lefthand side of the screen have a orange background color.
Q: what am I doing wrong?
<update>
Have tracked the issue to a flaw in the Theme Vacation.
In the stylesheet of Vacation there is some code that forces an orange background whereas Googlemaps wants transparency.
- Code: Select all
.read img {
padding:5px;
border:1px solid #555;
background:#DF8B31;
}
When you render the ing obsolete, the GoogleMaps extention works fine in theme Vacation.
Coen