adiwg-mdcodes 2.7.0 → 2.7.1

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: 9314d21c0a7d88d761f1df235dbc3d5707722fc7
4
- data.tar.gz: 594c1d45358e08ca03f74345b5f3b603622607aa
3
+ metadata.gz: fb8602e2506dfa189051d2454f106114b7e7245a
4
+ data.tar.gz: 99774907e293bced6a7aead83468694ab66f2fae
5
5
  SHA512:
6
- metadata.gz: da25e44a9ba759671bc069fb336480b0020902d1987994d33f18482a30bdae05800a449afadcae293afa88cf579a8b65e0eebae3e6754d2bd78d1e696c936412
7
- data.tar.gz: 8e8ac1f5d6c33b769eacbf1e207afed25b58fcb85e93add9f1d4ca4a5dbb190f35a5e4090efcc6f5a84d35f756c1201bf640e1d6d763f601ec4b461457e48cf5
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.0"
25
+ VERSION = "2.7.1"
25
26
  end
26
27
  end
27
28
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdcodes",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "main": "index.js",
5
5
  "description": "CodeLists for ADIwg mdJSON",
6
6
  "repository": {
@@ -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.0
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-03 00:00:00.000000000 Z
11
+ date: 2018-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler