Closed crs1138 closed 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
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.
"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 .
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.
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 .
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.
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 .
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.
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?