bymaster
Forum Replies Created
-
Ok, poedit for macos is avalible, so I promise to translate plugin in nearest time 🙂
Do you know analog of poedit for macos? 🙂
Can you email me all info to bymaster AT me DOT com?>Why are you using the pushpins instead of thumbnails?
I think that thumbnails take too much free space on map.
Just compare two maps: your plugin and plugin I’ve used before I found NextGen Geo (XML google maps) and see the difference 🙂
(Link in first post)>I have choosen bing maps because of its birds-eye-view function…
Birds-eye-view is for not all the world, am I right?
And for example Cancun, Mexico, there is no detailed terrain map.Anyway thanks for great plugin.
Can I help you with translating it for russian?
Sorry, one more question.
I tried to chang pushpin sign and couldn’t find source of its image.
BTW, I found this function and I guess that I can change somewhere here:
function ngg_geo_add_pin ($picture_data, $picture_nr, $map_nr)
{
$pin = 'var loc_'.$picture_nr.' = new VELatLong('.$picture_data->gps['latitude'].','.$picture_data->gps['longitude'].')'."\n";
$pin .= 'var pin_'.$picture_nr.' = new VEPushpin('.$picture_nr.', loc_'.$picture_nr.', "'.ngg_geo_thumbnail($picture_data).'", "'.$picture_data->title.'", \''.ngg_geo_pin_desc ($picture_data, $picture_nr).'\'); '."\n";
$pin .= 'map_'.$map_nr.'.AddPushpin(pin_'.$picture_nr.');'."\n";
$pin .= 'locs.push(loc_'.$picture_nr.');'."\n \n";
return $pin;
}
Can you help me to change icon to my image?
Thank you for update!
Everything works great!What was the bug? Cyrillic domain name?
Do you have plans to add Google maps? Cause it has more detailed maps for my traveling regions than Bing maps.
Thank you very much!Sorry, didn’t understand.
What should I try?2) solved 🙂