We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2c3f8 commit cc0da95Copy full SHA for cc0da95
src/config.ts
@@ -62,6 +62,11 @@ export const mapList: Array<any> = [
62
url: 'https://raw.githubusercontent.com/RandomFractals/geo-data-viewer/master/data/topojson/usa-albers-counties.topo.json',
63
description: 'USA Counties',
64
},
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
+ },
70
];
71
72
export const KEPLER_GL_VERSION: string = '1.1.13';
0 commit comments