PlazesMap plugin version 0.2
I just released version 0.2 of the Wordpress PlazesMap plugin that displays a google map with your plazes location on your weblog.
This version handles the offline status better and displays plazes errors if the server returns any.
November 22nd, 2005 at 23:46
[…] tijs.org A new and updated plugin to map, using Google Maps, your Plazes-a new online concept of tracking Plazes, network places, so to speak. Google Maps Plaze WordPress // Used for showing and hiding user information in the comment form function ShowUtils() { document.getElementById(”authorinfo”).style.display = “”; document.getElementById(”showinfo”).style.display = “none”; document.getElementById(”hideinfo”).style.display = “”; } function HideUtils() { document.getElementById(”authorinfo”).style.display = “none”; document.getElementById(”showinfo”).style.display = “”; document.getElementById(”hideinfo”).style.display = “none”; } […]
November 24th, 2005 at 14:54
I have a couple of minor bug fixes. One is a misplaced before the map, the other is a s/&/&/ for the google API key javascript URL, the third one is the usage of the variable that determines whether satellite, map or hybrid view is used. Email me if you want me to send patches.
I also adapted your code for a friend’s website at http://woof.lu . When he’s online, it displays a cool full screen plazes map.
Thanks for the nice plug-in!
November 24th, 2005 at 17:39
Cool Guillaume! please send them my way i’ll incorporate the fixes in a 0.3 release right away.