-
Notifications
You must be signed in to change notification settings - Fork 288
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
better documentation please ? #120
Comments
How about jsdoc? I saw some comments in code which should describe data structure, it's a job for jsdoc. |
If anyone else finds this issue looking for just a simple example of adding a Google layer, see this example: https://github.com/shramov/leaflet-plugins/blob/master/examples/google.html The gist of the code there is basically this (differences are just small clarifications):
And note that the full set of Google tile types are given in /layer/tile/Google.js: SATELLITE, ROADMAP, HYBRID, or TERRAIN. |
Documentation for L.BingLayer and L.Yandex can be extracted from my recent commits messages. It'd easy to compile README.md |
What about documentation for the permalink script? |
Help needed ! It would be great to see a pull request for that :)
The text was updated successfully, but these errors were encountered: