adiwg-mdcodes 2.7.0 → 2.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/adiwg/mdcodes/version.rb +2 -1
- data/package.json +1 -1
- data/resources/adiwg_mapProjection.yml +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb8602e2506dfa189051d2454f106114b7e7245a
|
|
4
|
+
data.tar.gz: 99774907e293bced6a7aead83468694ab66f2fae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c943a33ff682b38b5f3f55c5b8246615dd8ef0ba7a80ac184130723b7bf0ad816147340cb171de70e303f1a7b9e945d6a89ed56fb3b96f3405b8addb70c83e1e
|
|
7
|
+
data.tar.gz: 9e9777450eadabb55eac9ab0213f1e1d266efdc3fdf81e4f32c3c1ea7bf6c9fa64150b219a68e052d7ab01b13ad0966a416b27e33f3d258bdd87bf203bb4a3ee
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# adiwg mdCodes
|
|
2
2
|
|
|
3
3
|
# version 2 history
|
|
4
|
+
# 2.7.1 2018-10-06 added local projections to mapProjection
|
|
4
5
|
# 2.6.2 2018-04-05 renamed iso_dataType to iso_entityType
|
|
5
6
|
# 2.5.0 2018-03-28 added adiwg dataTypes codelist (ANSI and SQL data types)
|
|
6
7
|
# 2.4.0 2018-01-10 added adiwg mapProjection codelist
|
|
@@ -21,7 +22,7 @@
|
|
|
21
22
|
|
|
22
23
|
module ADIWG
|
|
23
24
|
module Mdcodes
|
|
24
|
-
VERSION = "2.7.
|
|
25
|
+
VERSION = "2.7.1"
|
|
25
26
|
end
|
|
26
27
|
end
|
|
27
28
|
|
data/package.json
CHANGED
|
@@ -19,6 +19,8 @@ codelist:
|
|
|
19
19
|
- {code: "lambertConic", codeName: Lambert conic, description: "Lambert conformal conic projection"}
|
|
20
20
|
- {code: "lambertEqualArea", codeName: Lambert equal area, description: "Lambert azimuthal equal area projection"}
|
|
21
21
|
- {code: "mercator", codeName: Mercator, description: "Mercator projection"}
|
|
22
|
+
- {code: "localPlanar", codeName: local planar coordinate system, description: "any right-handed planar coordinate system with z-axis locally aligned with the surface of the earth"}
|
|
23
|
+
- {code: "localSystem", codeName: Local coordinate system, description: "any right-handed planar coordinate system"}
|
|
22
24
|
- {code: "miller", codeName: Miller, description: "Miller cylindrical projection"}
|
|
23
25
|
- {code: "obliqueMercator", codeName: oblique Mercator, description: "oblique Mercator projection"}
|
|
24
26
|
- {code: "orthographic", codeName: orthographic, description: "orthographic projection"}
|
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.
|
|
4
|
+
version: 2.7.1
|
|
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-10-
|
|
11
|
+
date: 2018-10-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|