Skip to content

Instantly share code, notes, and snippets.

@drkpxl
Created November 3, 2022 15:52
Show Gist options
  • Select an option

  • Save drkpxl/1632aee97f05252fbc1ca9022a509246 to your computer and use it in GitHub Desktop.

Select an option

Save drkpxl/1632aee97f05252fbc1ca9022a509246 to your computer and use it in GitHub Desktop.
Mammoth - Rentals
<div id="map"></div>
mapboxgl.accessToken = 'pk.eyJ1IjoiYWx0ZXJyYW10bmNvIiwiYSI6ImNqY2tycHp5YjFqa2syd25zanliMDhpdGMifQ.HVA2zVCFUVNkJ210dAQEqQ';
const map = new mapboxgl.Map({
container: 'map',
style: 'mapbox://styles/alterramtnco/cla02mh52000m14sgckph00xv',
//center: [-119.029853, 37.634088],
//zoom: 10.7
});
<script src="https://api.tiles.mapbox.com/mapbox-gl-js/v2.9.2/mapbox-gl.js"></script>
body {
margin: 0;
padding: 0;
}
#map {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}
<link href="https://api.tiles.mapbox.com/mapbox-gl-js/v2.9.2/mapbox-gl.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment