-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add core module #1692
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
Add core module #1692
Conversation
|
It seems there are some unit test errors. |
|
They should be fixed now. |
|
🚀 Deployed on https://6505351791bdff609ccc5187--opengeos.netlify.app |
|
Were the drawing tools broken by this PR, or were they broken before? |
|
I'll take a look. Thanks! |
|
a21094d fixed the drawing tool issues. |
|
@naschmitz Excellent work! This is a major milestone. Excited to see the creation of the core module. I have tested it and everything seems working properly. I only made some minor changes.
|
* Clean up layer management ivars. * Add core module. * Fix unit tests after layer counting update. * Fix unit tests after query_widgets rename. * Fix authentication in unit tests. * Fix ee_initialize bug * Add basic core unit tests. * Fix bad EE initialization in core tests. * Fix adding EELeafletTileLayers to the map. * Enable scroll wheel zoom by default * Add module to mkdocs * Add md files and addLayer backward compatibility --------- Co-authored-by: Qiusheng Wu <[email protected]>
* Clean up layer management ivars. * Add core module. * Fix unit tests after layer counting update. * Fix unit tests after query_widgets rename. * Fix authentication in unit tests. * Fix ee_initialize bug * Add basic core unit tests. * Fix bad EE initialization in core tests. * Fix adding EELeafletTileLayers to the map. * Enable scroll wheel zoom by default * Add module to mkdocs * Add md files and addLayer backward compatibility --------- Co-authored-by: Qiusheng Wu <[email protected]>





The API will evolve over the next couple weeks. No need to add to the documentation.
I will add unit tests later.