File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 20
20
## Install
21
21
Install the package and its peer dependencies via npm:
22
22
```
23
- npm install d3
24
- npm install d3-hexbin
25
- npm install leaflet
23
+ npm install d3 d3-hexbin leaflet
26
24
```
27
25
26
+ If you want to grab the source files directly without using npm, or you want to run the examples, you can build the dist files directly.
27
+ Simply check out the repository, and then build it with the following commands:
28
+ ```
29
+ git clone git@github.com:Asymmetrik/leaflet-d3.git
30
+ cd leaflet-d3
31
+ npm install
32
+ npm run build
33
+ ```
28
34
29
35
## Usage
30
36
Original file line number Diff line number Diff line change 3
3
"artifactName" : " leaflet-d3" ,
4
4
"moduleName" : " leafletD3" ,
5
5
"description" : " Custom d3 layers for leaflet" ,
6
- "version" : " 4.3.0 " ,
6
+ "version" : " 4.3.1 " ,
7
7
"author" : " Asymmetrik, Ltd." ,
8
8
"copyright" : " Copyright (c) 2007-2018 Asymmetrik Ltd, a Maryland Corporation" ,
9
9
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments