Skip to content

Commit ea4ab11

Browse files
committed
Revert "INT-1610 Remove maps feature from tour until we have a MapBox commercial license"
This reverts commit 12e572b.
1 parent 12e572b commit ea4ab11

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/app/tour/features.js

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,12 @@ 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
6067
}
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-
// }
6968
];

0 commit comments

Comments
 (0)