Leaflet.draw icon indicating copy to clipboard operation
Leaflet.draw copied to clipboard

console error is coming over zoom in and zoom out of map

Open Abhijitpattanik opened this issue 3 years ago • 1 comments

  • [ ] I'm reporting a bug, not asking for help
  • [ ] I've looked at the documentation to make sure the behaviour is documented and expected
  • [ ] I'm sure this is a Leaflet Draw code issue, not an issue with my own code nor with the framework, I'm using (Cordova, Ionic, Angular, React…)
  • [ ] I've searched through the issues to make sure it's not yet reported

How to reproduce

  • Leaflet version I'm using:"^1.4.0"
  • Leaflet Draw version I'm using:"^1.0.4"
  • Browser (with version) I'm using: 89.0.4389.90
  • OS/Platform (with version) I'm using: Windows 10
  • Angular version - Angular 10
  • Node version-14.15.0
  • step 1 Open the map and draw a location using polygon or rectangle.
  • step 2 Once we selected the location respective location details will be display based on draw selection.
  • step 3 While we performing zoom in and zoom out we were getting 404 error as per the attached image.

image

Same behavior I am also facing while deselecting the record from the map view as per attached image below image

What behavior I'm expecting and which behavior I'm seeing

-While performing zoom in and zoom out we should not see any error message on the console.

Abhijitpattanik avatar Apr 13 '21 13:04 Abhijitpattanik

Issue is with url passed to tileLayer method.

toshmarch avatar Jul 27 '23 12:07 toshmarch