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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fb8602e2506dfa189051d2454f106114b7e7245a
4
- data.tar.gz: 99774907e293bced6a7aead83468694ab66f2fae
3
+ metadata.gz: 6e24243e3e60ee10bfb19485f79fe30353911523
4
+ data.tar.gz: 689d34875ec2123408424ceaf44e5b287b8e9937
5
5
  SHA512:
6
- metadata.gz: c943a33ff682b38b5f3f55c5b8246615dd8ef0ba7a80ac184130723b7bf0ad816147340cb171de70e303f1a7b9e945d6a89ed56fb3b96f3405b8addb70c83e1e
7
- data.tar.gz: 9e9777450eadabb55eac9ab0213f1e1d266efdc3fdf81e4f32c3c1ea7bf6c9fa64150b219a68e052d7ab01b13ad0966a416b27e33f3d258bdd87bf203bb4a3ee
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.1 2018-10-06 added local projections to mapProjection
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.1"
26
+ VERSION = "2.7.2"
26
27
  end
27
28
  end
28
29
 
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdcodes",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
4
4
  "main": "index.js",
5
5
  "description": "CodeLists for ADIwg mdJSON",
6
6
  "repository": {
@@ -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.1
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-10 00:00:00.000000000 Z
11
+ date: 2018-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler