Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leaflet.SlideMenu

A simple slide menu for Leaflet.
When you click the menu button and the menu is displayed to slide.
Please set the innerHTML to slide menu.

Usage

This control uses Font Awesome for the icon by default. To use, include:

<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">

Include the CSS:

<link rel="stylesheet" href="L.Control.SlideMenu.css">

Include the JavaScript:

<script src="L.Control.SlideMenu.js"></script>

Example usage:

L.control.slideMenu('<p>test</p>').addTo(map);

Arguments

L.control.slideMenu(<String>innerHTML, <SlideMenu options>options?)

innerHTML: Set the innerHTML in the menu.
options: SlideMenu Options

Options

position: The standard Leaflet.Control position parameter. Defaults to 'topleft'
menuposition: Set the position of the slide menu. Defaults to 'topleft'
width: Set the width of the slide menu. Defaults to '300px'
height: Set the height of the slide menu. Defaults to '100%'
direction: Set the direction of the slide menu animation. Defaults to 'horizontal'
changeperc: The percentage of total size by one movement. The unit is percent. Defaults to '10'
delay: The display of the slide menu set the speed for moving one by "X"px ("X" is calculated from changeperc). The unit is milliseconds. Defaults to '10'
icon: Set the menu icon for 'Font Awesome' of the slide menu. Defaults to 'fa-bars'
hidden: Set the hide of the slide menu. Defaults to 'false'

Methods

setContents(<String>innerHTML): Set the innerHTML in the menu. Please use here if you do not set the innerHTML to the argument of the slide menu.

Demo

DemoPage

License

MIT

About

A simple slide menu for Leaflet.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.