{"id":21292435,"url":"https://github.com/juliageo/leaflet.jl","last_synced_at":"2025-07-11T16:31:29.827Z","repository":{"id":40252650,"uuid":"483211453","full_name":"JuliaGeo/Leaflet.jl","owner":"JuliaGeo","description":"LeafletJS mapping library from Julia","archived":false,"fork":false,"pushed_at":"2024-08-31T05:13:30.000Z","size":653,"stargazers_count":20,"open_issues_count":6,"forks_count":4,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-09-07T18:19:50.408Z","etag":null,"topics":["julia","leaflet","maps"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JuliaGeo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-19T11:09:42.000Z","updated_at":"2024-08-31T04:53:58.000Z","dependencies_parsed_at":"2023-10-16T11:05:34.069Z","dependency_job_id":"e9be723e-447e-479e-96ff-82132249b325","html_url":"https://github.com/JuliaGeo/Leaflet.jl","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaGeo%2FLeaflet.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaGeo%2FLeaflet.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaGeo%2FLeaflet.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaGeo%2FLeaflet.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaGeo","download_url":"https://codeload.github.com/JuliaGeo/Leaflet.jl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225741211,"owners_count":17516895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["julia","leaflet","maps"],"created_at":"2024-11-21T13:50:04.154Z","updated_at":"2024-11-21T13:50:04.926Z","avatar_url":"https://github.com/JuliaGeo.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Leaflet\n\n[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaGeo.github.io/Leaflet.jl/stable)\n[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaGeo.github.io/Leaflet.jl/dev)\n[![CI](https://github.com/JuliaGeo/Leaflet.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaGeo/Leaflet.jl/actions/workflows/CI.yml)\n[![codecov.io](http://codecov.io/github/JuliaGeo/Leaflet.jl/coverage.svg?branch=main)](http://codecov.io/github/yeesian/Leaflet.jl?branch=main)\n\nLeafletJS maps for Julia.\n\nThis package integrates with WebIO.jl to render leaflet maps for outputs like \nBlink.jl, Mux.jl, and for Jupyter notebooks.\n\nAll [GeoInterface.jl](https://github.com/JuliaGeo/GeoInterface.jl) compatible geometries can be displayed as layers.\n\nA basic example, where we use GADM to download a country boundary shapefile,\nand plot them over the CARTO `:dark_nolabels` base layers.\n\n```julia\nusing Leaflet, Blink, GADM\nlayers = Leaflet.Layer.([GADM.get(\"CHN\").geom[1], GADM.get(\"JPN\").geom[1]]; color=:orange); \nprovider = Providers.CartoDB()\nm = Leaflet.Map(; layers, provider, zoom=3, height=1000, center=[30.0, 120.0]);\nw = Blink.Window(; body=m)\n```\n![](https://user-images.githubusercontent.com/4471859/275353261-0b1aa078-be0f-443c-a5d8-fc27a9a66cef.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliageo%2Fleaflet.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliageo%2Fleaflet.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliageo%2Fleaflet.jl/lists"}