Skip to content

Commit 7bf8db5

Browse files
committed
update
1 parent 73b7def commit 7bf8db5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

GeoQuest25.Frontend/src/app/app.component.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class AppComponent {
4242
// actually exists, so a wrong secret behaves like no secret — no url, no button.
4343
// mapbox-gl detects the .pmtiles extension and loads the file via range requests,
4444
// so only the tiles in view are actually downloaded
45-
readonly #tracksFilePrefix = 'tracks-469953bd-987b-4bbc-ae6d-91e1251b48e7';
45+
readonly #tracksFilePrefix = 'tracks-f582fb95-8880-45cf-89b9-6f07ee10d099';
4646
readonly #tracksUrlResource = resource({
4747
loader: async () => {
4848
// a secret from the query param wins; a previously proven secret is remembered in
@@ -147,9 +147,9 @@ export class AppComponent {
147147
});
148148

149149
// resources
150-
readonly visitedData = httpResource<GeoJSON.FeatureCollection>(() => './assets/visited-866fa360-37e9-4fd2-b84c-7e0f8d469f06.geojson');
151-
readonly todoData = httpResource<GeoJSON.FeatureCollection>(() => './assets/todo-f5963e38-1f95-4808-b0e5-d0a733e5b720.geojson');
152-
readonly plannedRoutesData = httpResource<GeoJSON.FeatureCollection>(() => './assets/planned-d4328945-a575-4db1-937b-ae90fba3893b.geojson');
150+
readonly visitedData = httpResource<GeoJSON.FeatureCollection>(() => './assets/visited-6f3195e8-0682-46cf-80e5-b646189c9587.geojson');
151+
readonly todoData = httpResource<GeoJSON.FeatureCollection>(() => './assets/todo-e0dfc2d2-8e6c-40d2-9275-d600d554a41a.geojson');
152+
readonly plannedRoutesData = httpResource<GeoJSON.FeatureCollection>(() => './assets/planned-3c64c520-d491-457f-b4ed-d1fc37723058.geojson');
153153
readonly geoPermissionStatus = resource({ loader: () => navigator.permissions.query({ name: 'geolocation' }) });
154154
readonly position = resource({
155155
params: () => ({ showPosition: this.showPosition() }),

0 commit comments

Comments
 (0)