
License
50 | 51 |YEAR: 2021 54 | COPYRIGHT HOLDER: Thomas P. Roh 55 |56 | 57 |
├── .github
├── .gitignore
└── workflows
│ ├── test-coverage.yaml
│ └── R-CMD-check.yaml
├── LICENSE
├── docs
├── logo.png
├── favicon.ico
├── favicon-16x16.png
├── favicon-32x32.png
├── apple-touch-icon.png
├── reference
│ ├── Rplot001.png
│ ├── figures
│ │ ├── logo.png
│ │ ├── readme-example.png
│ │ ├── line.svg
│ │ ├── circle-pch.svg
│ │ ├── solid-rect-pch.svg
│ │ ├── rect-pch.svg
│ │ ├── solid-circle-bg-pch.svg
│ │ ├── solid-circle-md-pch.svg
│ │ ├── solid-circle-sm-pch.svg
│ │ ├── solid-triangle-pch.svg
│ │ ├── triangle-pch.svg
│ │ ├── circle.svg
│ │ ├── diamond-pch.svg
│ │ ├── open-diamond-pch.svg
│ │ ├── rect.svg
│ │ ├── solid-diamond-pch.svg
│ │ ├── triangle.svg
│ │ ├── diamond.svg
│ │ ├── stadium.svg
│ │ ├── down-triangle-pch.svg
│ │ ├── open-circle-pch.svg
│ │ ├── open-down-triangle-pch.svg
│ │ ├── open-rect-pch.svg
│ │ ├── plus.svg
│ │ ├── open-triangle-pch.svg
│ │ ├── polygon.svg
│ │ ├── simple-cross-pch.svg
│ │ ├── simple-plus-pch.svg
│ │ ├── triangle-rect-pch.svg
│ │ ├── star.svg
│ │ ├── cross-circle-pch.svg
│ │ ├── cross.svg
│ │ ├── plus-circle-pch.svg
│ │ ├── cross-rect-pch.svg
│ │ ├── plus-rect-pch.svg
│ │ ├── plus-diamond-pch.svg
│ │ ├── hexagram-pch.svg
│ │ └── simple-star-pch.svg
│ ├── libs
│ │ ├── leaflet-1.3.1
│ │ │ └── images
│ │ │ │ ├── layers.png
│ │ │ │ ├── layers-2x.png
│ │ │ │ ├── marker-icon.png
│ │ │ │ ├── marker-icon-2x.png
│ │ │ │ └── marker-shadow.png
│ │ ├── ionicons-2.0.1
│ │ │ ├── fonts
│ │ │ │ ├── ionicons.eot
│ │ │ │ ├── ionicons.ttf
│ │ │ │ ├── ionicons.woff
│ │ │ │ ├── FontAwesome.otf
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ └── glyphicons-halflings-regular.woff
│ │ │ ├── images
│ │ │ │ ├── markers-matte.png
│ │ │ │ ├── markers-plain.png
│ │ │ │ ├── markers-shadow.png
│ │ │ │ ├── markers-soft.png
│ │ │ │ ├── markers-matte@2x.png
│ │ │ │ ├── markers-soft@2x.png
│ │ │ │ └── markers-shadow@2x.png
│ │ │ ├── leaflet.awesome-markers.min.js
│ │ │ ├── leaflet.awesome-markers.css
│ │ │ └── leaflet.awesome-markers.js
│ │ ├── fontawesome-4.7.0
│ │ │ ├── fonts
│ │ │ │ ├── ionicons.eot
│ │ │ │ ├── ionicons.ttf
│ │ │ │ ├── ionicons.woff
│ │ │ │ ├── FontAwesome.otf
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ └── glyphicons-halflings-regular.woff
│ │ │ ├── images
│ │ │ │ ├── markers-matte.png
│ │ │ │ ├── markers-plain.png
│ │ │ │ ├── markers-soft.png
│ │ │ │ ├── markers-matte@2x.png
│ │ │ │ ├── markers-shadow.png
│ │ │ │ ├── markers-soft@2x.png
│ │ │ │ └── markers-shadow@2x.png
│ │ │ ├── leaflet.awesome-markers.min.js
│ │ │ ├── leaflet.awesome-markers.css
│ │ │ └── leaflet.awesome-markers.js
│ │ ├── rstudio_leaflet-1.3.1
│ │ │ ├── images
│ │ │ │ └── 1px.png
│ │ │ └── rstudio_leaflet.css
│ │ ├── leaflet-awesomemarkers-2.0.3
│ │ │ ├── fonts
│ │ │ │ ├── ionicons.eot
│ │ │ │ ├── ionicons.ttf
│ │ │ │ ├── FontAwesome.otf
│ │ │ │ ├── ionicons.woff
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ └── glyphicons-halflings-regular.woff
│ │ │ ├── images
│ │ │ │ ├── markers-soft.png
│ │ │ │ ├── markers-matte.png
│ │ │ │ ├── markers-plain.png
│ │ │ │ ├── markers-shadow.png
│ │ │ │ ├── markers-soft@2x.png
│ │ │ │ ├── markers-matte@2x.png
│ │ │ │ └── markers-shadow@2x.png
│ │ │ ├── leaflet.awesome-markers.min.js
│ │ │ ├── leaflet.awesome-markers.css
│ │ │ └── leaflet.awesome-markers.js
│ │ ├── leafletfix-1.0.0
│ │ │ └── leafletfix.css
│ │ └── Proj4Leaflet-1.0.1
│ │ │ └── proj4leaflet.js
│ └── availableShapes.html
├── apple-touch-icon-60x60.png
├── apple-touch-icon-76x76.png
├── apple-touch-icon-120x120.png
├── apple-touch-icon-152x152.png
├── apple-touch-icon-180x180.png
├── deps
│ ├── Ubuntu-0.4.7
│ │ ├── 4iCs6KVjbNBYlgo6ew.woff
│ │ └── font.css
│ ├── bootstrap-5.2.2
│ │ ├── fonts
│ │ │ ├── S6uyw4BMUTPHvxo.woff
│ │ │ ├── 4iCs6KVjbNBYlgo6ew.woff
│ │ │ ├── KFOmCnqEu92Fr1Me5g.woff
│ │ │ ├── S6u8w4BMUTPHjxswWA.woff
│ │ │ ├── S6uyw4BMUTPHjx4wWA.woff
│ │ │ ├── 4iCs6KVjbNBYlgoKfw7w.woff
│ │ │ ├── KFOmCnqEu92Fr1Mu4mxM.woff
│ │ │ ├── S6u8w4BMUTPHjxsAXC-s.woff
│ │ │ ├── S6u9w4BMUTPHh6UVeww.woff
│ │ │ ├── S6u9w4BMUTPHh7USeww.woff
│ │ │ ├── q5uGsou0JOdh94bfvQlr.woff
│ │ │ ├── 4iCv6KVjbNBYlgoCxCvTtA.woff
│ │ │ ├── CSR64z1Qlv-GDxkbKVQ_TOQ.woff
│ │ │ ├── KFOlCnqEu92Fr1MmEU9vAA.woff
│ │ │ ├── KFOlCnqEu92Fr1MmSU5vAA.woff
│ │ │ ├── KFOlCnqEu92Fr1MmWUlvAA.woff
│ │ │ ├── S6u9w4BMUTPHh6UVSwiPHw.woff
│ │ │ ├── S6u9w4BMUTPHh7USSwiPHw.woff
│ │ │ ├── 4iCv6KVjbNBYlgoCxCvjsGyL.woff
│ │ │ ├── KFOlCnqEu92Fr1MmEU9fBBc-.woff
│ │ │ ├── KFOlCnqEu92Fr1MmSU5fBBc-.woff
│ │ │ ├── KFOlCnqEu92Fr1MmWUlfBBc-.woff
│ │ │ ├── CSR54z1Qlv-GDxkbKVQ_dFsvaNA.woff
│ │ │ ├── CSR64z1Qlv-GDxkbKVQ_fOAKSw.woff
│ │ │ ├── QGYpz_kZZAGCONcK2A4bGOj8mNhL.woff
│ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3aPA.woff
│ │ │ ├── CSR54z1Qlv-GDxkbKVQ_dFsvWNRevw.woff
│ │ │ ├── 1adeadb2fe618c5ed46221f15e12b9c8.woff
│ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7j.woff
│ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7j.woff
│ │ │ ├── a98f7a7574819ba83bec6279a2cecd95.woff
│ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDQ.woff
│ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkw.woff
│ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkw.woff
│ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkw.woff
│ │ │ ├── XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTA.woff
│ │ │ ├── XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTA.woff
│ │ │ ├── XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTA.woff
│ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdo.woff
│ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdo.woff
│ │ │ ├── 1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrc.woff
│ │ │ ├── 1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrc.woff
│ │ │ ├── JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew9.woff
│ │ │ ├── JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew9.woff
│ │ │ ├── JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w9.woff
│ │ │ ├── HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DBKXhM0.woff
│ │ │ ├── HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQhM0.woff
│ │ │ ├── HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1rSg.woff
│ │ │ ├── HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTsoprSg.woff
│ │ │ ├── UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZs.woff
│ │ │ ├── UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs.woff
│ │ │ ├── UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZs.woff
│ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4k.woff
│ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4k.woff
│ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4k.woff
│ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4k.woff
│ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4k.woff
│ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4k.woff
│ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVQ.woff
│ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVQ.woff
│ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVQ.woff
│ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVQ.woff
│ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVQ.woff
│ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVQ.woff
│ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQ.woff
│ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVQ.woff
│ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQ.woff
│ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexg.woff
│ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexg.woff
│ │ │ └── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexg.woff
│ │ └── font.css
│ ├── Raleway-0.4.7
│ │ ├── 1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCM.woff
│ │ └── font.css
│ ├── Fira_Code-0.4.7
│ │ ├── uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_D1sFVQ.woff
│ │ └── font.css
│ └── data-deps.txt
├── pkgdown.yml
├── link.svg
├── sitemap.xml
├── pkgdown.js
├── LICENSE-text.html
├── 404.html
├── LICENSE.html
└── authors.html
├── inst
├── img
│ ├── rect.png
│ ├── leaf-blue.png
│ ├── leaf-red.png
│ ├── leaf-green.png
│ ├── leaf-orange.png
│ ├── leaf-purple.png
│ └── leaf-yellow.png
└── CITATION
├── FUNDING.yml
├── man
├── figures
│ ├── logo.png
│ ├── readme-example.png
│ ├── line.svg
│ ├── circle-pch.svg
│ ├── rect-pch.svg
│ ├── solid-rect-pch.svg
│ ├── solid-circle-bg-pch.svg
│ ├── solid-circle-sm-pch.svg
│ ├── solid-circle-md-pch.svg
│ ├── solid-triangle-pch.svg
│ ├── triangle-pch.svg
│ ├── circle.svg
│ ├── rect.svg
│ ├── solid-diamond-pch.svg
│ ├── diamond-pch.svg
│ ├── open-diamond-pch.svg
│ ├── triangle.svg
│ ├── diamond.svg
│ ├── stadium.svg
│ ├── down-triangle-pch.svg
│ ├── open-circle-pch.svg
│ ├── open-down-triangle-pch.svg
│ ├── open-rect-pch.svg
│ ├── plus.svg
│ ├── open-triangle-pch.svg
│ ├── polygon.svg
│ ├── simple-cross-pch.svg
│ ├── simple-plus-pch.svg
│ ├── triangle-rect-pch.svg
│ ├── star.svg
│ ├── cross-circle-pch.svg
│ ├── cross.svg
│ ├── plus-circle-pch.svg
│ ├── cross-rect-pch.svg
│ ├── plus-rect-pch.svg
│ ├── plus-diamond-pch.svg
│ ├── hexagram-pch.svg
│ └── simple-star-pch.svg
├── availableShapes.Rd
├── addLegendAwesomeIcon.Rd
├── addLegendImage.Rd
├── mapSymbols.Rd
└── legendSymbols.Rd
├── tests
└── testthat.R
├── pkgdown
└── favicon
│ ├── favicon.ico
│ ├── favicon-16x16.png
│ ├── favicon-32x32.png
│ ├── apple-touch-icon.png
│ ├── apple-touch-icon-60x60.png
│ ├── apple-touch-icon-76x76.png
│ ├── apple-touch-icon-120x120.png
│ ├── apple-touch-icon-152x152.png
│ └── apple-touch-icon-180x180.png
├── cran-comments.md
├── codecov.yml
├── .lintr
├── .Rbuildignore
├── .gitignore
├── leaflegend.Rproj
├── NAMESPACE
├── _pkgdown.yml
├── DESCRIPTION
├── LICENSE.md
└── NEWS.md
/.github/.gitignore:
--------------------------------------------------------------------------------
1 | *.html
2 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | YEAR: 2021
2 | COPYRIGHT HOLDER: Thomas P. Roh
3 |
--------------------------------------------------------------------------------
/docs/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/logo.png
--------------------------------------------------------------------------------
/docs/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/favicon.ico
--------------------------------------------------------------------------------
/inst/img/rect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/inst/img/rect.png
--------------------------------------------------------------------------------
/FUNDING.yml:
--------------------------------------------------------------------------------
1 | # These are supported funding model platforms
2 | github: [tomroh]
3 |
4 |
--------------------------------------------------------------------------------
/man/figures/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/man/figures/logo.png
--------------------------------------------------------------------------------
/docs/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/favicon-16x16.png
--------------------------------------------------------------------------------
/docs/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/favicon-32x32.png
--------------------------------------------------------------------------------
/inst/img/leaf-blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/inst/img/leaf-blue.png
--------------------------------------------------------------------------------
/inst/img/leaf-red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/inst/img/leaf-red.png
--------------------------------------------------------------------------------
/tests/testthat.R:
--------------------------------------------------------------------------------
1 | library(testthat)
2 | library(leaflegend)
3 |
4 | test_check("leaflegend")
5 |
--------------------------------------------------------------------------------
/docs/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/apple-touch-icon.png
--------------------------------------------------------------------------------
/inst/img/leaf-green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/inst/img/leaf-green.png
--------------------------------------------------------------------------------
/inst/img/leaf-orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/inst/img/leaf-orange.png
--------------------------------------------------------------------------------
/inst/img/leaf-purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/inst/img/leaf-purple.png
--------------------------------------------------------------------------------
/inst/img/leaf-yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/inst/img/leaf-yellow.png
--------------------------------------------------------------------------------
/docs/reference/Rplot001.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/Rplot001.png
--------------------------------------------------------------------------------
/pkgdown/favicon/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/pkgdown/favicon/favicon.ico
--------------------------------------------------------------------------------
/man/figures/readme-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/man/figures/readme-example.png
--------------------------------------------------------------------------------
/docs/apple-touch-icon-60x60.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/apple-touch-icon-60x60.png
--------------------------------------------------------------------------------
/docs/apple-touch-icon-76x76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/apple-touch-icon-76x76.png
--------------------------------------------------------------------------------
/docs/reference/figures/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/figures/logo.png
--------------------------------------------------------------------------------
/docs/apple-touch-icon-120x120.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/apple-touch-icon-120x120.png
--------------------------------------------------------------------------------
/docs/apple-touch-icon-152x152.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/apple-touch-icon-152x152.png
--------------------------------------------------------------------------------
/docs/apple-touch-icon-180x180.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/apple-touch-icon-180x180.png
--------------------------------------------------------------------------------
/pkgdown/favicon/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/pkgdown/favicon/favicon-16x16.png
--------------------------------------------------------------------------------
/pkgdown/favicon/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/pkgdown/favicon/favicon-32x32.png
--------------------------------------------------------------------------------
/pkgdown/favicon/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/pkgdown/favicon/apple-touch-icon.png
--------------------------------------------------------------------------------
/docs/reference/figures/readme-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/figures/readme-example.png
--------------------------------------------------------------------------------
/pkgdown/favicon/apple-touch-icon-60x60.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/pkgdown/favicon/apple-touch-icon-60x60.png
--------------------------------------------------------------------------------
/pkgdown/favicon/apple-touch-icon-76x76.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/pkgdown/favicon/apple-touch-icon-76x76.png
--------------------------------------------------------------------------------
/pkgdown/favicon/apple-touch-icon-120x120.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/pkgdown/favicon/apple-touch-icon-120x120.png
--------------------------------------------------------------------------------
/pkgdown/favicon/apple-touch-icon-152x152.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/pkgdown/favicon/apple-touch-icon-152x152.png
--------------------------------------------------------------------------------
/pkgdown/favicon/apple-touch-icon-180x180.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/pkgdown/favicon/apple-touch-icon-180x180.png
--------------------------------------------------------------------------------
/docs/deps/Ubuntu-0.4.7/4iCs6KVjbNBYlgo6ew.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/Ubuntu-0.4.7/4iCs6KVjbNBYlgo6ew.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/S6uyw4BMUTPHvxo.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6uyw4BMUTPHvxo.woff
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-1.3.1/images/layers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-1.3.1/images/layers.png
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/4iCs6KVjbNBYlgo6ew.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/4iCs6KVjbNBYlgo6ew.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/KFOmCnqEu92Fr1Me5g.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOmCnqEu92Fr1Me5g.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/S6u8w4BMUTPHjxswWA.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6u8w4BMUTPHjxswWA.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/S6uyw4BMUTPHjx4wWA.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6uyw4BMUTPHjx4wWA.woff
--------------------------------------------------------------------------------
/docs/reference/libs/ionicons-2.0.1/fonts/ionicons.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/ionicons-2.0.1/fonts/ionicons.eot
--------------------------------------------------------------------------------
/docs/reference/libs/ionicons-2.0.1/fonts/ionicons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/ionicons-2.0.1/fonts/ionicons.ttf
--------------------------------------------------------------------------------
/docs/reference/libs/ionicons-2.0.1/fonts/ionicons.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/ionicons-2.0.1/fonts/ionicons.woff
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-1.3.1/images/layers-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-1.3.1/images/layers-2x.png
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/4iCs6KVjbNBYlgoKfw7w.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/4iCs6KVjbNBYlgoKfw7w.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/KFOmCnqEu92Fr1Mu4mxM.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOmCnqEu92Fr1Mu4mxM.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/S6u8w4BMUTPHjxsAXC-s.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6u8w4BMUTPHjxsAXC-s.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh6UVeww.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh6UVeww.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh7USeww.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh7USeww.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/q5uGsou0JOdh94bfvQlr.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/q5uGsou0JOdh94bfvQlr.woff
--------------------------------------------------------------------------------
/docs/reference/libs/fontawesome-4.7.0/fonts/ionicons.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/fontawesome-4.7.0/fonts/ionicons.eot
--------------------------------------------------------------------------------
/docs/reference/libs/fontawesome-4.7.0/fonts/ionicons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/fontawesome-4.7.0/fonts/ionicons.ttf
--------------------------------------------------------------------------------
/docs/reference/libs/fontawesome-4.7.0/fonts/ionicons.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/fontawesome-4.7.0/fonts/ionicons.woff
--------------------------------------------------------------------------------
/docs/reference/libs/ionicons-2.0.1/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/ionicons-2.0.1/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-1.3.1/images/marker-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-1.3.1/images/marker-icon.png
--------------------------------------------------------------------------------
/docs/reference/libs/rstudio_leaflet-1.3.1/images/1px.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/rstudio_leaflet-1.3.1/images/1px.png
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/4iCv6KVjbNBYlgoCxCvTtA.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/4iCv6KVjbNBYlgoCxCvTtA.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/CSR64z1Qlv-GDxkbKVQ_TOQ.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/CSR64z1Qlv-GDxkbKVQ_TOQ.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmEU9vAA.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmEU9vAA.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmSU5vAA.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmSU5vAA.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmWUlvAA.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmWUlvAA.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh6UVSwiPHw.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh6UVSwiPHw.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh7USSwiPHw.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh7USSwiPHw.woff
--------------------------------------------------------------------------------
/docs/reference/libs/fontawesome-4.7.0/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/fontawesome-4.7.0/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/docs/reference/libs/ionicons-2.0.1/images/markers-matte.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/ionicons-2.0.1/images/markers-matte.png
--------------------------------------------------------------------------------
/docs/reference/libs/ionicons-2.0.1/images/markers-plain.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/ionicons-2.0.1/images/markers-plain.png
--------------------------------------------------------------------------------
/docs/reference/libs/ionicons-2.0.1/images/markers-shadow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/ionicons-2.0.1/images/markers-shadow.png
--------------------------------------------------------------------------------
/docs/reference/libs/ionicons-2.0.1/images/markers-soft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/ionicons-2.0.1/images/markers-soft.png
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-1.3.1/images/marker-icon-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-1.3.1/images/marker-icon-2x.png
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-1.3.1/images/marker-shadow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-1.3.1/images/marker-shadow.png
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/4iCv6KVjbNBYlgoCxCvjsGyL.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/4iCv6KVjbNBYlgoCxCvjsGyL.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmEU9fBBc-.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmEU9fBBc-.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmSU5fBBc-.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmSU5fBBc-.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmWUlfBBc-.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmWUlfBBc-.woff
--------------------------------------------------------------------------------
/docs/reference/libs/fontawesome-4.7.0/images/markers-matte.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/fontawesome-4.7.0/images/markers-matte.png
--------------------------------------------------------------------------------
/docs/reference/libs/fontawesome-4.7.0/images/markers-plain.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/fontawesome-4.7.0/images/markers-plain.png
--------------------------------------------------------------------------------
/docs/reference/libs/fontawesome-4.7.0/images/markers-soft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/fontawesome-4.7.0/images/markers-soft.png
--------------------------------------------------------------------------------
/docs/reference/libs/ionicons-2.0.1/images/markers-matte@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/ionicons-2.0.1/images/markers-matte@2x.png
--------------------------------------------------------------------------------
/docs/reference/libs/ionicons-2.0.1/images/markers-soft@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/ionicons-2.0.1/images/markers-soft@2x.png
--------------------------------------------------------------------------------
/docs/deps/Raleway-0.4.7/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCM.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/Raleway-0.4.7/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCM.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvaNA.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvaNA.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/CSR64z1Qlv-GDxkbKVQ_fOAKSw.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/CSR64z1Qlv-GDxkbKVQ_fOAKSw.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/QGYpz_kZZAGCONcK2A4bGOj8mNhL.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/QGYpz_kZZAGCONcK2A4bGOj8mNhL.woff
--------------------------------------------------------------------------------
/docs/reference/libs/fontawesome-4.7.0/images/markers-matte@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/fontawesome-4.7.0/images/markers-matte@2x.png
--------------------------------------------------------------------------------
/docs/reference/libs/fontawesome-4.7.0/images/markers-shadow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/fontawesome-4.7.0/images/markers-shadow.png
--------------------------------------------------------------------------------
/docs/reference/libs/fontawesome-4.7.0/images/markers-soft@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/fontawesome-4.7.0/images/markers-soft@2x.png
--------------------------------------------------------------------------------
/docs/reference/libs/ionicons-2.0.1/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/ionicons-2.0.1/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/docs/reference/libs/ionicons-2.0.1/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/ionicons-2.0.1/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/docs/reference/libs/ionicons-2.0.1/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/ionicons-2.0.1/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/docs/reference/libs/ionicons-2.0.1/images/markers-shadow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/ionicons-2.0.1/images/markers-shadow@2x.png
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPA.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPA.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNRevw.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNRevw.woff
--------------------------------------------------------------------------------
/docs/reference/libs/fontawesome-4.7.0/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/fontawesome-4.7.0/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/docs/reference/libs/fontawesome-4.7.0/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/fontawesome-4.7.0/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/docs/reference/libs/fontawesome-4.7.0/images/markers-shadow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/fontawesome-4.7.0/images/markers-shadow@2x.png
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-awesomemarkers-2.0.3/fonts/ionicons.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-awesomemarkers-2.0.3/fonts/ionicons.eot
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-awesomemarkers-2.0.3/fonts/ionicons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-awesomemarkers-2.0.3/fonts/ionicons.ttf
--------------------------------------------------------------------------------
/docs/deps/Fira_Code-0.4.7/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_D1sFVQ.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/Fira_Code-0.4.7/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_D1sFVQ.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/1adeadb2fe618c5ed46221f15e12b9c8.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/1adeadb2fe618c5ed46221f15e12b9c8.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7j.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7j.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7j.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7j.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/a98f7a7574819ba83bec6279a2cecd95.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/a98f7a7574819ba83bec6279a2cecd95.woff
--------------------------------------------------------------------------------
/docs/reference/libs/fontawesome-4.7.0/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/fontawesome-4.7.0/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-awesomemarkers-2.0.3/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-awesomemarkers-2.0.3/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-awesomemarkers-2.0.3/fonts/ionicons.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-awesomemarkers-2.0.3/fonts/ionicons.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDQ.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDQ.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkw.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkw.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkw.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkw.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkw.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkw.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTA.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTA.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTA.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTA.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTA.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTA.woff
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-awesomemarkers-2.0.3/images/markers-soft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-awesomemarkers-2.0.3/images/markers-soft.png
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdo.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdo.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdo.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdo.woff
--------------------------------------------------------------------------------
/docs/reference/libs/ionicons-2.0.1/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/ionicons-2.0.1/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/docs/reference/libs/ionicons-2.0.1/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/ionicons-2.0.1/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/docs/reference/libs/ionicons-2.0.1/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/ionicons-2.0.1/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-awesomemarkers-2.0.3/images/markers-matte.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-awesomemarkers-2.0.3/images/markers-matte.png
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-awesomemarkers-2.0.3/images/markers-plain.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-awesomemarkers-2.0.3/images/markers-plain.png
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-awesomemarkers-2.0.3/images/markers-shadow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-awesomemarkers-2.0.3/images/markers-shadow.png
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-awesomemarkers-2.0.3/images/markers-soft@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-awesomemarkers-2.0.3/images/markers-soft@2x.png
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrc.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrc.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrc.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrc.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew9.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew9.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew9.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew9.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w9.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w9.woff
--------------------------------------------------------------------------------
/docs/reference/libs/fontawesome-4.7.0/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/fontawesome-4.7.0/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/docs/reference/libs/fontawesome-4.7.0/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/fontawesome-4.7.0/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/docs/reference/libs/fontawesome-4.7.0/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/fontawesome-4.7.0/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-awesomemarkers-2.0.3/images/markers-matte@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-awesomemarkers-2.0.3/images/markers-matte@2x.png
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-awesomemarkers-2.0.3/images/markers-shadow@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-awesomemarkers-2.0.3/images/markers-shadow@2x.png
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-awesomemarkers-2.0.3/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-awesomemarkers-2.0.3/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-awesomemarkers-2.0.3/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-awesomemarkers-2.0.3/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-awesomemarkers-2.0.3/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-awesomemarkers-2.0.3/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/docs/deps/Ubuntu-0.4.7/font.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'Ubuntu';
3 | font-style: normal;
4 | font-weight: 400;
5 | font-display: swap;
6 | src: url(4iCs6KVjbNBYlgo6ew.woff) format('woff');
7 | }
8 |
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DBKXhM0.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DBKXhM0.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQhM0.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQhM0.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1rSg.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1rSg.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTsoprSg.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTsoprSg.woff
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-awesomemarkers-2.0.3/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-awesomemarkers-2.0.3/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-awesomemarkers-2.0.3/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-awesomemarkers-2.0.3/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZs.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZs.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZs.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZs.woff
--------------------------------------------------------------------------------
/docs/reference/libs/leaflet-awesomemarkers-2.0.3/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/reference/libs/leaflet-awesomemarkers-2.0.3/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/docs/deps/Raleway-0.4.7/font.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'Raleway';
3 | font-style: normal;
4 | font-weight: 400;
5 | font-display: swap;
6 | src: url(1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCM.woff) format('woff');
7 | }
8 |
--------------------------------------------------------------------------------
/docs/deps/Fira_Code-0.4.7/font.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'Fira Code';
3 | font-style: normal;
4 | font-weight: 400;
5 | font-display: swap;
6 | src: url(uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_D1sFVQ.woff) format('woff');
7 | }
8 |
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4k.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4k.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4k.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4k.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4k.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4k.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4k.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4k.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4k.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4k.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4k.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4k.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVQ.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVQ.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVQ.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVQ.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVQ.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVQ.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVQ.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVQ.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVQ.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVQ.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVQ.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVQ.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQ.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQ.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVQ.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVQ.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQ.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQ.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexg.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexg.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexg.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexg.woff
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexg.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tomroh/leaflegend/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexg.woff
--------------------------------------------------------------------------------
/docs/pkgdown.yml:
--------------------------------------------------------------------------------
1 | pandoc: 3.1.13
2 | pkgdown: 2.0.7
3 | pkgdown_sha: ~
4 | articles: {}
5 | last_built: 2024-05-09T17:05Z
6 | urls:
7 | reference: https://leaflegend.delveds.com/reference
8 | article: https://leaflegend.delveds.com/articles
9 |
10 |
--------------------------------------------------------------------------------
/cran-comments.md:
--------------------------------------------------------------------------------
1 | ## Test environments
2 | * local R installation windows 10, R 4.2.0
3 | * ubuntu 20.04 (on github), devel & release
4 | * macOS-latest (on github), release
5 | * win-builder (devel)
6 |
7 | ## R CMD check results
8 |
9 | 0 errors | 0 warnings | 0 notes
10 |
--------------------------------------------------------------------------------
/inst/CITATION:
--------------------------------------------------------------------------------
1 | bibentry(
2 | key = "leaflegend",
3 | bibtype = "Manual",
4 | title = "leaflegend: Create Custom Legends for Leaflet",
5 | author = c(person("Thomas", "Roh", comment = "Delve DS")),
6 | year = "2024",
7 | url = c("https://leaflegend.delveds.com")
8 | )
9 |
--------------------------------------------------------------------------------
/codecov.yml:
--------------------------------------------------------------------------------
1 | comment: false
2 |
3 | coverage:
4 | status:
5 | project:
6 | default:
7 | target: auto
8 | threshold: 1%
9 | informational: true
10 | patch:
11 | default:
12 | target: auto
13 | threshold: 1%
14 | informational: true
15 |
--------------------------------------------------------------------------------
/.lintr:
--------------------------------------------------------------------------------
1 | linters: linters_with_defaults(
2 | line_length_linter(80),
3 | quotes_linter = NULL,
4 | object_name_linter = object_name_linter("camelCase"),
5 | spaces_inside_linter = NULL,
6 | indentation_linter = NULL
7 | )
8 | exclusions: list(
9 | "inst/",
10 | "tests/"
11 | )
12 | encoding: "UTF-8"
13 |
--------------------------------------------------------------------------------
/.Rbuildignore:
--------------------------------------------------------------------------------
1 | ^.*\.Rproj$
2 | ^\.Rproj\.user$
3 | ^LICENSE\.md$
4 | inst/examples/
5 | ^\.github$
6 | ^cran-comments\.md$
7 | ^CRAN-RELEASE$
8 | ^doc$
9 | ^Meta$
10 | ^_pkgdown\.yml$
11 | ^docs$
12 | ^pkgdown$
13 | ^FUNDING.yml$
14 | inst/img/leaf-*.svg
15 | inst/img/leaves.svg
16 | ^codecov\.yml$
17 | ^\.lintr$
18 | ^CRAN-SUBMISSION$
19 |
--------------------------------------------------------------------------------
/man/availableShapes.Rd:
--------------------------------------------------------------------------------
1 | % Generated by roxygen2: do not edit by hand
2 | % Please edit documentation in R/legend.R
3 | \name{availableShapes}
4 | \alias{availableShapes}
5 | \title{Available shapes for map symbols}
6 | \usage{
7 | availableShapes()
8 | }
9 | \value{
10 | list of available shapes
11 | }
12 | \description{
13 | Available shapes for map symbols
14 | }
15 |
--------------------------------------------------------------------------------
/man/figures/line.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/man/figures/circle-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/rect-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/solid-rect-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/line.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/man/figures/solid-circle-bg-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/solid-circle-sm-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/circle-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/solid-rect-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/solid-circle-md-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/solid-triangle-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/triangle-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/rect-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/solid-circle-bg-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/circle.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/man/figures/rect.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/man/figures/solid-diamond-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/solid-circle-md-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/solid-circle-sm-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/solid-triangle-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/triangle-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/diamond-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/open-diamond-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/circle.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/man/figures/triangle.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | .Rproj.user
2 | .Rhistory
3 | .RData
4 | inst/examples/recipes_files
5 | inst/doc
6 | doc
7 | Meta
8 | *.tar.gz
9 | inst/img/leaf-*.svg
10 | inst/img/leaves.svg
11 | inst/examples/recipes.html
12 | inst/examples/recipes.gfm.md
13 | inst/examples/test.html
14 | inst/examples/img
15 | inst/examples/recipes.md
16 | inst/examples/viz-test.R
17 | inst/examples/gen-symbol-svg.R
18 |
--------------------------------------------------------------------------------
/docs/reference/figures/diamond-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/open-diamond-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/rect.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/docs/reference/figures/solid-diamond-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/triangle.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/man/figures/diamond.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/man/figures/stadium.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/docs/reference/figures/diamond.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/docs/reference/figures/stadium.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/man/figures/down-triangle-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/open-circle-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/open-down-triangle-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/open-rect-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/plus.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/docs/reference/figures/down-triangle-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/open-circle-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/open-down-triangle-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/open-triangle-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/open-rect-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/plus.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/docs/reference/figures/open-triangle-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/leaflegend.Rproj:
--------------------------------------------------------------------------------
1 | Version: 1.0
2 |
3 | RestoreWorkspace: Default
4 | SaveWorkspace: Default
5 | AlwaysSaveHistory: Default
6 |
7 | EnableCodeIndexing: Yes
8 | UseSpacesForTab: Yes
9 | NumSpacesForTab: 2
10 | Encoding: UTF-8
11 |
12 | RnwWeave: Sweave
13 | LaTeX: pdfLaTeX
14 |
15 | AutoAppendNewline: Yes
16 | StripTrailingWhitespace: Yes
17 |
18 | BuildType: Package
19 | PackageUseDevtools: Yes
20 | PackageInstallArgs: --no-multiarch --with-keep.source
21 |
--------------------------------------------------------------------------------
/docs/deps/data-deps.txt:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/man/figures/polygon.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/docs/reference/figures/polygon.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/man/figures/simple-cross-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/simple-plus-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/simple-cross-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/simple-plus-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/triangle-rect-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/triangle-rect-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/NAMESPACE:
--------------------------------------------------------------------------------
1 | # Generated by roxygen2: do not edit by hand
2 |
3 | export(addLegendAwesomeIcon)
4 | export(addLegendBin)
5 | export(addLegendFactor)
6 | export(addLegendImage)
7 | export(addLegendLine)
8 | export(addLegendNumeric)
9 | export(addLegendQuantile)
10 | export(addLegendSize)
11 | export(addLegendSymbol)
12 | export(addSymbols)
13 | export(addSymbolsSize)
14 | export(availableShapes)
15 | export(makeSvgUri)
16 | export(makeSymbol)
17 | export(makeSymbolIcons)
18 | export(makeSymbolsSize)
19 | export(sizeBreaks)
20 | export(sizeNumeric)
21 |
--------------------------------------------------------------------------------
/man/figures/star.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/docs/reference/figures/star.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/man/figures/cross-circle-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/cross.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/man/figures/plus-circle-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/cross-rect-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/plus-rect-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/cross-circle-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/cross.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/docs/reference/figures/plus-circle-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/cross-rect-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/plus-rect-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/plus-diamond-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/plus-diamond-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/man/figures/hexagram-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/hexagram-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/deps/bootstrap-5.2.2/font.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: 'Inter';
3 | font-style: normal;
4 | font-weight: 400;
5 | font-display: swap;
6 | src: url(fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZs.woff) format('woff');
7 | }
8 | @font-face {
9 | font-family: 'Inter';
10 | font-style: normal;
11 | font-weight: 500;
12 | font-display: swap;
13 | src: url(fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs.woff) format('woff');
14 | }
15 | @font-face {
16 | font-family: 'Inter';
17 | font-style: normal;
18 | font-weight: 700;
19 | font-display: swap;
20 | src: url(fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZs.woff) format('woff');
21 | }
22 |
--------------------------------------------------------------------------------
/man/figures/simple-star-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/docs/reference/figures/simple-star-pch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.github/workflows/test-coverage.yaml:
--------------------------------------------------------------------------------
1 | # Workflow derived from https://github.com/r-lib/actions/tree/master/examples
2 | # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3 | on:
4 | push:
5 | branches: [main]
6 | pull_request:
7 | branches: [main]
8 |
9 | name: test-coverage
10 |
11 | jobs:
12 | test-coverage:
13 | runs-on: ubuntu-latest
14 | env:
15 | GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
16 |
17 | steps:
18 | - uses: actions/checkout@v3
19 |
20 | - uses: r-lib/actions/setup-r@v2
21 | with:
22 | use-public-rspm: true
23 |
24 | - uses: r-lib/actions/setup-r-dependencies@v2
25 | with:
26 | extra-packages: covr
27 |
28 | - name: Test coverage
29 | run: covr::codecov()
30 | shell: Rscript {0}
31 |
--------------------------------------------------------------------------------
/_pkgdown.yml:
--------------------------------------------------------------------------------
1 | url: https://leaflegend.delveds.com
2 | authors:
3 | Thomas Roh:
4 | href: mailto:thomas.roh@delveds.com
5 | template:
6 | bootstrap: 5
7 | bootswatch: zephyr
8 | bslib:
9 | bg: "#f5f5f5"
10 | fg: "#100C08"
11 | primary: "#00bfff"
12 | secondary: "#ffffff"
13 | base_font: {google: "Ubuntu"}
14 | heading_font: {google: "Raleway"}
15 | code_font: {google: "Fira Code"}
16 | params:
17 | ganalytics: G-FEY7F5BR1Z
18 | includes:
19 | after_navbar: ''
20 |
21 | navbar:
22 | bg: primary
23 | type: light
24 |
25 | footer:
26 | structure:
27 | left: developed
28 | components:
29 | developed: "Developed by [Delve DS](https://delveds.com)."
30 |
31 |
--------------------------------------------------------------------------------
/docs/link.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
13 |
--------------------------------------------------------------------------------
/docs/reference/libs/leafletfix-1.0.0/leafletfix.css:
--------------------------------------------------------------------------------
1 | /* Work around CSS properties introduced on img by bootstrap */
2 | img.leaflet-tile {
3 | padding: 0;
4 | margin: 0;
5 | border-radius: 0;
6 | border: none;
7 | }
8 | .leaflet .info {
9 | padding: 6px 8px;
10 | font: 14px/16px Arial, Helvetica, sans-serif;
11 | background: white;
12 | background: rgba(255,255,255,0.8);
13 | box-shadow: 0 0 15px rgba(0,0,0,0.2);
14 | border-radius: 5px;
15 | }
16 | .leaflet .legend {
17 | line-height: 18px;
18 | color: #555;
19 | }
20 | .leaflet .legend svg text {
21 | fill: #555;
22 | }
23 | .leaflet .legend svg line {
24 | stroke: #555;
25 | }
26 | .leaflet .legend i {
27 | width: 18px;
28 | height: 18px;
29 | margin-right: 4px;
30 | opacity: 0.7;
31 | display: inline-block;
32 | vertical-align: top;
33 | /*For IE 7*/
34 | zoom: 1;
35 | *display: inline;
36 | }
37 |
--------------------------------------------------------------------------------
/DESCRIPTION:
--------------------------------------------------------------------------------
1 | Package: leaflegend
2 | Type: Package
3 | Title: Add Custom Legends to 'leaflet' Maps
4 | Version: 1.2.1
5 | Authors@R: c(
6 | person("Thomas", "Roh", email = "thomas@roh.engineering", role = c("aut", "cre")),
7 | person("Ricardo Rodrigo", "Basa", email = "radbasa@gmail.com", role = c("ctb")))
8 | Description: Provides extensions to the 'leaflet' package to
9 | customize legends with images, text styling, orientation, sizing,
10 | and symbology and functions to create symbols to plot on maps.
11 | License: MIT + file LICENSE
12 | Encoding: UTF-8
13 | Depends:
14 | R (>= 3.3.0)
15 | Imports:
16 | leaflet,
17 | htmltools,
18 | stats,
19 | base64enc,
20 | htmlwidgets
21 | RoxygenNote: 7.2.3
22 | URL: https://leaflegend.delveds.com, https://github.com/tomroh/leaflegend
23 | BugReports: https://github.com/tomroh/leaflegend/issues
24 | Suggests:
25 | covr,
26 | testthat (>= 3.0.0)
27 | Config/testthat/edition: 3
28 |
--------------------------------------------------------------------------------
/LICENSE.md:
--------------------------------------------------------------------------------
1 | # MIT License
2 |
3 | Copyright (c) 2021 Thomas P. Roh
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/docs/reference/libs/rstudio_leaflet-1.3.1/rstudio_leaflet.css:
--------------------------------------------------------------------------------
1 | .leaflet-tooltip.leaflet-tooltip-text-only,
2 | .leaflet-tooltip.leaflet-tooltip-text-only:before,
3 | .leaflet-tooltip.leaflet-tooltip-text-only:after {
4 | background: none;
5 | border: none;
6 | box-shadow: none;
7 | }
8 |
9 | .leaflet-tooltip.leaflet-tooltip-text-only.leaflet-tooltip-left {
10 | margin-left: 5px;
11 | }
12 |
13 | .leaflet-tooltip.leaflet-tooltip-text-only.leaflet-tooltip-right {
14 | margin-left: -5px;
15 | }
16 |
17 | .leaflet-tooltip:after {
18 | border-right: 6px solid transparent;
19 | /* right: -16px; */
20 | }
21 |
22 | .leaflet-popup-pane .leaflet-popup-tip-container {
23 | /* when the tooltip container is clicked, it is closed */
24 | pointer-events: all;
25 | /* tooltips should display the "hand" icon, just like .leaflet-interactive*/
26 | cursor: pointer;
27 | }
28 |
29 | /* have the widget be displayed in the right 'layer' */
30 | .leaflet-map-pane {
31 | z-index: auto;
32 | }
33 |
34 | /* Add missing rule from leaflet for img.
35 | This complete existing leaflet.css.
36 | Fix for https://github.com/rstudio/rmarkdown/issues/1949 */
37 | .leaflet-container .leaflet-right-pane img,
38 | .leaflet-container .leaflet-left-pane img {
39 | max-width: none !important;
40 | max-height: none !important;
41 | }
42 |
--------------------------------------------------------------------------------
/docs/sitemap.xml:
--------------------------------------------------------------------------------
1 |
2 |

YEAR: 2021 54 | COPYRIGHT HOLDER: Thomas P. Roh 55 |56 | 57 |

Available shapes for map symbols
56 |Copyright (c) 2021 Thomas P. Roh
56 |Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
57 |The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
58 |THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
59 |