adiwg-mdcodes 2.6.3 → 2.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +155 -0
- data/lib/adiwg/mdcodes/version.rb +1 -1
- data/package-lock.json +664 -238
- data/package.json +6 -6
- data/resources/adiwg_mapProjection.yml +0 -1
- data/resources/adiwg_namespace.yml +2 -0
- metadata +3 -2
data/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "mdcodes",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.7.0",
|
4
4
|
"main": "index.js",
|
5
5
|
"description": "CodeLists for ADIwg mdJSON",
|
6
6
|
"repository": {
|
@@ -19,17 +19,17 @@
|
|
19
19
|
},
|
20
20
|
"homepage": "https://github.com/adiwg/mdCodes",
|
21
21
|
"devDependencies": {
|
22
|
-
"grunt": "^0.
|
23
|
-
"grunt-concat-json": "0.0.
|
22
|
+
"grunt": "^1.0.3",
|
23
|
+
"grunt-concat-json": "0.0.10",
|
24
24
|
"grunt-convert": "^0.1.11",
|
25
|
-
"grunt-yamllint": "^0.
|
25
|
+
"grunt-yamllint": "^0.3.0"
|
26
26
|
},
|
27
27
|
"scripts": {
|
28
28
|
"prepublishOnly": "scripts/prepublish.js"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
31
|
"buildify": "powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7",
|
32
|
-
"glob": "^
|
33
|
-
"rimraf": "^2.
|
32
|
+
"glob": "^7.1.0",
|
33
|
+
"rimraf": "^2.6.2"
|
34
34
|
}
|
35
35
|
}
|
@@ -31,4 +31,3 @@ codelist:
|
|
31
31
|
- {code: "stereographic", codeName: stereographic, description: "stereographic projection"}
|
32
32
|
- {code: "transverseMercator", codeName: transverse Mercator, description: "transverse Mercator projection"}
|
33
33
|
- {code: "grinten", codeName: Van Der Grinten, description: "van der Grinten projection"}
|
34
|
-
- {code: "local", codeName: local system, description: "local coordinate system"}
|
@@ -18,3 +18,5 @@ codelist:
|
|
18
18
|
- {code: "gov.sciencebase.catalog", codeName: scienceBase, description: "ScienceBase is a U.S. Geological Survey cataloging and collaborative data management platform."}
|
19
19
|
- {code: "itis.gov", codeName: ITIS, description: "Integrated Taxonomic Information System"}
|
20
20
|
- {code: "urn:uuid", codeName: UUID, description: "Universally unique identifier"}
|
21
|
+
- {code: "org.adiwg.code.mapGridSystem", codeName: mapGridSystem, description: "Name of the grid UTM, State Plane, or other grid system used by a spatial reference system."}
|
22
|
+
- {code: "org.adiwg.code.mapProjection", codeName: mapProjection, description: "Name of the planar, grid, or local projection used by a spatial reference system."}
|
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.
|
4
|
+
version: 2.7.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: 2018-
|
11
|
+
date: 2018-10-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -78,6 +78,7 @@ files:
|
|
78
78
|
- ".gitignore"
|
79
79
|
- ".npmignore"
|
80
80
|
- ".travis.yml"
|
81
|
+
- CHANGELOG.md
|
81
82
|
- Gemfile
|
82
83
|
- Gruntfile.js
|
83
84
|
- LICENSE.txt
|