Javid c776dcf0e1
Reuse map function: reparenting child nodes when reusing the saved map (#457)
* Update readme

* Remove unused code

* Add comments

* Import data from examples/data
2018-02-09 16:46:14 -07:00

12 lines
249 B
HTML

<!doctype html>
<html>
<head>
<meta charset='UTF-8' />
<title>react-map-gl Interaction Example</title>
<link rel="stylesheet" type="text/css" href="app.css" />
</head>
<body>
<script src='bundle.js'></script>
</body>
</html>