Category: t Google Map

  • 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…

  • In search of the elusive Google default marker

    For a number of years now I have been developing a Google Maps plugin for WordPress <end of plug>, I have even created a script to dynamically generate coloured markers with custom text. This is a great solution for hosting your own markers, but is has a lot of overhead, having to host a custom…

  • Google Map v2.0 released – rewritten code supporting API v3 and gpx downloads!

    Google Map v2.0 has now been released. Rewritten code supporting latest WordPress and Google Map API v3 features. Allow your readers to downloads your maps to GPS via GPX files. Give your readers the exact coordinates to your location. Download from the WordPress plugin repository. The following examples use the included example.xml file. Marker Z…

  • GoogleMap v1.5 – an inline Google map plugin for WordPress

    Recently updated and confirmed still working with WordPress 3.0. The following examples use the included example.xml file. Marker Z – no HTML, nonclickable. Marker 1 – standard maker with some text. Marker Default – no icon defaults to standard Google Maps marker. Marker $ – some symbols can even be displayed on a marker and…

  • Google Map v1.4.7 – inline WordPress Google Maps

    I have released an updated version of Google Map which allows for coloured and variable text markers, see the example below. tgm(example.xml) Unfortunately, it now requires FreeType being compiled into PHP. If FreeType is not installed only the default marker and markers A-Z will be usable, with anything else being replaced with the default marker.…

  • 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.

  • GoogleMap v1.4.5 – an inline Google map plugin for WordPress

    GoogleMap v1.4.5 is now available with significant improvements, including The Google Maps Javascript and GoogleMap Javascript is downloaded only as needed, speeding up page loading of all pages without maps. Removal of <head> code means GoogleMap will only be present when called. Compressed GoogleMap code. Multiple maps can now be created in a single post!…

  • tGoogleMap v1.4

    tGoogleMap version 1.4 has been released with two major improvements. Manual zoom parameter added. Google uses an integer value from 0 to 17 (where 0 is the furthest away), to determine the map’s zoom level, this value can now be incorporated into tGoogleMap as follows: tGoogleMap(example.xml, 4). The zoom is an optional parameter and if…

  • tGoogleMap v1.3.1

    tGoogleMap v1.3.1 has been released, with 2 improvements. Fixed a problem with cross domain xml files. As reported by Erik on tGoogleMap support forum. Added improved output for when directly calling tGoogleMap.php Before Google bots would have picked it up as Fatal error: Call to undefined function get_option() in /home … Now Google will see:…

  • tGoogleMap v1.3

    I have finally managed to get WordPress to update the version number. This problem was due to not updating the version number in the PHP file as well as the readme.txt. Version 1.3 fixes a problem with tGoogleMap not displaying correctly when a WordPress blog isn’t located in the domain folder. I have seen a…