Created
December 10, 2013 22:17
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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