Skip to content

Instantly share code, notes, and snippets.

View ARolek's full-sized avatar

Alexander Rolek ARolek

View GitHub Profile
@ARolek
ARolek / index.html
Last active August 29, 2015 14:04 — forked from tmcw/index.html
Mapbox feature layer custom data pass
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>A simple map</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox.js/v1.6.4/mapbox.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox.js/v1.6.4/mapbox.css' rel='stylesheet' />
<style>
body { margin:0; padding:0; }