Hi, according to https://www.mapbox.com/help/attribution/ attribution for both MapBox and OSM is required. While this module sets the attributionControl to TRUE in its definition, it doesn't then set it accordingly (I guess it should be defined in the earth layer options:
'options' => array('attribution' => '')
I'll try to come up with a patch later on.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bellesmanieres’s picture

Status: Active » Needs review
FileSize
2.87 KB

Patched attached to comply with the Terms of Use.

bellesmanieres’s picture

Rerolled the patch to directly use an a tag instead of l() to avoid encoding issues.

bellesmanieres’s picture

Oops, incomplete one. Re-attaching the right one.

attiks’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me

brockfanning’s picture

This doesn't seem to apply anymore, so here is a re-roll.

brockfanning’s picture

FileSize
2.79 KB
189 bytes

A minor tweak to add a space before "Improve this map".

brockfanning’s picture

FileSize
2.79 KB
191 bytes

Oops, a single space wasn't enough. Another try.

tobiberlin’s picture

Patch from #7 works for me