Fix hexagrid

This commit is contained in:
Eugene Burmakin 2025-08-24 11:12:40 +02:00
parent 97dd4f2765
commit 60705ac301

View file

@ -189,7 +189,7 @@ export class HexagonGrid {
max_lat: bounds.getNorth()
});
const response = await fetch(`${this.options.apiEndpoint}?${params}`, {
const response = await fetch(`${this.options.apiEndpoint}&${params}`, {
signal: this.loadingController.signal,
headers: {
'Content-Type': 'application/json'