Skip to content

Instantly share code, notes, and snippets.

@ebrelsford
Created December 10, 2013 22:17
Show Gist options
  • Save ebrelsford/7901319 to your computer and use it in GitHub Desktop.
Save ebrelsford/7901319 to your computer and use it in GitHub Desktop.
Trying to embed a MapBox map with a legend, forcing the legend parameter. This version has "legend" in the iframe's src attribute.
<!doctype html>
<html>
<body>
<iframe width='100%' height='500px' frameBorder='0' src='https://a.tiles.mapbox.com/v3/ebrelsford.gghlfpek/mm/zoompan,legend,zoomwheel.html?secure=1#12/30.0273/-90.0156'></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment