Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zdila committed Jul 11, 2023
1 parent b0de97e commit ec90a6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ If you import script from CDN using `<script src="https://cdn.maptiler.com/mapti
| ------------------------------ | --------------------------------------- | ------------------------------------------------------------------ |
| `leaflet.umd.js` | `leafletMaptilerGeocoder` | `class GeocodingControl`,`function createLeafletMapController` |
| `maplibregl.umd.js` | `maplibreglMaptilerGeocoder` | `class GeocodingControl`, `function createMapLibreGlMapController` |
| `maptilersdk.umd.js` | `maptilersdkMaptilerGeocoder` | `class GeocodingControl` |
| `openlayers.umd.js` | `openlayersMaptilerGeocoder` | `class GeocodingControl` |
| `maptilersdk.umd.js` | `maptilersdkMaptilerGeocoder` | `class GeocodingControl`, `function createMapLibreGlMapController` |
| `openlayers.umd.js` | `openlayersMaptilerGeocoder` | `class GeocodingControl`, `function createOpenLayersMapController` |
| `react.umd.js` | `reactMaptilerGeocoder` | `class GeocodingControl` |
| `vanilla.umd.js` | `maptilerGeocoder` | `class GeocodingControl` |
| `leaflet-controller.umd.js` | `leafletMaptilerGeocodingController` | `function createLeafletMapController` |
Expand Down
1 change: 1 addition & 0 deletions src/lib/maptilersdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
type MapLibreBaseControlOptions,
type Props,
} from "./MapLibreBasedGeocodingControl";
export { createMapLibreGlMapController } from "./maplibregl-controller";

export class GeocodingControl extends MapLibreBasedGeocodingControl<MapLibreBaseControlOptions> {
getMapLibreGl(): typeof maplibregl {
Expand Down

0 comments on commit ec90a6c

Please sign in to comment.