mapbox-gl-geocoder icon indicating copy to clipboard operation
mapbox-gl-geocoder copied to clipboard

Geocoder control for mapbox-gl-js using Mapbox Geocoding API

Results 127 mapbox-gl-geocoder issues
Sort by recently updated
recently updated
newest added

please consider adding an option to disable this: ``` this._inputEl.focus(); this._inputEl.scrollLeft = 0; this._inputEl.setSelectionRange(0, 0); ``` semi-related: imho, on focus, it should `this._inputEl.select()` - but not a big enough issue...

needs discussion

### Overview When using the geocoder outside of a map, as part of a form, pressing the `Enter` key in another field will bring the focus of the form to...

help wanted

System Info --- OS macOS 10.13.6 High Sierra Node version 14.15 Libraries: - mapbox-gl - MapboxGeocoder - create-react-app - tailwindcss@2 - craco Symptoms --- I'm using the geocoder js library...

Following this example: https://docs.mapbox.com/mapbox-gl-js/example/mapbox-gl-geocoder-outside-the-map/ I am using Next.js and Tailwind CSS but have tried style inlined. Custom styles to the geocoder are applying to a parent element, which is unexpected...

I am following this example: https://docs.mapbox.com/mapbox-gl-js/example/mapbox-gl-geocoder-no-map/ It is creating two geocoders instead of one. I am using it with Next.js. Tested with Firefox and Brave/Chrome.

Is it possible to have custom html for the input field? ![image](https://user-images.githubusercontent.com/34408507/178019509-99a88a02-7358-48bc-b657-5f8d4e965e08.png) **Warning**: I am not talking about the dropdown! I would like to only display the place.

I noticed that the geolocation feature (added in #444) adds a marker to the map and flies the map to the new location, even if the `marker` and `flyTo` options...

Hi there Is there a way to set a default value for the input but not to perform a search? For example, if the user has already searched for a...

When language is set to 'fr' you need to type 'République populaire de Chine' to find China, typing only 'Chine' or 'China' doesn't return the country even though everyone call...

``` const geocoder = new MapboxGeocoder({ accessToken: mapboxgl.accessToken, mapboxgl: mapboxgl, language: 'cs' }); map.addControl(geocoder); ```