@asymmetrik/ngx-leaflet
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -1,2 +0,2 @@ | ||
/*! @asymmetrik/ngx-leaflet - 2.4.0 - Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved. + */ | ||
/*! @asymmetrik/ngx-leaflet - 2.4.1 - Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved. + */ | ||
(function (global, factory) { | ||
@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('leaflet')) : |
@@ -1,2 +0,2 @@ | ||
/*! @asymmetrik/ngx-leaflet - 2.4.0 - Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved. + */ | ||
/*! @asymmetrik/ngx-leaflet - 2.4.1 - Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved. + */ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("leaflet")):"function"==typeof define&&define.amd?define(["exports","@angular/core","leaflet"],t):t(e.ngxLeaflet={},e.ng.core,e.L)}(this,function(e,t,r){"use strict";var n=/** @class */function(){function e(e){this.DEFAULT_ZOOM=1,this.DEFAULT_CENTER=r.latLng([38.907192,-77.036871]),this.DEFAULT_FPZ_OPTIONS={},this.fitBoundsOptions=this.DEFAULT_FPZ_OPTIONS,this.panOptions=this.DEFAULT_FPZ_OPTIONS,this.zoomOptions=this.DEFAULT_FPZ_OPTIONS,this.zoomPanOptions=this.DEFAULT_FPZ_OPTIONS, | ||
@@ -3,0 +3,0 @@ // Default configuration |
@@ -0,1 +1,2 @@ | ||
import * as L from 'leaflet'; | ||
import { LeafletDirective } from './leaflet.directive'; | ||
@@ -2,0 +3,0 @@ export declare class LeafletDirectiveWrapper { |
@@ -6,3 +6,3 @@ { | ||
"description": "Angular 2+ components for Leaflet", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"author": "Asymmetrik, Ltd.", | ||
@@ -9,0 +9,0 @@ "copyright": "Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved.", |
@@ -0,1 +1,3 @@ | ||
import * as L from 'leaflet'; | ||
import { LeafletDirective } from './leaflet.directive'; | ||
@@ -16,3 +18,3 @@ | ||
getMap() { | ||
getMap(): L.Map { | ||
return this.leafletDirective.getMap(); | ||
@@ -19,0 +21,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
219645
2867