Skip to content

Commit

Permalink
credentials changed
Browse files Browse the repository at this point in the history
  • Loading branch information
katemat committed Jul 15, 2020
1 parent 96f7db5 commit 7b18ffe
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
Binary file removed public/green-round-pin.png
Binary file not shown.
Binary file removed public/map-pin.png
Binary file not shown.
Binary file removed public/map_pin.png
Binary file not shown.
Binary file removed public/red-round-pin.png
Binary file not shown.
2 changes: 1 addition & 1 deletion public/trashure-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function getMap() {
),
zoom: 12,
credentials:
'Ap77Q31MJhCP2ZZX2OklF0nVKFIP2AhgxeChi6y2pEvjGmJhN5xM-h1J39gwaSAX',
'AuewOzxuyMxFiwOpCiEiYyNsck-yIwg3nBqGlLukoPc6gZm-v9Eiyw3eBGpPPTDw',
});

var center = map.getCenter();
Expand Down
7 changes: 3 additions & 4 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
<title>Document</title>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<script type='text/javascript'
src="https://www.bing.com/api/maps/mapcontrol?callback=getMap&key=AjSzMJV7gcszWBJEr05Z99O6O1Qc61m7E09vz2cyN6zjJYNGJ_RE36WjYCrYb3LD"
async
defer>
src="https://www.bing.com/api/maps/mapcontrol?callback=getMap&key=AuewOzxuyMxFiwOpCiEiYyNsck-yIwg3nBqGlLukoPc6gZm-v9Eiyw3eBGpPPTDw"
async defer>
</script>
<link href="https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
Expand Down Expand Up @@ -44,7 +43,7 @@
</nav>

</header>
<main id ="map" style="position:relative;width:800px;height:500px;"></main>></main>
<main id ="map" style="position:relative;width:800px;height:500px;"></main>
<div class="description-of-item hidden">
<section class="item-image">
<img class="image-of-item">
Expand Down

0 comments on commit 7b18ffe

Please sign in to comment.