Skip to content

Commit

Permalink
showing
Browse files Browse the repository at this point in the history
  • Loading branch information
ananafrida committed Aug 26, 2023
1 parent 7f01c70 commit a701ef8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<title>Simple Map</title>
<title>Simple MapANANANANANAAN</title>
<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>

<link rel="stylesheet" type="text/css" href="./style.css" />
Expand Down
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ async function initMap() {
map = new Map(document.getElementById("map"), {
center: { lat: 41.556240724638144, lng: -72.65683037211356 },
zoom: 15,
mapId: "c60343d395077993",
fullscreenControl: true,
streetViewControl: false,
streetViewControl: true,
mapTypeControl: false,
});

Expand Down
16 changes: 0 additions & 16 deletions tsconfig.json

This file was deleted.

0 comments on commit a701ef8

Please sign in to comment.