gabesmed / ember-leaflet

Ember + Leaflet = Fun with maps
gabesmed.github.io/ember-leaflet
MIT License
164 stars 35 forks source link

class reference #69

Closed samselikoff closed 9 years ago

samselikoff commented 10 years ago

The link to the class reference (http://gabesmed.github.io/docs/index.html) is broken. Are these docs somewhere else?

muziejus commented 10 years ago

Do you mean this?

http://gabesmed.github.io/ember-leaflet/docs/index.html

samselikoff commented 10 years ago

Yeah the link from the main doc site is broken, but that site you linked also seems broken (none of the classes have methods).

gabesmed commented 10 years ago

Yep. I just have the bare bones documentation up and running, but there isn't much in the way of comprehensive JSdoc coverage. Hope to get more up soon but welcome help!!

muziejus commented 10 years ago

now that I've got the basics down, I'd surely like to know more about how to use the various layer manipulation methods to enable making pans, zooms, and add layers on the fly (like given a list of objects on the side, I could have a button "add to/remove from" checkbox beside each object, much like a layers list on a regular GIS).

Documentation is something I could help with, though I'm not sure I understand the system deeply enough to provide it.

gabesmed commented 10 years ago

PS thanks for the note; the link is fixed now!