Skip to content

Commit

Permalink
Merge pull request #97 from rtrevinnoc/master
Browse files Browse the repository at this point in the history
Changed imports to acommodate to new ngx-leaflet organization
  • Loading branch information
bastyen committed Apr 28, 2023
2 parents f2c09bc + 16dc5a0 commit fd24ac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/leaflet.geometryutil.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import L, { LatLngLiteral, Layer } from "leaflet";
import * as L from "leaflet";
import { LatLngLiteral, Layer } from "leaflet"

interface LayerPointRelation<LayerType extends Layer = Layer> {
layer: LayerType;
Expand Down

0 comments on commit fd24ac5

Please sign in to comment.