ui-leaflet-draw

WebJar for ui-leaflet-draw

License

License

MIT
Categories

Categories

Leaf Data Databases
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

ui-leaflet-draw
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

ui-leaflet-draw
WebJar for ui-leaflet-draw
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/angular-ui/ui-leaflet-draw

Download ui-leaflet-draw

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/ui-leaflet-draw/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>ui-leaflet-draw</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/ui-leaflet-draw/
implementation 'org.webjars.bower:ui-leaflet-draw:0.0.5'
// https://jarcasting.com/artifacts/org.webjars.bower/ui-leaflet-draw/
implementation ("org.webjars.bower:ui-leaflet-draw:0.0.5")
'org.webjars.bower:ui-leaflet-draw:jar:0.0.5'
<dependency org="org.webjars.bower" name="ui-leaflet-draw" rev="0.0.5">
  <artifact name="ui-leaflet-draw" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='ui-leaflet-draw', version='0.0.5')
)
libraryDependencies += "org.webjars.bower" % "ui-leaflet-draw" % "0.0.5"
[org.webjars.bower/ui-leaflet-draw "0.0.5"]

Dependencies

compile (4)

Group / Artifact Type Version
org.webjars.bower : leaflet jar [0.7,0.8)
org.webjars.bower » github-com-michaelguild13-leaflet-draw jar master
org.webjars.bower : angular jar [1,2)
org.webjars.bower » ui-leaflet jar [1,2)

Project Modules

There are no modules declared in this project.

ui-leaflet-draw

Dependencies  Dependencies  Build Status

Purpose:

To extend ui-leaflet directives to add Leaflet.Draw.

Basic use:

In general the main goal of this direcitve to bind an attribute lf-draw within the leaflet directive to a field which represent Leaflet.Draw options.

Follows the same event driven architecture of leafletDirectiveDraw[someEvent] being fired from root scope. The events are here.

API

For basic use it is described in a enough extent in Basic use.

Unique Options

  • options.control - (note: this will probably go away infavor of leafletData)

    • promised(promise):
      • promise: type: Promise which resolves:
        • type object
          • control: drawControl leaflet object
          • map:: leaflet map instance

Full Example

org.webjars.bower

AngularUI

Versions

Version
0.0.5