Skip to content

Commit cc0da95

Browse files
#69 added blue hills hking gpx to map gallery
1 parent 7a2c3f8 commit cc0da95

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ export const mapList: Array<any> = [
6262
url: 'https://raw.githubusercontent.com/RandomFractals/geo-data-viewer/master/data/topojson/usa-albers-counties.topo.json',
6363
description: 'USA Counties',
6464
},
65+
{
66+
name: 'Blue Hills Hiking',
67+
url: 'https://raw.githubusercontent.com/mapbox/togeojson/master/test/data/blue_hills.gpx',
68+
description: 'Blue Hills Hiking',
69+
},
6570
];
6671

6772
export const KEPLER_GL_VERSION: string = '1.1.13';

0 commit comments

Comments
 (0)