Advertisement
ceikdo

Head Leaflet JS

Sep 24th, 2019
610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <link rel="stylesheet" href="https://unpkg.com/leaflet@1.5.1/dist/leaflet.css"
  2.     integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
  3.     crossorigin=""/>
  4.    
  5.     <!-- Make sure you put this AFTER Leaflet's CSS -->
  6.     <script src="https://unpkg.com/leaflet@1.5.1/dist/leaflet.js"
  7.     integrity="sha512-GffPMF3RvMeYyc1LWMHtK8EbPv0iNZ8/oTtHPx9/cc2ILxQ+u905qIwdpULaqDkyBKgOaB57QTMg7ztg8Jm2Og=="
  8.     crossorigin=""></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement