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.

3 Responses to “PlazesMap plugin version 0.2”

  1. PlazesMap plugin version 0.2 at WordPress Station Says:

    […] 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”; } […]

  2. Guillaume Rischard Says:

    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!

  3. tijs Says:

    Cool Guillaume! please send them my way i’ll incorporate the fixes in a 0.3 release right away.

Leave a Reply

You must be logged in to post a comment.