We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470ef7f commit 85abaeaCopy full SHA for 85abaea
src/components/tiles/valhalla-layers.ts
@@ -8,7 +8,7 @@ export const VALHALLA_NODES_LAYER_ID = 'valhalla-nodes';
8
// Pre-encoded JSON: {"tile":{"z":{z},"x":{x},"y":{y}}}
9
// Placeholders {z}, {x}, {y} remain unencoded for MapLibre to replace
10
const TILE_JSON_ENCODED =
11
- '%7B%22tile%22%3A%7B%22z%22%3A{z}%2C%22x%22%3A{x}%2C%22y%22%3A{y}%7D%7D';
+ '%7B%22verbose%22%3A%20true%2C%20%22tile%22%3A%7B%22z%22%3A{z}%2C%22x%22%3A{x}%2C%22y%22%3A{y}%7D%7D';
12
13
export function getValhallaTileUrl(): string {
14
const baseUrl = normalizeBaseUrl(getBaseUrl());
0 commit comments