Skip to content

Commit

Permalink
Update osm-org-greasemonkey.user.js
Browse files Browse the repository at this point in the history
Add FHRS in value replacements
  • Loading branch information
kmpoppe committed Sep 30, 2023
1 parent 4680f70 commit 44887ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion osm-org-greasemonkey.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Additional Links for the openstreetmap.org-sidebar
// @description This script adds links to OSM Deep History for Nodes, Ways and Relations, OSMCha for Changesets as well as KartaView and Mapillary in the primary navigation when displayed on openstreetmap.org.
// @version 25
// @version 26
// @grant none
// @copyright 2021-2023, https://github.com/joshinils and https://github.com/kmpoppe
// @license MIT
Expand Down Expand Up @@ -497,6 +497,8 @@ function returnNewValueContent(key, value) {
{ keys: [ "he_ref", "ref:gb:nhle" ], url: "https://historicengland.org.uk/listing/the-list/results/?searchType=NHLE+Simple&search=~~value~~", title: "Historic England List" },
// GB-SC: Historic Environment Scotland
{ keys: [ "ref:gb:hs" ], url: "https://portal.historicenvironment.scot/designation/~~value~~", title: "Historic Environment Scotland" },
// GB: FHRS
{ keys: [ "fhrs:id" ], url: "https://ratings.food.gov.uk/business/~~value~~", title: "UK Food Hygiene Rating System" },
// IE: National Index of Architectural Heritage
{ keys: [ "ref:ie:niah" ], url: "https://www.buildingsofireland.ie/buildings-search/building/~~value~~/-", title: "National Index of Architectural Heritage" },
// NZ: Department of Conservation
Expand Down

0 comments on commit 44887ef

Please sign in to comment.