Merge pull request #4649 from Jimexist/patch-2

PolylineOptions should extend PathOption
This commit is contained in:
Masahiro Wakame
2015-06-23 01:55:25 +09:00
+1 -1
View File
@@ -3448,7 +3448,7 @@ declare module L {
declare module L {
export interface PolylineOptions {
export interface PolylineOptions extends PathOptions {
/**
* How much to simplify the polyline on each zoom level. More means better performance