jbdemonte / gmap3

jQuery plugin to create Google maps
http://gmap3.net
668 stars 198 forks source link

Documentation history #66

Closed crs1138 closed 10 years ago

crs1138 commented 10 years ago

I'm trying to update a WP theme using your wonderful plugin, but in version 3.3 – I'd like to remake it for the latest version, but it seems almost impossible without any documentation for the previous version. Could you publish it somewhere, please?

jbdemonte commented 10 years ago

The documentation is no longer available, but you can download the complete package with all the examples on: http://gmap3.net/en/upload/gmap3/jquery-gmap3-3.0.zip

crs1138 commented 10 years ago

Thank you for getting back to me. Perhaps you could give me a hint, what are the 'onces' for? Kind regards Jan Honza Pozivil / planXdesign tel.: +34 958 612 890

On Feb 10, 2014, at 11:19, jean-baptiste demonte notifications@github.com wrote:

The documentation is no longer available, but you can download the complete package with all the examples on: http://gmap3.net/en/upload/gmap3/jquery-gmap3-3.0.zip

— Reply to this email directly or view it on GitHub.

jbdemonte commented 10 years ago

"onces" is like "events" but only did one time, the functions are binded using addListenerOnce

2014-02-10 14:29 GMT+01:00 Honza notifications@github.com:

Thank you for getting back to me. Perhaps you could give me a hint, what are the 'onces' for? Kind regards Jan Honza Pozivil / planXdesign tel.: +34 958 612 890

On Feb 10, 2014, at 11:19, jean-baptiste demonte notifications@github.com wrote:

The documentation is no longer available, but you can download the complete package with all the examples on: http://gmap3.net/en/upload/gmap3/jquery-gmap3-3.0.zip

Reply to this email directly or view it on GitHub.

Reply to this email directly or view it on GitHubhttps://github.com/jbdemonte/gmap3/issues/66#issuecomment-34630861 .

crs1138 commented 10 years ago

I wonder if you could help me again. What was a listener 'bounds_changed' doing? What is the new syntax for following code?

action: 'getBounds', callback: function(){}

I really appreciate your patience with me Jan Honza Pozivil / planXdesign

On Feb 10, 2014, at 14:33, jean-baptiste demonte notifications@github.com wrote:

"onces" is like "events" but only did one time, the functions are binded using addListenerOnce

2014-02-10 14:29 GMT+01:00 Honza notifications@github.com:

Thank you for getting back to me. Perhaps you could give me a hint, what are the 'onces' for? Kind regards Jan Honza Pozivil / planXdesign tel.: +34 958 612 890

On Feb 10, 2014, at 11:19, jean-baptiste demonte notifications@github.com wrote:

The documentation is no longer available, but you can download the complete package with all the examples on: http://gmap3.net/en/upload/gmap3/jquery-gmap3-3.0.zip

Reply to this email directly or view it on GitHub.

Reply to this email directly or view it on GitHubhttps://github.com/jbdemonte/gmap3/issues/66#issuecomment-34630861 .

— Reply to this email directly or view it on GitHub.

jbdemonte commented 10 years ago

bound_changed is the event from google (native) when bounds has changed

action: 'getBounds' didn't exists if i remember right

2014-02-12 10:49 GMT+01:00 Honza notifications@github.com:

I wonder if you could help me again. What was a listener 'bounds_changed' doing? What is the new syntax for following code?

action: 'getBounds', callback: function(){}

I really appreciate your patience with me Jan Honza Pozivil / planXdesign

On Feb 10, 2014, at 14:33, jean-baptiste demonte notifications@github.com wrote:

"onces" is like "events" but only did one time, the functions are binded using addListenerOnce

2014-02-10 14:29 GMT+01:00 Honza notifications@github.com:

Thank you for getting back to me. Perhaps you could give me a hint, what are the 'onces' for? Kind regards Jan Honza Pozivil / planXdesign tel.: +34 958 612 890

On Feb 10, 2014, at 11:19, jean-baptiste demonte < notifications@github.com> wrote:

The documentation is no longer available, but you can download the complete package with all the examples on: http://gmap3.net/en/upload/gmap3/jquery-gmap3-3.0.zip

Reply to this email directly or view it on GitHub.

Reply to this email directly or view it on GitHub< https://github.com/jbdemonte/gmap3/issues/66#issuecomment-34630861> .

Reply to this email directly or view it on GitHub.

Reply to this email directly or view it on GitHubhttps://github.com/jbdemonte/gmap3/issues/66#issuecomment-34853335 .

crs1138 commented 10 years ago

I've got this code, that I'm not sure what it exactly does and how to transcribe it into v5, perhaps you could shed some light on it:

$("#gMap").addClass('activeMap').gmap3({ action: 'init', onces: { bounds_changed: function(){ var number = 0; jQuery(this).gmap3({ action:'getBounds', callback: function (){

     ...

     }
   });
 }

} });

Kind regards Jan Honza Pozivil / planXdesign tel.: +34 958 612 890

On Feb 12, 2014, at 10:53, jean-baptiste demonte notifications@github.com wrote:

bound_changed is the event from google (native) when bounds has changed

action: 'getBounds' didn't exists if i remember right

2014-02-12 10:49 GMT+01:00 Honza notifications@github.com:

I wonder if you could help me again. What was a listener 'bounds_changed' doing? What is the new syntax for following code?

action: 'getBounds', callback: function(){}

I really appreciate your patience with me Jan Honza Pozivil / planXdesign

On Feb 10, 2014, at 14:33, jean-baptiste demonte notifications@github.com wrote:

"onces" is like "events" but only did one time, the functions are binded using addListenerOnce

2014-02-10 14:29 GMT+01:00 Honza notifications@github.com:

Thank you for getting back to me. Perhaps you could give me a hint, what are the 'onces' for? Kind regards Jan Honza Pozivil / planXdesign tel.: +34 958 612 890

On Feb 10, 2014, at 11:19, jean-baptiste demonte < notifications@github.com> wrote:

The documentation is no longer available, but you can download the complete package with all the examples on: http://gmap3.net/en/upload/gmap3/jquery-gmap3-3.0.zip

Reply to this email directly or view it on GitHub.

Reply to this email directly or view it on GitHub< https://github.com/jbdemonte/gmap3/issues/66#issuecomment-34630861> .

Reply to this email directly or view it on GitHub.

Reply to this email directly or view it on GitHubhttps://github.com/jbdemonte/gmap3/issues/66#issuecomment-34853335 .

— Reply to this email directly or view it on GitHub.

jbdemonte commented 10 years ago

could you postit into the forum, people will get the answers and it may help others

2014-02-12 12:39 GMT+01:00 Honza notifications@github.com:

I've got this code, that I'm not sure what it exactly does and how to transcribe it into v5, perhaps you could shed some light on it:

$("#gMap").addClass('activeMap').gmap3({ action: 'init', onces: { bounds_changed: function(){ var number = 0; jQuery(this).gmap3({ action:'getBounds', callback: function (){

...

} }); } } });

Kind regards Jan Honza Pozivil / planXdesign tel.: +34 958 612 890

On Feb 12, 2014, at 10:53, jean-baptiste demonte notifications@github.com wrote:

bound_changed is the event from google (native) when bounds has changed

action: 'getBounds' didn't exists if i remember right

2014-02-12 10:49 GMT+01:00 Honza notifications@github.com:

I wonder if you could help me again. What was a listener 'bounds_changed' doing? What is the new syntax for following code?

action: 'getBounds', callback: function(){}

I really appreciate your patience with me Jan Honza Pozivil / planXdesign

On Feb 10, 2014, at 14:33, jean-baptiste demonte < notifications@github.com> wrote:

"onces" is like "events" but only did one time, the functions are binded using addListenerOnce

2014-02-10 14:29 GMT+01:00 Honza notifications@github.com:

Thank you for getting back to me. Perhaps you could give me a hint, what are the 'onces' for? Kind regards Jan Honza Pozivil / planXdesign tel.: +34 958 612 890

On Feb 10, 2014, at 11:19, jean-baptiste demonte < notifications@github.com> wrote:

The documentation is no longer available, but you can download the complete package with all the examples on: http://gmap3.net/en/upload/gmap3/jquery-gmap3-3.0.zip

Reply to this email directly or view it on GitHub.

Reply to this email directly or view it on GitHub< https://github.com/jbdemonte/gmap3/issues/66#issuecomment-34630861> .

Reply to this email directly or view it on GitHub.

Reply to this email directly or view it on GitHub< https://github.com/jbdemonte/gmap3/issues/66#issuecomment-34853335> .

Reply to this email directly or view it on GitHub.

Reply to this email directly or view it on GitHubhttps://github.com/jbdemonte/gmap3/issues/66#issuecomment-34860850 .

crs1138 commented 10 years ago

thanks for your reply, I've made a post on your forum - http://gmap3.net/forum/viewtopic.php?pid=3214#p3214

thank you Jan

On Feb 12, 2014, at 12:42, jean-baptiste demonte notifications@github.com wrote:

could you postit into the forum, people will get the answers and it may help others

2014-02-12 12:39 GMT+01:00 Honza notifications@github.com:

I've got this code, that I'm not sure what it exactly does and how to transcribe it into v5, perhaps you could shed some light on it:

$("#gMap").addClass('activeMap').gmap3({ action: 'init', onces: { bounds_changed: function(){ var number = 0; jQuery(this).gmap3({ action:'getBounds', callback: function (){

...

} }); } } });

Kind regards Jan Honza Pozivil / planXdesign tel.: +34 958 612 890

On Feb 12, 2014, at 10:53, jean-baptiste demonte notifications@github.com wrote:

bound_changed is the event from google (native) when bounds has changed

action: 'getBounds' didn't exists if i remember right

2014-02-12 10:49 GMT+01:00 Honza notifications@github.com:

I wonder if you could help me again. What was a listener 'bounds_changed' doing? What is the new syntax for following code?

action: 'getBounds', callback: function(){}

I really appreciate your patience with me Jan Honza Pozivil / planXdesign

On Feb 10, 2014, at 14:33, jean-baptiste demonte < notifications@github.com> wrote:

"onces" is like "events" but only did one time, the functions are binded using addListenerOnce

2014-02-10 14:29 GMT+01:00 Honza notifications@github.com:

Thank you for getting back to me. Perhaps you could give me a hint, what are the 'onces' for? Kind regards Jan Honza Pozivil / planXdesign tel.: +34 958 612 890

On Feb 10, 2014, at 11:19, jean-baptiste demonte < notifications@github.com> wrote:

The documentation is no longer available, but you can download the complete package with all the examples on: http://gmap3.net/en/upload/gmap3/jquery-gmap3-3.0.zip

Reply to this email directly or view it on GitHub.

Reply to this email directly or view it on GitHub< https://github.com/jbdemonte/gmap3/issues/66#issuecomment-34630861> .

Reply to this email directly or view it on GitHub.

Reply to this email directly or view it on GitHub< https://github.com/jbdemonte/gmap3/issues/66#issuecomment-34853335> .

Reply to this email directly or view it on GitHub.

Reply to this email directly or view it on GitHubhttps://github.com/jbdemonte/gmap3/issues/66#issuecomment-34860850 .

— Reply to this email directly or view it on GitHub.