Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
trafficonese committed Sep 1, 2024
1 parent 1ac3dd7 commit c867acc
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ remotes::install_github('trafficonese/leaflet.extras2')

### Integrated Plugins

If you need a plugin that is not already implemented create an [issue](https://github.com/trafficonese/leaflet.extras2/issues/new). See the [FAQ](#FAQ) section below for details.
If you need a plugin that is not already implemented create an [issue](https://github.com/trafficonese/leaflet.extras2/issues/new). See the [FAQ](#faq) section below for details.

- [Ant Path](https://github.com/rubenspgcavalcante/leaflet-ant-path)
- [Arrowheads](https://github.com/slutske22/leaflet-arrowheads)
Expand Down
120 changes: 120 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,124 @@
title: leaflet.extras2
url: https://trafficonese.github.io/leaflet.extras2/
template:
bootstrap: 5

reference:
- title: Package Documentation
desc: ~
contents:
- '`leaflet.extras2`'
- title: Ant Path
contents:
- matches("Antpath")
- matches("antpath")
- title: Arrowhead
contents:
- matches("Arrowhead")
- matches("arrowhead")
- title: Contextmenu
contents:
- matches("Contextmenu")
- matches("contextmenu")
- matches("context_")
- menuItem
- mapmenuItems
- markermenuItems
- title: DivIcons
contents:
- matches("DivIcon")
- matches("Divicon")
- matches("divicon")
- title: Clustercharts with d3
contents:
- matches("ClusterCharts")
- matches("clusterchart")
- title: Easy Print
contents:
- matches("Easyprint")
- matches("easyprint")
- title: GIBS
contents:
- matches("GIBS")
- setDate
- setTransparent
- gibs_layers
- title: Heightgraph
contents:
- matches("Heightgraph")
- matches("heightgraph")
- title: Hexbin-D3
contents:
- matches("Hexbin")
- matches("hexbin")
- title: History
contents:
- matches("History")
- matches("history")
- clearFuture
- title: Labelgun
contents:
- matches("Labelgun")
- title: Moving Markers
- title: Mapkey Icons
contents:
- matches("Mapkey")
- matches("mapkey")
- title: Moving Markers
contents:
- matches("movingMarker")
- matches("Moving")
- title: OpenWeatherMap
contents:
- matches("Openweather")
- matches("openweather")
- title: OSM Buildings
contents:
- matches("Building")
- title: Playback
contents:
- matches("Playback")
- matches("playback")
- to_jsonformat
- to_ms
- title: Reachability
contents:
- matches("Reachability")
- matches("reachability")
- title: Sidebar-v2
contents:
- matches("Sidebar")
- matches("sidebar")
- title: Side-by-Side
contents:
- matches("Sidebyside")
- title: Spinner
contents:
- matches("Spinner")
- title: Sync
contents:
- matches("sync")
- matches("Sync")
- title: Tangram
contents:
- matches("Tangram")
- title: Timeslider
contents:
- matches("Timeslider")
- matches("timeslider")
- title: Velocity
contents:
- matches("Velocity")
- matches("velocity")
- title: WMS
contents:
- matches("WMS")

destination: docs

development:
mode: auto

authors:
Sebastian Gatscha:
href: https://github.com/trafficonese

0 comments on commit c867acc

Please sign in to comment.