From f7043f530dd5e8abd235fc76d27eacdc20968fca Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Tue, 27 Dec 2022 15:57:56 +0530 Subject: [PATCH 1/2] Here Maps Trace Added --- .../webextension/images/icons/here.svg | 16 ++++++++++++++++ src/technologies/h.json | 19 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 src/drivers/webextension/images/icons/here.svg diff --git a/src/drivers/webextension/images/icons/here.svg b/src/drivers/webextension/images/icons/here.svg new file mode 100644 index 000000000..7f2ce6569 --- /dev/null +++ b/src/drivers/webextension/images/icons/here.svg @@ -0,0 +1,16 @@ + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/src/technologies/h.json b/src/technologies/h.json index f024dcc32..bda4d4a00 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -599,6 +599,25 @@ "scriptSrc": "cdn\\.helpdocs\\.io", "website": "https://www.helpdocs.io" }, + "Here": { + "cats": [ + 35 + ], + "description": "HERE is a PaaS for creating custom maps, visualize location datasets, gather insights and buy and sell location assets.", + "dom": "link[href*='//js\\.api\\.here\\.com/']", + "icon": "here.svg", + "js": { + "H.buildInfo": "", + "H.geo": "", + "H.util": "" + }, + "pricing": [ + "freemium", + "payg", + "recurring" + ], + "website": "https://www.here.com" + }, "Hermes": { "cats": [ 99 From 84bc4f3c33d2453e9fc1400454473f8aec80555d Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Thu, 29 Dec 2022 08:40:47 +1100 Subject: [PATCH 2/2] Update h.json --- src/technologies/h.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/technologies/h.json b/src/technologies/h.json index bda4d4a00..f44b80554 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -608,8 +608,8 @@ "icon": "here.svg", "js": { "H.buildInfo": "", - "H.geo": "", - "H.util": "" + "H.geo": "\\;confidence:50", + "H.util": "\\;confidence:50" }, "pricing": [ "freemium", @@ -1658,4 +1658,4 @@ "scriptSrc": "merchant\\.cdn\\.hoolah\\.co/", "website": "https://www.hoolah.co" } -} \ No newline at end of file +}