Skip to content
Merged
Changes from all commits
Commits
Show all changes
88 commits
Select commit Hold shift + click to select a range
e0a8f37
Create README.md
makbn Jun 21, 2020
4b666ff
Create LICENSE
makbn Jun 21, 2020
da4b9cb
Merge pull request #1 from makbn/add-license-1
makbn Jun 21, 2020
22bc05d
Create CODE_OF_CONDUCT.md
makbn Jun 21, 2020
5278d77
Merge pull request #2 from makbn/add-code-of-conduct-1
makbn Jun 21, 2020
4e254ac
Update issue templates
makbn Jun 21, 2020
42b0d69
svg and map id added
makbn Jun 21, 2020
02d2934
version matched with Leafletjs
makbn Jun 21, 2020
b0f4871
Update README.md
makbn Jun 21, 2020
dfe1dbd
code cleanup
makbn Jun 21, 2020
56076ae
Merge branch 'master' of https://github.com/makbn/java_leaflet
makbn Jun 21, 2020
fba79f8
getting start added
makbn Jun 23, 2020
f850def
gson added
makbn Jun 23, 2020
10b60d1
listeners updated
makbn Jun 23, 2020
8fa9eb0
callback added
makbn Jun 23, 2020
257b997
models updated to support listener
makbn Jun 23, 2020
8596c4c
new functions for callbacks implemented (so dummy js functions)
makbn Jun 23, 2020
83eb33b
callback handler implemented
makbn Jun 23, 2020
06b799d
new examples for listeners added
makbn Jun 23, 2020
6b00b7f
map options added
makbn Jun 23, 2020
d0bd525
adding geo json support (not completed)
makbn Jul 2, 2020
73021f8
read map from temp folder(for adding custom js and css)
makbn Jul 2, 2020
12b2c35
code cleanup
makbn Jul 2, 2020
8759707
git ignore
makbn Jul 2, 2020
17ca778
issue template
makbn Jul 2, 2020
0332796
updated
makbn Jul 2, 2020
ef88ba8
updated
makbn Jul 2, 2020
dc7e103
readme updated
makbn Jul 2, 2020
01ae40b
readme updated
makbn Jul 2, 2020
a8c0517
Delete hs_err_pid4957.log
makbn Jul 2, 2020
5f41a54
Update README.md
makbn Jul 2, 2020
fa9a3f8
Update README.md
makbn Jul 5, 2020
1ab8a85
Add license scan report and status
fossabot Aug 23, 2020
7ec901f
Merge pull request #3 from fossabot/add-license-scan-badge
makbn Sep 21, 2020
78c330d
Bump log4j-api from 2.13.3 to 2.17.1
dependabot[bot] Jan 4, 2022
b6ff6c5
Bump log4j-core from 2.13.3 to 2.17.1
dependabot[bot] Jan 4, 2022
b218cc0
Merge pull request #12 from makbn/dependabot/maven/org.apache.logging…
makbn Apr 20, 2022
c4833f2
Merge pull request #11 from makbn/dependabot/maven/org.apache.logging…
makbn Apr 20, 2022
922fdc3
Bump gson from 2.8.6 to 2.8.9
dependabot[bot] May 20, 2022
0cacb1f
Merge pull request #13 from makbn/dependabot/maven/com.google.code.gs…
makbn Aug 25, 2023
ce02a69
adding ci action
Sep 9, 2023
7d68fc9
updating dependencies and adding logger config file
Sep 9, 2023
0ca653e
updating leaflet version. adding new functions. code cleanup.
Sep 9, 2023
35ecd7b
removing unnecessary model classes
Sep 9, 2023
9b2bd0a
adding toString method and the related test
Sep 9, 2023
44f1a89
adding toString method and the related test
Sep 9, 2023
5e86571
adding support for GeoJson and related wrapper for showing and removi…
Sep 9, 2023
c2dd3b2
removing extra character
Sep 9, 2023
cee83b1
improving listener by adding different event type and merging each in…
Sep 9, 2023
3e5bb07
improving code quality and documenting for model classes
Sep 9, 2023
3f568d5
introduce LeafletControlLayerInt for leaflet map control and interact…
Sep 9, 2023
901d449
adding new constructor for passing root exception
Sep 9, 2023
9f01395
code cleanup
Sep 9, 2023
258e2b0
this commit adds the LeafletUILayerInt interface, which provides meth…
Sep 9, 2023
01c81a1
This commit refactors and enhances the example and test class, making…
Sep 9, 2023
6a89219
enhance JLProperties with MapType constants to simplify map type sele…
Sep 9, 2023
6e051c4
improving code quality. adding zoom action to the supported action ca…
Sep 9, 2023
5f3ee65
adding LeafletGeoJsonLayerInt and LeafletVectorLayerInt to improve co…
Sep 9, 2023
60e0843
refactor JLMapView for improved code structure and readability. This …
Sep 9, 2023
0a353d4
adding control and GeoJson layers. code cleanup and refactor
Sep 9, 2023
2fed463
enhance JLMapOption with improved configuration and query string gene…
Sep 9, 2023
e69ce9a
adding a constant for exception message
Sep 9, 2023
5967e30
fixing jb annotation version
Sep 9, 2023
befe2e4
upgrading lombok version
Sep 9, 2023
9ab96dd
removing feild default annotation
Sep 9, 2023
fda72de
adding deploy action for release branches
Sep 11, 2023
a04958e
fixing issue with toBBoxString method. improving documentation.
Sep 11, 2023
2cdcc88
improving code quality. improving documentation.
Sep 11, 2023
2bf6135
adding zoom functionalities to the example class
Sep 11, 2023
59d2ef2
adding licence and github distribution
Sep 11, 2023
41141f5
adding js event names to actions
Sep 11, 2023
d03476f
adding test for model package
Sep 11, 2023
6d54762
fixing issues with deploy action workflow_run
Sep 11, 2023
8fc9b77
changing deploy workflow branch constraint temporary for testing
Sep 11, 2023
cd38690
fixing duplicate job name and types of workflow_run constraint
Sep 11, 2023
1459f43
changing java version and removing branch constraint
Sep 11, 2023
7f8b9a9
reformation to match the workflow name
Sep 11, 2023
d09790a
update the actions version
Sep 11, 2023
6aab1ca
adding deploy job
Sep 11, 2023
4db94f2
fixing deploy job condition
Sep 11, 2023
ce4defe
using github_token secret
Sep 11, 2023
321889d
adding username as env for deploy job
Sep 11, 2023
e370b6f
adding local settings for maven deployment
Sep 11, 2023
2f5ffc4
moving settings.xml to classpath root
Sep 11, 2023
bee862a
setting username as actor
Sep 11, 2023
6fa83f6
updating publish parameter
Sep 11, 2023
5a04ba8
updating readme to add new functionalities and description
Sep 11, 2023
cd70cc8
Merge remote-tracking branch 'origin/dev/1.9.4' into dev/1.9.4
makbn Sep 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.