Jump to content

Recommended Posts

Posted (edited)

Im having troubles to make this work; for some reason on the admin area i can set my market fine; but when i render the map y de frontend the marker just go difrent from i save.
 
I dont see why the module is making the marks  in drifrent location from save on the db.

Edit1: when i change the map to hybrid mode the market show in the right location; but if i switch to roadmap the cursor move from the location.
 

$markers = $page->children();
$map = $modules->get('MarkupGoogleMap');
print $map->render($markers, 'field_map', array('type' => 'ROADMAP'));

post-1401-0-55745400-1422317604_thumb.pn
 
post-1401-0-16949700-1422317602_thumb.pn
Edited by KaMeKuN
Posted

How there is two markers?

The $markers = $page->children(); allow me to pass Page Array of markers.

im attaching the map on hybrid to see that works just fine in that type of map.

post-1401-0-05331800-1422396598_thumb.pn

Posted

Since we're dealing with coordinates that don't change, it would guess that something is manipulating this at the CSS level so that the markers are getting offset. Especially if you are not seeing the same offset in the admin preview of your marker. The best bet may be to isolate and test it in an environment outside of any particular site (no other CSS or JS other than what comes with MapMarker and Google), and then slowly add your other files back to narrow in on what is causing the apparent 100-pixel (?) offset to the left. I'd also suggest trying another browser, just in case.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...