Skip to content

Instantly share code, notes, and snippets.

@teomanofficial
Created November 24, 2023 20:58
Show Gist options
  • Save teomanofficial/493426546d944d321c1a2ed78df3b25c to your computer and use it in GitHub Desktop.
Save teomanofficial/493426546d944d321c1a2ed78df3b25c to your computer and use it in GitHub Desktop.
Open Layers Nasıl Kullanılır ?
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ol@v8.2.0/ol.css">
<title>OpenLayers Nasıl Kullanılır ?</title>
</head>
<body>
<div id="map"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment