adiwg-mdcodes 2.7.1 → 2.7.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/adiwg/mdcodes/version.rb +3 -2
- data/package.json +1 -1
- data/resources/adiwg_mapProjection.yml +1 -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: 6e24243e3e60ee10bfb19485f79fe30353911523
|
4
|
+
data.tar.gz: 689d34875ec2123408424ceaf44e5b287b8e9937
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e5e176cf912f5c2db4b80d52cb36fde1322a4a73c922767dcf751507d3e0b2f795ef72714eaf6a83dbbb9752e951ee2fcd93cc1df7bd058e32852ced6238df0
|
7
|
+
data.tar.gz: 341ee5d3cbb78e13ebe1f972d8b3c9d0fe0afaafc80b4c5991c4c4a12895ad31fe30aac256e65fbc3eaf245ef6b5203b592756e4c383b4bc801214a03a8442c0
|
@@ -1,7 +1,8 @@
|
|
1
1
|
# adiwg mdCodes
|
2
2
|
|
3
3
|
# version 2 history
|
4
|
-
# 2.7.
|
4
|
+
# 2.7.2 2018-10-15 added 'other' to mapProjection
|
5
|
+
# 2.7.1 2018-10-06 added 'localPlanar' and 'localSystem' to mapProjection
|
5
6
|
# 2.6.2 2018-04-05 renamed iso_dataType to iso_entityType
|
6
7
|
# 2.5.0 2018-03-28 added adiwg dataTypes codelist (ANSI and SQL data types)
|
7
8
|
# 2.4.0 2018-01-10 added adiwg mapProjection codelist
|
@@ -22,7 +23,7 @@
|
|
22
23
|
|
23
24
|
module ADIWG
|
24
25
|
module Mdcodes
|
25
|
-
VERSION = "2.7.
|
26
|
+
VERSION = "2.7.2"
|
26
27
|
end
|
27
28
|
end
|
28
29
|
|
data/package.json
CHANGED
@@ -24,6 +24,7 @@ codelist:
|
|
24
24
|
- {code: "miller", codeName: Miller, description: "Miller cylindrical projection"}
|
25
25
|
- {code: "obliqueMercator", codeName: oblique Mercator, description: "oblique Mercator projection"}
|
26
26
|
- {code: "orthographic", codeName: orthographic, description: "orthographic projection"}
|
27
|
+
- {code: "other", codeName: other projection, description: "other projection definition"}
|
27
28
|
- {code: "parameters", codeName: parameters, description: "projection parameter set"}
|
28
29
|
- {code: "polarStereo", codeName: polar stereographic, description: "polar stereographic projection"}
|
29
30
|
- {code: "polyconic", codeName: polyconic, description: "polyconic 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.2
|
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-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|