|
|
Marker in CB is displaced - 2008/08/07 09:09
Hi there,
there Marker, which is set when adding the Adress in CB is always displaced by 500meters.
Whats wrong with it?
Many Thanks
Daniela
The administrator has disabled public write access.
|
|
|
Re:Marker in CB is displaced - 2008/08/07 16:04
Daniela, It very well could be caused by my "marker offset" function. That function will adjust the lat/long based on an algorithm so that multiple profiles won't be rendered at the same spot if their lat/long as geocoded to the same values.
You can turn that feature off in the mapuser.php file by changing the first variable (see code below) to 'false'.
| Code: |
// The following are for calculating the offset
define ('_GMAPS_ENABLE_OFFSET', true);
define ('_GMAPS_RANDOM_MIN', 100);
define ('_GMAPS_RANDOM_MAX', 1000);
define ('_GMAPS_OFFSET_DIVISOR',300000);
|
I hope this helps. If it doesn't, shoot me an email.
Chris
The administrator has disabled public write access.
|
|
|
Re:Marker in CB is displaced - 2008/08/15 11:46
Hi Chris,
it won't change
| Code: |
// The following are for calculating the offset
define ('_GMAPS_ENABLE_OFFSET', false);
define ('_GMAPS_RANDOM_MIN', 100);
define ('_GMAPS_RANDOM_MAX', 1000);
define ('_GMAPS_OFFSET_DIVISOR',300000);
|
Nothing is different. Any other Idea?
Regards
Daniela
The administrator has disabled public write access.
|
|
|
Re:Marker in CB is displaced - 2008/08/18 05:58
Well .. it would best if you email me on this issue. That is the only thing GMaps does relative to geocoding. The lat/long are returned by the geocoding service. It is quite possible that the geocode values returned is incorrect. My home address does not geocode either via Google or Yahoo to my exact location. It is off easily by some 200 feet.
The administrator has disabled public write access.
|
|
|
Re:Marker in CB is displaced - 2008/08/26 05:03
Hi Chris,
my eMails where blocked:
<***@****.net>: host sbcmx7.prodigy.net[207.115.37.21] said: 553 5.3.0 nlpi010 - m7Q9fGlQ023057, DNSBL:521< 85.13.131.66 >_is_blocked.__For_information_see_http://att.net/blocks (in reply to MAIL FROM command)
The administrator has disabled public write access.
|
|
|
Re:Marker in CB is displaced - 2008/08/27 10:22
I did get it emails and did respond. U can check me on yahoo I'm if it continues.
The administrator has disabled public write access.
|
|