Skip to content

Commit

Permalink
mapbox token
Browse files Browse the repository at this point in the history
  • Loading branch information
eharkins committed Apr 23, 2021
1 parent 7f658e1 commit 1999d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static-site/src/components/Datasets/dataset-map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const mapDefaults = {
};

const Map = ReactMapboxGl({
accessToken: "pk.eyJ1IjoidHJ2cmIiLCJhIjoiY2pyM3p4aTlmMWMwbjRibzlia3MyMjZhYiJ9.JCLCk3g-GiVOcKiNWGjOXA",
accessToken: "pk.eyJ1IjoidHJ2cmIiLCJhIjoiY2tqcnM5bXIxMWV1eTJzazN2YXVrODVnaiJ9.7iPttR9a_W7zuYlUCfrz6A",
scrollZoom: false
});

Expand Down Expand Up @@ -233,7 +233,7 @@ class DatasetMap extends React.Component {
<Flex>
<MapContainer>
<Map
style="https://api.mapbox.com/styles/v1/trvrb/ciu03v244002o2in5hlm3q6w2?access_token=pk.eyJ1IjoidHJ2cmIiLCJhIjoiY2l1MDRoMzg5MDEwbjJvcXBpNnUxMXdwbCJ9.PMqX7vgORuXLXxtI3wISjw" // eslint-disable-line
style="https://api.mapbox.com/styles/v1/trvrb/ciu03v244002o2in5hlm3q6w2?access_token=pk.eyJ1IjoidHJ2cmIiLCJhIjoiY2tqcnM5bXIxMWV1eTJzazN2YXVrODVnaiJ9.7iPttR9a_W7zuYlUCfrz6A" // eslint-disable-line
containerStyle={{height: "100%", width: "100%"}}
zoom={[mapDefaults.zoomOverall]}
maxBounds={mapDefaults.maxBounds}
Expand Down

0 comments on commit 1999d91

Please sign in to comment.