google maps plugin - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13) +--- Thread: google maps plugin (/showthread.php?tid=1419) |
google maps plugin - singulae - 2011-03-17 Google map plugin Add and manage Google Maps on pages created with GetSimple. UPDATED. New version v2.0(01/apr/2012) Features:
How to create a map
Extra settings If you want the options to create maps, are displayed in the 'Pages' or 'Plugins' (default), you should put this in the general configuration file get-simple (gsconfig.php) (1 = on , 0 = off): Code: # Google Maps Plugin admin tab show in: Code: # Activate maps in components Code: <div id="gmap_name-of-your-map"></div> Language files included: English, Spanish, German. Latest version: 2.0 (01/apr/2012) More info in demo page. Tested in version GS 3.0 and 3.1 Does not work with earlier versions. google maps plugin - smooo3 - 2011-03-21 I am sorry, but I dont know how to make this plugin work. Do I need any additional plugin? google maps plugin - Oleg06 - 2011-03-21 cool plugin is it possible to somehow make an opportunity to show "satellite"? google maps plugin - singulae - 2011-03-21 smooo3 Wrote:I am sorry, but I dont know how to make this plugin work. Do I need any additional plugin? you only need put this tag (% googlemap %) on the page. (in admin with ckeditor) Not need any extra plugin.. If you do this do not work? google maps plugin - Oleg06 - 2011-03-21 is it possible to somehow make an opportunity to show "satellite"? google maps plugin - singulae - 2011-03-21 Oleg06 Wrote:is it possible to somehow make an opportunity to show "satellite"?mmm..I think do not understand you.. Satelite view is enabled. On the map are two buttons "satellite" and "map". google maps plugin - datiswous - 2011-03-21 What does this plugin better then just copying the code from google maps (iframe) and then in the editor click on source button, then paste and safe? example google maps plugin - Connie - 2011-03-21 snmgulae, benvinguts! I will test it I think one of the advantages is that it does not bring the hassle to enter the embed-code in the editor which is a problem for many users google maps plugin - Oleg06 - 2011-03-21 Is it possible to make the "satellite" was loaded directly? google maps plugin - singulae - 2011-03-21 datiswous Wrote:What does this plugin better then just copying the code from google maps (iframe) and then in the editor click on source button, then paste and safe? Connie Wrote:snmgulae, benvinguts! Connie exact. You can also include image and extra text .. (Thanks for the welcome.) google maps plugin - singulae - 2011-03-21 Oleg06 Wrote:Is it possible to make the "satellite" was loaded directly? probably.. I Will study how to do this google maps plugin - singulae - 2011-03-22 Oleg06 Wrote:Is it possible to make the "satellite" was loaded directly? Oleg06, now its posible. donwload lastest version. google maps plugin - KyleMI - 2011-03-24 I have the latest version of get simple and I downloaded your plugin today and there isn't a submit button at the bottom to up date changes. If I do a view source on the page it looks like the code gets cut off half way through the submit button. Code: <p></p> google maps plugin - singulae - 2011-03-24 KyleMI Wrote: mmm.. this value is given by the function i18n (related to language) .. You only have problems with this plugin? What version of GS use? The plugin works fine with version 3. I have not tested with earlier versions. google maps plugin - KyleMI - 2011-03-24 Quote:mmm.. this value is given by the function i18n (related to language) .. It does work correctly with version 3. I could not get it to work with the latest stable version 2.03.1 I missed the part Tested With: GetSimple 3.0 on the plugin download page. google maps plugin - singulae - 2011-03-24 KyleMI Wrote:I missed the part Tested With: GetSimple 3.0 on the plugin download page. ah.ok. I'm sorry. update the info of the plugin to report that only works with version 3 google maps plugin - Connie - 2011-03-29 I just installed the new version and I am glad to see the language- and translation-integration! Great! I like it! google maps plugin - Connie - 2011-04-01 As I checked the sourcecode of my pages , I noticed 2 things: 1) googlemap (no, Validator! ) throws 4 errors of inedaquate coding because the output of the script is not included in comment tags Code: <!-- Google map Plugin : start --> 2) Javascripts can be included anywhere in a page, in the header or in the body-section I suggest to include the scripts in the body-section, in the direct output of the (% googlemap %) why? As you can only use one map with that plugin I am sure you will not have this map on every page but as the script writes into the Code: <?php get_header(); ?> that is a performance killer and not necessary can you change that? Cheers, Connie google maps plugin - singulae - 2011-04-02 Connie Wrote:that is a performance killer and not necessary you're right.. (again!) I did not want dirty the body with javascript code in the middle .. anyway.. I check if the map layer exists before loading, but did not control the load google maps API .. Well .. all this is solved ..(errors too) Now everything is loaded with content. Only on the map page. Thanks for your interest! google maps plugin - Connie - 2011-04-02 it's getting better and better! I think this is a rule for all plugins which are not used on every page: do keep your stuff together and don't place it in the header ;=) Cheers, Connie google maps plugin - singulae - 2011-04-03 Connie Wrote:it's getting better and better! Yes connie, but I was not completely satisfied... don't like put javascript in body page, the correct place is on header.. I don't found any rule says the opposite. then I modified (again) the plugin, because I found how include javascript in header only in a map page. I hope you agree.. google maps plugin - Connie - 2011-04-03 For sure I will agree if your modification takes care that the scripts are not loaded when the map is not included in the content for me it's no problem where the code is, just to be sure that it is not loaded unnessarily I will check tomorrow Bona nit! google maps plugin - Oleg06 - 2011-04-03 Thank you, super-plugin http://neowebtime.ru/1/gallery/cont google maps plugin - singulae - 2011-04-03 Connie Wrote:For sure I will agree if your modification takes care that the scripts are not loaded when the map is not included in the content yes sure. I check that the scripts are not loaded when the map is not included in the content. Gute Nacht! google maps plugin - singulae - 2011-04-03 Oleg06 Wrote:Thank you, super-pluginFantastic! but.. you forgot take out the default image marker.. You can try with this.. |