Where else can I use it?

  • bathematry layer can be used for showing fishing data
  • submarines
  • are airplanes affected in any way by sea level depth under zone they are flying
  • what all other layers are available?
  • a robust tile-based map, add layers, markers, animations, custom tiles, etc. And it’s BSD-licensed open source and free.
  • tile layers can be taken from openstreetmap.org
  • adding market
  • var marker = new L.Marker(new L.LatLng(40.7401, -73.9891)); marker.bindPopup(“End Point Corporation”); map.addLayer(marker);
  • https://www.endpointdev.com/blog/2019/03/switching-google-maps-leaflet/
  • can I use it with svelte? What lifecycle hooks have to be configured?