mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
Fix hexagrid
This commit is contained in:
parent
97dd4f2765
commit
60705ac301
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue