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

Hi, this code: ```js import * as mapboxmapboxGlGeocoder from 'https://esm.run/@mapbox/mapbox-gl-geocoder'; console.log(mapboxmapboxGlGeocoder) ``` will raise the following error: ``` Uncaught TypeError: Cannot read properties of null (reading 'nanoid') at events.js:2:32 ```...

It's not working with this get API url? I have put access token as well, but still getting feature [] empty. https://api.mapbox.com/geocoding/v5/mapbox.places/159.196.60.190.json?types=region&access_token= Any idea, why it's not working or this...

Fixed typo for nested bulleted list

I have been using MapboxGeocoder and it has worked fine previously. However, I am now getting this error: EventEmitter is not a constructor at new MapboxGeocoder (webpack-internal:///./node_modules/@mapbox/mapbox-gl-geocoder/lib/index.js:87:24) I am using...

This should add a dynamic label for "No results found", related to #328 Disclaimer: not tested, just a walk by fix, hopefully it fits - [ ] briefly describe the...

The code: const geocoder = new MapboxGeocoder({ accessToken: mapboxgl.accessToken, mapboxgl: mapboxgl, }); if (locationFromUrl && idFromUrl) { // Reverse geocode to get the place name reverseGeocode(locationFromUrl[0], locationFromUrl[1], placeIdFromUrl).then(placeName => {...

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

**mapbox-gl-js version**: Latest **browser**: All ### Why we need this fixed I'm a web accessibility engineer for a digital agency, and one of our clients is a Federal US agency...

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). Changelog Sourced from postcss's...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) to 6.12.6 and updates ancestor dependency [eslint](https://github.com/eslint/eslint). These dependencies need to be updated together. Updates `ajv` from 5.5.2 to 6.12.6 Release notes Sourced from ajv's releases. v6.12.6 Fix...

dependencies