Hey Guys,
i copied the v. 2.4. js to my own Webspace and included it. I also included the meta datas for the api key. Here is the first problem. Maybe i am wrong, but i dont know whats the right way to generate the api key. In the API Console i cant generate Keys for special API's . I just can turn the API'S on / off in a list and then i can generate one api key per website. So i locked the API's Maps v.2 and Maps v.3 on and generated a key for my domain :
<meta name="gmapkey" content="blablabla" />
Then here ist my code for the map:
<div>
<div class="tl"></div>
<div class="tr"></div>
<div class="bl"></div>
<div class="br"></div>
<div id="map">
<div class="GMapEZ GSmallZoomControl" style="height:88px; width: 100%;">
<a href="
http://maps.google.com/maps?ll=52.4071409,9.8111493&spn=0.009631,0.019419&z=19">EXTENT</a>
<a href="
http://maps.google.com/maps?ll=52.4071409,9.8111493&spn=0.009631,0.019419" title="My Place">YELLOW</a>
<div>
</div>
</div>
</div>
</div>
But my Browser only shows a field with the GMapEZ Logo and the Powered by Google Logo ( Screenshot:
http://i41.tinypic.com/674ec1.jpg ). So - what is wrong?