This commit is contained in:
Xintong Xia 2019-09-20 11:39:07 -07:00
parent 3ab7290ad9
commit 324b2ed2e6
2 changed files with 26 additions and 13 deletions

View File

@ -7,7 +7,6 @@
<meta name="description" content="react-map-gl is a suite of React components for Mapbox GL JS">
<link rel="icon" type="img/ico" href="favicon.ico">
<link rel="stylesheet" id="font-link" href="https://d1a3f4spazzrp4.cloudfront.net/uber-fonts/3.1.0/refresh.css">
<!-— facebook open graph tags -->
<meta property="og:url" content="https://uber.github.io/react-map-gl/" />
@ -36,6 +35,9 @@
ga('create', 'UA-7157694-83', 'auto');
ga('send', 'pageview');
</script>
<!--use mapbox button icon css-->
<link rel="stylesheet" href="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-draw/v1.0.9/mapbox-gl-draw.css" type="text/css">
</head>
<body>
<div id="app-content"></div>

35
main.js

File diff suppressed because one or more lines are too long