Skip to content

Instantly share code, notes, and snippets.

@ahmadazimi
Last active December 7, 2019 09:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmadazimi/9ba2a724c508d993af9b6cdacba9063d to your computer and use it in GitHub Desktop.
Save ahmadazimi/9ba2a724c508d993af9b6cdacba9063d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Neshan Map Example (Leaflet)</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://static.neshan.org/sdk/leaflet/1.4.0/leaflet.css" rel="stylesheet" type="text/css">
<script src="https://static.neshan.org/sdk/leaflet/1.4.0/leaflet.js" type="text/javascript"></script>
</head>
<body>
<div id="map" style="width: 600px; height: 450px; background: #eee; border: 2px solid #aaa;"></div>
<script type="text/javascript">
var myMap = new L.Map('map', {
key: 'YOUR_API_KEY',
maptype: 'dreamy',
poi: true,
traffic: false,
center: [35.699739, 51.338097],
zoom: 14
});
</script>
</body>
</html>
@walper2020
Copy link

سلام خسته نباشین
من یه سوال در مورد نشان داشتم
من تازه کارم
لطفا راهنمایی کنین
aaa
موقع استفاده از نشان نقشه هیچی نشون نمیده

@solar19
Copy link

solar19 commented Dec 7, 2019

سلام
برای من هم نقشه در وب لود نمی شود

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment