Skip to content

Commit 5173697

Browse files
author
Les Moffat
committed
RD-1231 Appease linter
1 parent fc9517e commit 5173697

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,3 @@ jobs:
6262
r2-bucket: cdn-storage
6363
source-dir: dist
6464
destination-dir: maptiler-geocoding-control/v${{ env.PACKAGE_VERSION }}/
65-

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
## What?
2222

23-
The *MapTiler Geocoding control* implements a powerful search box in your maps or online forms, enabling your application users to find any place on Earth down to individual addresses. Use the search box control with [MapTiler SDK JS](https://docs.maptiler.com/sdk-js/) (or other map libraries like [Leaflet](https://docs.maptiler.com/leaflet/), [MapLibre GL JS](https://github.com/maplibre/maplibre-gl-js), [OpenLayers](https://docs.maptiler.com/openlayers/)).
23+
The _MapTiler Geocoding control_ implements a powerful search box in your maps or online forms, enabling your application users to find any place on Earth down to individual addresses. Use the search box control with [MapTiler SDK JS](https://docs.maptiler.com/sdk-js/) (or other map libraries like [Leaflet](https://docs.maptiler.com/leaflet/), [MapLibre GL JS](https://github.com/maplibre/maplibre-gl-js), [OpenLayers](https://docs.maptiler.com/openlayers/)).
2424

2525
## Why?
2626

@@ -29,13 +29,13 @@ The _Geocoding control_ uses the [MapTiler Geocoding API](https://www.maptiler.c
2929
With this control, users of
3030
mapping application can:
3131

32-
* Find any place on Earth (States, Cities, Streets, Addresses, POIs, ...) down
33-
to the address level
34-
* Find and identify objects or place names using a coordinate pair or a single mouse click (reverse geocoding)
35-
* Restrict the search area to a specific country, bounding box, or proximity
36-
* Highlight searched results on the map (marker or full geometry)
37-
* Autocomplete words while typing
38-
* and much more. Check out the [Geocoding Control API reference](https://docs.maptiler.com/sdk-js/modules/geocoding/api/api-reference/#options) to see all the options.
32+
- Find any place on Earth (States, Cities, Streets, Addresses, POIs, ...) down
33+
to the address level
34+
- Find and identify objects or place names using a coordinate pair or a single mouse click (reverse geocoding)
35+
- Restrict the search area to a specific country, bounding box, or proximity
36+
- Highlight searched results on the map (marker or full geometry)
37+
- Autocomplete words while typing
38+
- and much more. Check out the [Geocoding Control API reference](https://docs.maptiler.com/sdk-js/modules/geocoding/api/api-reference/#options) to see all the options.
3939

4040
The component can be used as an ES module or UMD module with or without bundler.
4141

0 commit comments

Comments
 (0)