From 2eccd2455022c3ddc5f7a45a28f3dd9581423a45 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Thu, 18 Apr 2024 15:08:23 -0500 Subject: [PATCH] StandardRB fixes --- .../geoblacklight_admin/field_mappings_btaa_aardvark.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/models/geoblacklight_admin/field_mappings_btaa_aardvark.rb b/app/models/geoblacklight_admin/field_mappings_btaa_aardvark.rb index 9a682358..f348eae7 100644 --- a/app/models/geoblacklight_admin/field_mappings_btaa_aardvark.rb +++ b/app/models/geoblacklight_admin/field_mappings_btaa_aardvark.rb @@ -376,9 +376,9 @@ def self.uri_2_category_references_mappings "https://github.com/cogeotiff/cog-spec": "cog", "https://github.com/protomaps/PMTiles": "pmtiles", "https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames": "xyz_tiles", - "http://www.opengis.net/def/serviceType/ogc/wmts": 'wmts', - "https://github.com/mapbox/tilejson-spec": 'tile_json', - "https://wiki.osgeo.org/wiki/Tile_Map_Service_Specification": 'tile_map_service' + "http://www.opengis.net/def/serviceType/ogc/wmts": "wmts", + "https://github.com/mapbox/tilejson-spec": "tile_json", + "https://wiki.osgeo.org/wiki/Tile_Map_Service_Specification": "tile_map_service" }) end end