JGooMap Button Editor Plugin

Insert a Google Map right into your site's articles! The JGooMap button editor plugin has the ability to insert a Google map into an article. It has features such as adding markers, changing dimensions and displaying the controls you want. No need to install extra components, JGooMap is a stand alone plug-in. Please feel free to try!

Change Log
===========
Version 0.16.0
* Ability to dynamically resize the map in JGooMap Editor
* Ability optional choose to open the tool's map in a iframe shadow box or a new window.
* Ability to turn on and off the Google Search Bar in the tool's map.
* Added the option for default controls.
* Ability to add the 3D Large Map control to a map.

Version 0.15.0
* Fixed issue when javascript is inserted with TinyMCE 3.2.4.1+ and Joomla 1.5.14 the script tag is filtered incorrectly by the content editor while saving.
* Added installation help file.
* Add upgraded method to install file.
* Added width parameter for the Info Window.
* Added width parameter for the Marker's Info Window.

Version 0.14.2
* Using GMap2 class instead of GMap class.
* Fix issue with TinyMCE 2.0 and IE for Joomla version 1.5.0 to 1.5.12.

Version 0.14
* Change Name to JGooMap
* Changed License to GPL.
* Interface Change to accommodate smaller screens.
* Add Go button to quickly pan map to desired location of latitude and longitude.
* Ability to add the Google Search Bar
* Ability to add routes to the map.
* Add functionality to disable controls when setting map to fixed position.
* Disable some controls when others are enabled.
* Ability to change marker's title.

Version 0.13
* Added support for JCE Editor

Report

byfakker on April 26, 2009
...but it doesn't work for me. The editor button seems to work properly, but after i insert the map into the article, only a "Google Map" text appears in the editor. After i save the article, and view the page, only a text like this appears on the page:

"Google Map
function initializeGoogleMap(){ if (GBrowserIsCompatible()) { var gmap = document.getElementById('gmap'); var map = new GMap( gmap, { mapTypes: G_DEFAULT_MAP_TYPES, size: new GSize(400, 300) } ); map.setCenter( new GLatLng( 46.86770273172814, 18.10546875), 7); map.enableDragging(); map.disableScrollWheelZoom(); var control; } } GEvent.addDomListener(window, 'load', initializeGoogleMap); GEvent.addDomListener(window, 'unload', GUnload); "
System: clear Joomla 1.5.10 stable ver., wampserver
Owner's reply

Please setup the article and content editor parameters correctly or the insert javascript will be black listed from the saved article.

bybellapalermo on March 10, 2009
the fact that it is an editor botton make this a lot easier. I have tried plugins for google maps but this one is the most flexable and easy to use. It is a great idea. If you need maps on your site give it a try.
I initially had some problems with the plugin, but with the prompt help extended by the developer, it was solve and the plugin just worked as it says. The google map appeared on the joomla articles like a breeze.I would recommend this for people like me who are not that good at programming.Thank you for your help.