Skip to content

Commit

Permalink
Release v0.83.1
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Jan 7, 2025
1 parent f757847 commit 04a5b83
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet.locatecontrol",
"version": "0.83.0",
"version": "0.83.1",
"homepage": "https://github.com/domoritz/leaflet-locatecontrol",
"authors": ["Dominik Moritz <[email protected]>"],
"description": "A useful control to geolocate the user with many options. Used by osm.org and mapbox among many others.",
Expand Down
4 changes: 2 additions & 2 deletions dist/L.Control.Locate.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Control, Layer, Map, ControlOptions, PathOptions, MarkerOptions, LocationEvent, LatLngBounds } from "leaflet";
import { Control, Layer, Map, ControlOptions, PathOptions, MarkerOptions, LocationEvent, LatLngBounds, LocateOptions as LeafletLocateOptions } from "leaflet";

export type SetView = false | "once" | "always" | "untilPan" | "untilPanOrZoom";
export type ClickBehavior = "stop" | "setView";
Expand Down Expand Up @@ -48,7 +48,7 @@ export interface LocateOptions extends ControlOptions {
onLocationOutsideMapBounds?: ((control: LocateControl) => void) | undefined;
showPopup?: boolean | undefined;
strings?: StringsOptions | undefined;
locateOptions?: LocateOptions | undefined;
locateOptions?: LeafletLocateOptions | undefined;
}

export class LocateControl extends Control {
Expand Down
2 changes: 1 addition & 1 deletion dist/L.Control.Locate.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet.locatecontrol",
"version": "0.83.0",
"version": "0.83.1",
"homepage": "https://github.com/domoritz/leaflet-locatecontrol",
"description": "A useful control to geolocate the user with many options. Used by osm.org and mapbox among many others.",
"main": "dist/L.Control.Locate.min.js",
Expand Down

0 comments on commit 04a5b83

Please sign in to comment.