Skip to content

Commit

Permalink
fix(landing): correct broken tileset name (#2974)
Browse files Browse the repository at this point in the history
#### Motivation
Fixes a broken tileset link name


#### Modification
a extra " was added to the tileset name.



#### Checklist
*If not applicable, provide explanation of why.*
- [ ] Tests updated
- [ ] Docs updated
- [ ] Issue linked in Title
  • Loading branch information
blacha authored Oct 9, 2023
1 parent c2f3132 commit 3c92d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/landing/src/config.map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function addDefaultLayers(output: Map<string, LayerInfo>): void {
},

{
id: 'scanned-aerial-imagery-post-1989-12-31"',
id: 'scanned-aerial-imagery-post-1989-12-31',
name: 'Scanned Aerial Imagery post 31 December 1989',
projections: new Set([EpsgCode.Nztm2000, EpsgCode.Google]),
category: 'Scanned Aerial Imagery Basemaps',
Expand Down

0 comments on commit 3c92d3f

Please sign in to comment.