diff --git a/src/store/store.ts b/src/store/store.ts index c532965..cce49d6 100644 --- a/src/store/store.ts +++ b/src/store/store.ts @@ -125,7 +125,7 @@ export class GeoJSONStore { // does not throw something more specific itself if (!isValid) { throw new Error( - `Feature is not ${id} valid: ${JSON.stringify(feature)}`, + `Feature ${id} is not valid: ${JSON.stringify(feature)}`, ); } }