maptime / maptime-bites

Code snippets for embedding. Can be viewed, e.g. here: https://maptime.github.io/maptime-bites/00001/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maptime Bites

Standalone map examples intended for iframes used in blog posts. To add a bite to your site, add the absolute URL to your iframe code:

<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>A map bite!</title>
</head>
  <body>
  <iframe width='100%' height='500px' frameBorder='0' src='http://maptime.github.io/maptime-bites/00001/'></iframe>
  </body>
</html>

and get this.

Descriptions of Bites

  • 00001: Basic map using Leaflet and MapBox JS.
  • 00002: Basic map (Leaflet and Mapbox JS) with gridlayers and gridcontrols.
  • 00003: Adding places using the FourSquare API.
  • 00004: How to add yo' chapter to Maptime's official map.
  • 00005: Using Firebase.com / MapBox Tool.
  • 00006: Embedding iFrame code in Tooltips.
  • 00007: Blinking circle marker.
  • 00008: Loading custom GeoJSON with D3 JS.

About

Code snippets for embedding. Can be viewed, e.g. here: https://maptime.github.io/maptime-bites/00001/


Languages

Language:JavaScript 59.6%Language:CSS 40.4%