Skip to content

Commit 12e572b

Browse files
committed
INT-1610 Remove maps feature from tour until we have a MapBox commercial license
1 parent 7ceca62 commit 12e572b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/app/tour/features.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,13 @@ module.exports = [
5757
image: 'f8.gif',
5858
version: '1.3.0-beta.1',
5959
initial: false
60-
},
61-
{
62-
title: 'Geo Location Queries',
63-
description: 'Collections with location data can be used as a filter. Click and drag across the map for a geographic query. Click "Apply" to resample with the coordinates.',
64-
image: 'f6.gif',
65-
version: '1.3.0-beta.1',
66-
initial: true
6760
}
61+
// INT-1610 remove maps until we have a MapBox commercial license
62+
// {
63+
// title: 'Geo Location Queries',
64+
// description: 'Collections with location data can be used as a filter. Click and drag across the map for a geographic query. Click "Apply" to resample with the coordinates.',
65+
// image: 'f6.gif',
66+
// version: '1.3.0-beta.1',
67+
// initial: true
68+
// }
6869
];

0 commit comments

Comments
 (0)