From a55d4956649ac1aa7a6d31fe876eeb389a8449f6 Mon Sep 17 00:00:00 2001 From: Arindam Bose Date: Wed, 14 Jul 2021 13:02:51 -0700 Subject: [PATCH] Add geolocate test page (#10856) --- test/release/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/release/index.js b/test/release/index.js index 3e85a25cd8a..9f8623dc421 100644 --- a/test/release/index.js +++ b/test/release/index.js @@ -107,6 +107,10 @@ const pages = [ "key": "image-on-a-map", "title": "Image Source" }, + { + "key": "locate-user", + "title": "Locate the user" + }, { "key": "extrusion-query", "url": "./extrusion-query.html",