leaflet-learning

1.0.1 • Public • Published

Leaflet_learning Library

Shows Near-By Events using SkyTruth API .

USE :

1.) Use following cdn links in main html file .

 <script src="../node_modules/leaflet/dist/leaflet.js"></script> 

 <link href="../node_modules/leaflet/dist/leaflet.css" rel="stylesheet">

 <script src="../node_modules/jquery/dist/jquery.min.js"></script>

 <script src="../dist/bundle.js"></script>

2.)

 var PLmap = new MainModule() ;

	  var op = {
		lat: '17' ,
		lon: '77' , 
		n: '10' ,
		mapid: 'map1'
	} ; 

  PLmap.SkyTruth(op) ; 

3.) Output :

image

Readme

Keywords

none

Package Sidebar

Install

npm i leaflet-learning

Weekly Downloads

1

Version

1.0.1

License

none

Unpacked Size

16.2 kB

Total Files

8

Last publish

Collaborators

  • sagarpreet