mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
- Add geojson example - Add introduction, credit and link to source to all examples - CSS bug fixes - Remove unused website components - Header image
12 lines
243 B
HTML
12 lines
243 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset='UTF-8' />
|
|
<title>react-map-gl GeoJSON Example</title>
|
|
<link rel="stylesheet" type="text/css" href="app.css">
|
|
</head>
|
|
<body>
|
|
<script src='bundle.js'></script>
|
|
</body>
|
|
</html>
|