-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy path_pkgdown.yml
67 lines (66 loc) · 1.37 KB
/
_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
title: leaflet.extras
url: https://trafficonese.github.io/leaflet.extras/
template:
bootstrap: 5
reference:
- title: Package Documentation
desc: ~
contents: '`leaflet.extras`'
- title: Useful Dependencies
desc: ~
contents:
- '`addAwesomeMarkersDependencies`'
- '`addBootstrapDependency`'
- '`leafletExtrasDependencies`'
- title: Draw on Map
desc: ~
contents:
- '`drawShapeOptions`'
- '`addDrawToolbar`'
- '`addStyleEditor`'
- '`enableMeasurePath`'
- '`toolbarOptions`'
- '`handlersOptions`'
- '`edithandlersOptions`'
- '`edittoolbarOptions`'
- title: Heatmaps
desc: ~
contents:
- '`addHeatmap`'
- '`addWebGLHeatmap`'
- title: GeoJSON/TopoJSON
desc: ~
contents:
- '`addGeoJSONv2`'
- '`propsToHTML`'
- title: GroupedLayerControl
desc: ~
contents:
- matches("GroupedLayer")
- matches("groupedLayers")
- matches("addGrouped")
- title: Extra Icons
desc: ~
contents:
- '`pulseIconList`'
- '`weatherIconList`'
- title: Search Markers/Shapes
desc: ~
contents:
- '`searchOptions`'
- '`addSearchOSM`'
- '`addSearchFeatures`'
- title: Miscellaneous Features
desc: ~
contents:
- '`addGeodesicPolylines`'
- '`addFullscreenControl`'
- '`gpsOptions`'
- '`addHash`'
- '`suspendScroll`'
- '`enableTileCaching`'
- '`addWMSLegend`'
- '`debugMap`'
- '`addResetMapButton`'
- '`addBingTiles`'
- '`addBounceMarkers`'