maptiler / maptiler-geocoding-control

The Javascript & TypeScript Map Control component for MapTiler Geocoding service! Easy to be integrated into any JavaScript mapping application.
https://maptiler.com/cloud/geocoding
BSD 3-Clause "New" or "Revised" License
20 stars 4 forks source link

[BUG] Icons not loading in search results #6

Closed fischja closed 1 year ago

fischja commented 1 year ago

Describe the bug The icons associated with search results do not load. Instead, a placeholder text is shown.

To Reproduce Error occurs on this demo page (and in my app) (firefox and chrome): https://docs.maptiler.com/sdk-js/examples/geocoder-component/
Works fine on this demo page: https://www.maptiler.com/cloud/geocoding/

Screenshots image

image

Is it possible to disable icons completely (appropriate for my use case)? I did not find such a parameter option.

zdila commented 1 year ago

Fixed in 3899ef7 and published. Thanks for the report!