Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Addons

Post Reply
 
Thread Tools
  #21  
Old 05-15-2008, 06:53 PM
Ginger Rich's Avatar
Ginger Rich Offline
forum loafer
 
Join Date: May 2006
Posts: 13
Update: I just tagged a photo in Lisbon and it's dumped it in the middle of the Mediterranean Sea!
Reply With Quote
  #22  
Old 05-15-2008, 08:24 PM
mkm Offline
pp regular
 
Join Date: Mar 2008
Posts: 32
That's strange.
The Photo's I uploaded tagged with GPS coordinates work fine. they are handtagged by map (MS Live) and differs only a couple of metres with the google map.
No problem at all.
Reply With Quote
  #23  
Old 05-15-2008, 09:05 PM
baerlichkeit's Avatar
baerlichkeit Offline
pp regular
 
Join Date: Mar 2008
Location: Berlin
Posts: 24
Hi,
as far as I see it, a minus (for western latitude?) is missing here. Same for Longitude.
I'm working on it

Andreas
Reply With Quote
  #24  
Old 05-15-2008, 11:08 PM
baerlichkeit's Avatar
baerlichkeit Offline
pp regular
 
Join Date: Mar 2008
Location: Berlin
Posts: 24
Uploaded 0.31.
Should work now with all coordinates. (here it does )

It was the the missing analysis of N/S/E/W...

Andreas
Reply With Quote
  #25  
Old 05-16-2008, 08:14 PM
Smartphoner Offline
pp veteran
 
Join Date: Jan 2008
Posts: 54
Send a message via MSN to Smartphoner
my blog cant find the geo data. But Photoshop shows the GPS Data perfectly. Why ?
Reply With Quote
  #26  
Old 05-16-2008, 08:23 PM
baerlichkeit's Avatar
baerlichkeit Offline
pp regular
 
Join Date: Mar 2008
Location: Berlin
Posts: 24
Hi Smartphoner,
you have a sample photo for me?
Reply With Quote
  #27  
Old 05-16-2008, 08:28 PM
Smartphoner Offline
pp veteran
 
Join Date: Jan 2008
Posts: 54
Send a message via MSN to Smartphoner
Pls, send me an email at smartphoner at gmail dot com and I send you the photo.

I have this problem also:

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/www/dae6f20f31415ca73b20394922f2ef9e/web/addons/_easyMap/easymap.php on line 100

Warning: file_get_contents(http://projects.makrograf.com/pp/easyMap/version.txt) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/www/dae6f20f31415ca73b20394922f2ef9e/web/addons/_easyMap/easymap.php on line 100

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/www/dae6f20f31415ca73b20394922f2ef9e/web/addons/_easyMap/easymap.php on line 101

Warning: file_get_contents(http://projects.makrograf.com/pp/easyMap/news.txt) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/www/dae6f20f31415ca73b20394922f2ef9e/web/addons/_easyMap/easymap.php on line 101
Reply With Quote
  #28  
Old 05-19-2008, 04:16 PM
Ginger Rich's Avatar
Ginger Rich Offline
forum loafer
 
Join Date: May 2006
Posts: 13
Excellent - working nicely now, but I'd still like to be able to set the altitude of the map and have it display automatically in Satellite mode. I've seen this done before with Google Maps embedded in websites but how might you go about doing it here?
Reply With Quote
  #29  
Old 05-19-2008, 06:00 PM
baerlichkeit's Avatar
baerlichkeit Offline
pp regular
 
Join Date: Mar 2008
Location: Berlin
Posts: 24
Hi,
smartphoner: email is out. The other errors should be caused by your servers configuration. This is for the update-checking inside the admin-area...

Ginger Rich: First, good it works now Second, sure you can alter these settings. Open the map.php inside the template folder and have a look at the code.

The interesting part is this one:
PHP Code:
if (GBrowserIsCompatible()) {
        var 
map = new GMap2(document.getElementById("map"));
        
map.addControl(new GLargeMapControl());
                
map.addControl(new GMapTypeControl());
                
map.addControl(new GOverviewMapControl());
                
map.enableContinuousZoom();
                
map.enableDoubleClickZoom(); 
        
map.setCenter(new GLatLng({$latitude},{$longitude}), 13);
         var 
center map.getCenter();
                    var 
center_y center.y
                    
var center_x center.
                        GEvent
.addListener(map"mouseover", function(){
                            
map.showControls();
                        });
                        
GEvent.addListener(map"mouseout", function(){
                            
map.hideControls(); 
                        });
                        var 
infoTabs = [
                        new 
GInfoWindowTab("Standort"," <div style='text-align:center;'><img style='vertical-align:middle;' src='{$image}'><\div>")
                    ];
                    var 
marker = new GMarker(map.getCenter());
                    
map.addOverlay(marker);
                    var 
windowOptions = {maxWidth"95"}; 
                    
GEvent.addListener(marker"click", function() {
                    
marker.openInfoWindowTabsHtml(infoTabs,windowOptions);
                    });
      } 
The 13 in
PHP Code:
map.setCenter(new GLatLng({$latitude},{$longitude}), 13); 
is the zoom level.
I'm sure I will add this as options later, but as I said... later

The complete reference can be found here: http://code.google.com/apis/maps/doc...reference.html

regards
Andreas
Reply With Quote
  #30  
Old 05-19-2008, 06:54 PM
Ginger Rich's Avatar
Ginger Rich Offline
forum loafer
 
Join Date: May 2006
Posts: 13
Nice one - cheers Andreas. The API docs has highlighted the code necessary to change the map into satellite or hybrid view but I can't see where to add it to the existing code. I'm sure I'll crack it after a bit of a play!
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 01:54 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs