-
Notifications
You must be signed in to change notification settings - Fork 10
Dev/v2.0.0 #39
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
base: master
Are you sure you want to change the base?
Dev/v2.0.0 #39
Conversation
…usages in the demo class were replaced with `JLMapView` to unify the map view API.
…ript execution result
…plementation to implement this.
… to keep a unified api across different implementation
…was performed Leaflet layer interfaces were renamed and centralized in JLMapController Module exports were updated to reflect new package structure
…rs. added js engine. created vaadin map component
…d vaadin runner for intellij.
…vent. added deprecated javadocs
…om JLProperties. added JLMapProvider to be able to define custom map types by the end user.
…added JLMapRenderer to define the map js and html inside the code. code cleanup. Signed-off-by: makbn <mehdi74akbarian@gmail.com>
- Introduced a new module for testing: io.github.makbn.jlmap.fx.test - Added unit tests for JLJavaFXEngine, JLControlLayer, JLUiLayer, and JLFxMapRenderer. - Implemented integration tests for JLMapView to validate marker, popup, and image overlay functionalities. - Updated module-info.java to include necessary exports and opens for reflection. - Enhanced pom.xml with additional test dependencies and updated Maven Surefire plugin version. Signed-off-by: makbn <mehdi74akbarian@gmail.com>
…ed coordinate handling Signed-off-by: makbn <mehdi74akbarian@gmail.com>
…t creation Signed-off-by: makbn <mehdi74akbarian@gmail.com>
…ext handling Signed-off-by: makbn <mehdi74akbarian@gmail.com>
… validation Signed-off-by: makbn <mehdi74akbarian@gmail.com>
…ng callback handler reference Signed-off-by: makbn <mehdi74akbarian@gmail.com>
…onents Signed-off-by: makbn <mehdi74akbarian@gmail.com>
…, JLUiLayer, and JLVectorLayer Signed-off-by: makbn <mehdi74akbarian@gmail.com>
Signed-off-by: makbn <mehdi74akbarian@gmail.com>
Signed-off-by: makbn <mehdi74akbarian@gmail.com>
Test Results (Java 17)112 tests 95 ✅ 27s ⏱️ For more details on these failures and errors, see this check. Results for commit 2b85f0c. ♻️ This comment has been updated with latest results. |
Test Results (Java 21)107 tests 103 ✅ 41s ⏱️ For more details on these errors, see this check. Results for commit 4827edb. |
Test Results (Java 21)112 tests 95 ✅ 25s ⏱️ For more details on these failures and errors, see this check. Results for commit 2b85f0c. ♻️ This comment has been updated with latest results. |
…1 and modify pom.xml files to reflect new licensing information Signed-off-by: makbn <mehdi74akbarian@gmail.com>
Signed-off-by: makbn <mehdi74akbarian@gmail.com>
Signed-off-by: makbn <mehdi74akbarian@gmail.com>
… with custom styling and filtering options Signed-off-by: makbn <mehdi74akbarian@gmail.com>
…h filtering options Signed-off-by: makbn <mehdi74akbarian@gmail.com>
…d update callback handlers Signed-off-by: makbn <mehdi74akbarian@gmail.com>
…center and bounds calculations Signed-off-by: makbn <mehdi74akbarian@gmail.com>
…nced event handling, and modern map provider system Signed-off-by: makbn <mehdi74akbarian@gmail.com>
…r basic and advanced features Signed-off-by: makbn <mehdi74akbarian@gmail.com>
…amples and detailed descriptions Signed-off-by: makbn <mehdi74akbarian@gmail.com>
…responsiveness Signed-off-by: makbn <mehdi74akbarian@gmail.com>
…gEvent, MoveEvent, LayerEvent, and ZoomEvent Signed-off-by: makbn <mehdi74akbarian@gmail.com>
…classes - Document JLServerToClientTransporter with architecture overview and usage examples - Add detailed JavaDoc to JLTransportRequest record with method descriptions - Enhance JLCircle class documentation with usage examples and performance notes - Document Vaadin layer infrastructure in JLVaadinLayer with core features overview - Add framework-specific documentation to GeoJSON layer implementations - Update transport implementations with @inheritdoc and implementation details - Remove obsolete JLFunctionBase interface and add placeholder JLConversionException - Improve method and field documentation following technical documentation standards Signed-off-by: makbn <mehdi74akbarian@gmail.com>
…N conversion and property updates Signed-off-by: makbn <mehdi74akbarian@gmail.com>
…g improvements Signed-off-by: makbn <mehdi74akbarian@gmail.com>
…lyline Signed-off-by: makbn <mehdi74akbarian@gmail.com>
No description provided.