Last active
December 30, 2015 23:29
-
-
Save ebrelsford/7901165 to your computer and use it in GitHub Desktop.
Trying to embed a MapBox map with a legend.
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,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