rodolpheg

Untitled

Feb 3rd, 2020
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Dans <style> :
  2.  
  3. .legend {
  4. text-align: left;
  5. line-height: 18px;
  6. color: #555;
  7. }
  8. .legend i {
  9. font: 12px Helvetica;
  10. width: 18px;
  11. height: 18px;
  12. float: left;
  13. margin-right: 6px;
  14. opacity: 0.7;
  15. }
  16. .info {
  17. padding: 16px 16px;
  18. font: 14px Helvetica;
  19. background: white;
  20. background: rgba(255,255,255,0.8);
  21. box-shadow: 0 0 15px rgba(0,0,0,0.2);
  22. border-radius: 5px;
  23. }
  24. .info h4 {
  25. margin: 0 0 5px; color: #777;
  26. }
  27.  
  28. Dans <script> :
  29.  
  30. // Création d'un élément d'interface pour la légende
  31. var legend = L.control({position: 'bottomright'});
Advertisement
Add Comment
Please, Sign In to add comment