Tag: markers

  • Google Map v2.1 released – now with KML support

    The release of Goole Map version 2.1 supports KML files which once displayed can even be downloaded as GPX files. Download from the WordPress plugin repository. The following example uses the included example.kml file. tgooglemap(example.kml) The following examples use the included example.xml file. Marker Z – no HTML, nonclickable. Marker 1 – standard maker with…

  • Dynamic Google Maps circle markers/icons with PHP

    A while back I posted on how to create dynamic Google maps markers which allow for any colour and any text in the classic Google map style. Recently, I have had a need to do the same with circular markers. It uses the ‘Image Smooth Arc‘ function provided by Ulrich Mierendorff. Similarly, I provide a…

  • Dynamic Google Maps markers/icons with PHP

    I am a avid fan of Google’s Map API, have even have created my own WordPress Google Maps plug-in (tGoogleMap), but one feature that I find lacking are customisable markers, with the need to include an image file for every customisable marker, now if you want a selection of colours and labels this creates a…

  • Google Map version 1.4.6.1

    Latest offering has cleaned up JavaScript, improved error handling, improved RoboGEO handling of XML, but main features are. Icons now support letters ‘A’ to ‘Z’. Non clickable markers if no ‘html’ element is present. In the below example Marker Z is not clickable. tgooglemap(example.xml) Download the latest from the WordPress repository.