-
Notifications
You must be signed in to change notification settings - Fork 4
/
leaflet_pkgdown.yml
159 lines (141 loc) · 3.37 KB
/
leaflet_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
url: https://rstudio.github.io/leaflet/
# development:
# mode: auto
template:
package: tidytemplate
assets: pkgdown/assets
bootstrap: 5
bslib:
primary: "#199900"
navbar-background: "#f8f8f8"
trailing_slash_redirect: true
footer:
structure:
left: [developed_by, copyright]
components:
copyright: >
The Leaflet JavaScript library is © 2010–2023 [Vladimir Agafonkin](http://agafonkin.com/en), 2010–2011 [CloudMade](http://cloudmade.com/).
Maps © [OpenStreetMap](https://openstreetmap.org/copyright) contributors unless otherwise noted.
intro:
- title: Get started
contents:
- articles/leaflet
articles:
- title: Get started
navbar: ~
contents:
- articles/widget
- articles/choropleths
- articles/colors
- title: Customize
navbar: Customize
contents:
- articles/popups
- articles/showhide
- articles/markers
- articles/legends
- articles/shapes
- articles/basemaps
- title: Spatial data
navbar: Spatial data
contents:
- articles/json
- articles/raster
- articles/projections
- title: Other
contents:
- articles/shiny
- articles/morefeatures
- articles/extending
- articles/leaflet
redirects:
- ["basemaps.html", "articles/basemaps.html"]
- ["choropleths.html", "articles/choropleths.html"]
- ["colors.html", "articles/colors.html"]
- ["extending.html", "articles/extending.html"]
- ["json.html", "articles/json.html"]
- ["markers.html", "articles/markers.html"]
- ["morefeatures.html", "articles/morefeatures.html"]
- ["popups.html", "articles/popups.html"]
- ["projections.html", "articles/projections.html"]
- ["raster.html", "articles/raster.html"]
- ["shapes.html", "articles/shapes.html"]
- ["shiny.html", "articles/shiny.html"]
- ["showhide.html", "articles/showhide.html"]
- ["map_widget.html", "articles/widget.html"]
reference:
- title: The Map Widget
desc: The map widget and methods to manipulate it
contents:
- leaflet
- setView
- mapOptions
- leafletSizingPolicy
- title: Graphics Elements
desc: Adding and removing graphics
contents:
- addTiles
- tileOptions
- addProviderTiles
- providers
- addLegend
- addRasterImage
- addRasterLegend
- title: Layers & Groups
desc: Control groups and switch layers on and off
contents:
- addMapPane
- addLayersControl
- showGroup
- groupOptions
- title: Colors
desc: Map variables to colors
contents:
- colorFactor
- previewColors
- title: Icons
desc: Use icons in `leaflet::addMarkers()`
contents:
- icons
- makeIcon
- iconList
- title: Add-ons
desc: Utility functions to add additional functionality to a `{leaflet}` map
- subtitle: Awesome Markers
contents:
- addAwesomeMarkers
- awesomeIcons
- makeAwesomeIcon
- awesomeIconList
- subtitle: Other
contents:
- addMeasure
- addScaleBar
- addGraticule
- addSimpleGraticule
- addTerminator
- addMiniMap
- addEasyButton
- addEasyButtonBar
- title: Shiny
desc: Using leaflet in `{shiny}`
contents:
- leafletOutput
- leafletProxy
- removeControl
- title: Extending Leaflet
desc: Functions for extending leaflet
contents:
- derivePoints
- evalFormula
- expandLimits
- expandLimitsBbox
- filterNULL
- getMapData
- invokeMethod
- validateCoords
- leafletDependencies
- title: Built in datasets
desc: Spatial datasets exported by `{leaflet}`
contents:
- has_concept("built in datasets")