Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

undefined map #4

Open
sidkdbl07 opened this issue Jun 29, 2017 · 0 comments
Open

undefined map #4

sidkdbl07 opened this issue Jun 29, 2017 · 0 comments

Comments

@sidkdbl07
Copy link

I get an error stating that

TypeError: Cannot read property 'map' of undefined

var map = L.map('map').setView([51.505, -0.09], 13);

L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png').addTo(map);
L.marker([51.5, -0.09]).addTo(map)
  .bindPopup('A pretty CSS3 popup.<br> Easily customizable.')
  .openPopup();
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant