Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in MapBox example in readme #301

Closed
Toutouwai opened this issue Oct 26, 2018 · 1 comment
Closed

Error in MapBox example in readme #301

Toutouwai opened this issue Oct 26, 2018 · 1 comment

Comments

@Toutouwai
Copy link

The readme example for MapBox is:

L.tileLayer.provider('MapBox', {
    id: 'ID': '<insert map_ID here>',
    accessToken: '<insert ACCESS_TOKEN here>'
}).addTo(map);

I think this was supposed to be:

L.tileLayer.provider('MapBox', {
    id: '<insert map_ID here>',
    accessToken: '<insert ACCESS_TOKEN here>'
}).addTo(map);
@brunob brunob closed this as completed in 36b6edd Oct 26, 2018
@brunob
Copy link
Member

brunob commented Oct 26, 2018

Fixed, thx for the ping :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants