webglearth / webglearth2

[UNMAINTAINED] WebGL Earth 2 - the source code of the project
Apache License 2.0
884 stars 212 forks source link

WebGLEarth is great! Is there any document about functions, events, data, etc? #130

Closed eprtha closed 3 weeks ago

eprtha commented 2 months ago

I have searched a manual to figure out various questions about WebGLEarth but couldn't find one. If there is a manual, please share. Even though WebGLEarth development has been stopped about 10 years ago, it seems very useful and powerful and will be much more with manual.

sebastian-marinescu commented 3 weeks ago

Unfortunately the official pages are down, but we can use the internet-archive, to look into the past: API-Reference. These are all pages ever captured in the internet-archive.

In the readme here it says:

The supported Leaflet API methods are not yet documented -- the best source of the information are currently the API examples (src/api-l.html, src/api.html, src/polygon.html) and the API symbol exports itselves (src/api.js and src/api-l.js).

You can also find great inspiration on their examples-page.

And last but not least, you can use the GitHub-Search to search inside the repository, to look up methods, etc.

eprtha commented 3 weeks ago

Thanks for the information. It helps a lot.