adiwg-mdcodes 2.7.5 → 2.8.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdcodes",
3
- "version": "2.7.5",
3
+ "version": "2.8.0",
4
4
  "main": "index.js",
5
5
  "description": "CodeLists for ADIwg mdJSON",
6
6
  "repository": {
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "homepage": "https://github.com/adiwg/mdCodes",
21
21
  "devDependencies": {
22
- "grunt": "^1.0.3",
22
+ "grunt": "^1.0.4",
23
23
  "grunt-concat-json": "0.0.10",
24
24
  "grunt-convert": "^0.1.11",
25
25
  "grunt-yamllint": "^0.3.0"
@@ -0,0 +1,20 @@
1
+ ---
2
+ # mdJson codelists
3
+ # base codelist for mdEditor
4
+
5
+ codelistType: "staticList"
6
+ codelistName: "adiwg_applicationProfile"
7
+ source: "Alaska Data Integration working group"
8
+ sourceName: "ADIwg_ApplicationProfile"
9
+ extensible: true
10
+ description: "application profiles that can be used with online resources"
11
+ codelist:
12
+ - {code: "001", codeName: "http://opengis.net/spec/wms", description: OGC Web Map Service (WMS)}
13
+ - {code: "002", codeName: "http://opengis.net/spec/wfs", description: OGC Web Feature Service (WFS)}
14
+ - {code: "003", codeName: "http://opengis.net/spec/wcs", description: OGC Web Coverage Service (WCS)}
15
+ - {code: "004", codeName: "http://opengis.net/spec/wmts", description: OGC Web Map Tile Service (WMTS)}
16
+ - {code: "005", codeName: "http://opengis.net/spec/csw", description: OGC Catalog Service (CSW)}
17
+ - {code: "006", codeName: "http://opengis.net/spec/kml", description: OGC Keyhole Markup Language (KML)}
18
+ - {code: "007", codeName: "http://www.geoplatform.gov/spec/esri-map-rest", description: Esri REST Map Service}
19
+ - {code: "008", codeName: "http://www.geoplatform.gov/spec/esri-image-rest", description: Esri REST Image Service}
20
+ - {code: "009", codeName: "http://www.geoplatform.gov/spec/esri-feature-rest", description: Esri REST Feature Service}
@@ -13,7 +13,7 @@ codelist:
13
13
  - {code: "001", codeName: resourceProvider, description: "party that supplies the resource"}
14
14
  - {code: "002", codeName: custodian, description: "party that accepts accountability and responsibility for the data and ensures appropriate care and maintenance of the resource"}
15
15
  - {code: "003", codeName: owner, description: "party that owns the resource"}
16
- - {code: "004", codeName: use, description: "party that uses the resource"}
16
+ - {code: "004", codeName: user, description: "party that uses the resource"}
17
17
  - {code: "005", codeName: distributor, description: "party that distributes the resource"}
18
18
  - {code: "006", codeName: originator, description: "party that created the resource"}
19
19
  - {code: "007", codeName: pointOfContact, description: "party who can be contacted for acquiring knowledge about or acquisition of the resource"}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adiwg-mdcodes
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.5
4
+ version: 2.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - stansmith907, jlblcc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-16 00:00:00.000000000 Z
11
+ date: 2019-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '2.0'
19
+ version: '2'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '2.0'
26
+ version: '2'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -93,6 +93,7 @@ files:
93
93
  - package-lock.json
94
94
  - package.json
95
95
  - resources/adiwg_addressType.yml
96
+ - resources/adiwg_applicationProfile.yml
96
97
  - resources/adiwg_dataType.yml
97
98
  - resources/adiwg_entityType.yml
98
99
  - resources/adiwg_mapGridSystem.yml
@@ -165,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
166
  version: '0'
166
167
  requirements: []
167
168
  rubyforge_project:
168
- rubygems_version: 2.5.2
169
+ rubygems_version: 2.6.11
169
170
  signing_key:
170
171
  specification_version: 4
171
172
  summary: adiwg-mdcodes provides code lists for mdJSON.