-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_pkgdown.yml
93 lines (88 loc) · 2.05 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
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
url: https://walker-data.com/mapboxapi
template:
bootstrap: 5
bootswatch: minty
home:
title: Use Mapbox Web Services in R
authors:
Kyle Walker:
href: https://walker-data.com
reference:
- title: API token, style, and data management
contents:
- '`mapboxapi`'
- '`mb_access_token`'
- '`get_style`'
- '`upload_tiles`'
- '`check_upload_status`'
- title: Geocoding
contents:
- '`mb_geocode`'
- '`mb_reverse_geocode`'
- '`mb_batch_geocode`'
- '`mapboxGeocoderInput`'
- '`geocoder_as_sf`'
- '`geocoder_as_xy`'
- title: Navigation Services
contents:
- '`mb_directions`'
- '`mb_matrix`'
- '`mb_isochrone`'
- '`mb_optimized_route`'
- title: Tilequery API and tippecanoe
contents:
- '`get_vector_tiles`'
- '`query_tiles`'
- '`tippecanoe`'
- title: Static Tiles and Static Maps APIs
contents:
- '`addMapboxTiles`'
- '`get_static_tiles`'
- '`static_mapbox`'
- '`layer_static_mapbox`'
- '`prep_overlay_markers`'
- title: Mapbox Tiling Service
contents:
- '`mts_create_source`'
- '`feature_options`'
- '`mts_create_tileset`'
- '`mts_get_recipe`'
- '`mts_list_sources`'
- '`mts_list_tilesets`'
- '`mts_make_recipe`'
- '`mts_publish_tileset`'
- '`mts_update_recipe`'
- '`mts_validate_recipe`'
- '`recipe_layer`'
- '`tile_options`'
navbar:
structure:
left:
- home
- intro
- reference
- articles
- tutorials
- news
right: github
components:
home:
icon: fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
articles:
text: Articles
menu:
- text: Mapping with mapboxapi
href: articles/mapping.html
- text: Using navigation services with mapboxapi
href: articles/navigation.html
- text: Creating and uploading Mapbox vector tilesets
href: articles/creating-tiles.html
- text: Dynamic maps with Mapbox Tiling Service and mapboxer
href: articles/dynamic-maps.html
github:
icon: fa-github fa-lg
href: https://github.com/walkerke/mapboxapi