We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90d4e9 commit b9e5936Copy full SHA for b9e5936
1 file changed
lib/geo_combine/geoblacklight.rb
@@ -13,7 +13,7 @@ class Geoblacklight
13
attr_reader :metadata
14
15
GEOBLACKLIGHT_VERSION = '1.0'
16
- SCHEMA_JSON_URL = "https://raw.githubusercontent.com/OpenGeoMetadata/opengeometadata.github.io/main/schema/geoblacklight-schema-#{GEOBLACKLIGHT_VERSION}.json"
+ SCHEMA_JSON_URL = "https://raw.githubusercontent.com/geoblacklight/geoblacklight/main/schema/geoblacklight-schema-#{GEOBLACKLIGHT_VERSION}.json"
17
DEPRECATED_KEYS_V1 = %w[
18
uuid
19
georss_polygon_s
0 commit comments