|
relationship btw google maps and the gallery
|
|
06-04-2011, 03:06 PM
(This post was last modified: 06-04-2011 03:35 PM by kaycee.)
Post: #1
|
|||
|
|||
|
relationship btw google maps and the gallery
Hi kkokus, thanks for your swift replies.
I must admit that your gallery code is one of the most sophisticated codes i have ever come across though i have been able to break through it. i am currently working on a social network site and coding a nice gallery that would be irresistible to the members has been the bone in my throat for a while till i saw your gallery. i am quite good in php programming but not up to your level. i have successfully reconfigured the comment system to fetch the comments from my database together with the profile picture and name of the person commenting thereby making the name textfield irrelevant because only registered members can view the gallery. Also only the owner of the picture (who must be logged in) can delete a comment. My current struggle is how to delete and move pictures from one gallery to the other by the owner with just a button click. While studying the code in the ki_js_view.php, i came across this; "window.open("http://maps.google.com/?q=" + filename + "@" + coordinates);" which is located in the opengps() function. i don't understand the relationship between google maps and the gallery pictures, is there a tracking device in each picture? lol! secondly, what is the function of the keyCode? cheers |
|||
|
06-04-2011, 05:09 PM
Post: #2
|
|||
|
|||
RE: relationship btw google maps and the gallery
(06-04-2011 03:06 PM)kaycee Wrote: While studying the code in the ki_js_view.php, i came across this; "window.open("http://maps.google.com/?q=" + filename + "@" + coordinates);" which is located in the opengps() function. Some cameras can add geodetic coordinates to the metadata of taken pictures. The script can check on that and display a small link in the top left corner which shows the location, where the picture was taken on google maps. This is controlled by the $checkgps - parameter. The admin can turn this feature on or off in the settings. The keyCode is a code which comes with every keyboard-event in JavaScript. This way you can bind actions to specific keys being pressed. Like navigation through the images with the cursor keys ... KoschtIT Image Gallery developer |
|||
|
06-04-2011, 05:16 PM
Post: #3
|
|||
|
|||
|
RE: relationship btw google maps and the gallery
[/quote]
Some cameras can add geodetic coordinates to the metadata of taken pictures. The script can check on that and display a small link in the top left corner which shows the location, where the picture was taken on google maps. This is controlled by the $checkgps - parameter. The admin can turn this feature on or off in the settings. [/quote] wow! you're a genius, who would ever think of features like that? you're so incredible. GOD BLESS YOU MORE!!! |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)





