Skip to content

Commit

Permalink
StandardRB fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Apr 18, 2024
1 parent e097bac commit 2eccd24
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2eccd24

Please sign in to comment.