adiwg-mdjson_schemas 1.1.0 → 1.1.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: 57d5445e879a60585f577e22b061bb72434d6919
4
- data.tar.gz: a2ad214431a1181bc2f34f86365555cb7f9f949b
3
+ metadata.gz: 1ef5d1e07a3c85724cb289dc1b87a25c0495633a
4
+ data.tar.gz: 2f2d440da40a125c98104848a462006b4e7b38d5
5
5
  SHA512:
6
- metadata.gz: 306867202eaeb6f7036d81c0b344b28183525685b29eeff5209eabc697b6767dbd7165b7cc2efc3e2aa5728a93d5634499a01d7966f77d6be75942db98a7a790
7
- data.tar.gz: 1f0135328fa8d1aab12a48e9f8331a827079858da606ac20ed94aeb018b8cc42e50b16f6cd9578868f4656c6368cf45d59d6626d1b50f1b0ab7b2810d1c590a3
6
+ metadata.gz: 66a5e144f3c6d4694b1053dc3f8733f4961fed3a26ea6ac9ac7c6b517943c05d18fb135efe363744f2bce3dfdc9807640a0f487622899c7359e0c099171b3d4d
7
+ data.tar.gz: 4fd6100874d5c8b7edf7aa976917710ab005e75b00baf09a74f90b38e366dff19c8d550a4f879a8ff9d9e798ac1cdb975065989e798697af5812234993d6879f
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdjson-schemas",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "homepage": "https://github.com/adiwg/mdJson-schemas",
5
5
  "authors": [
6
6
  "Josh Bradley <jbradley@arcticlcc.org>"
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "1.1.0"
4
+ VERSION = "1.1.1"
5
5
  end
6
6
  end
@@ -268,7 +268,7 @@
268
268
  "type": "string",
269
269
  "description": "A unit-of-measure for the attribute. E.g. 'meters', 'atmospheres', 'liters'",
270
270
  "translation": {
271
- "ISO 19115-2": ["FC_FeatureCatalogue > featureType > FC_FeatureType > carrierOfCharacteristics > FC_FeatureAttribute > valueMeasurementUnit > [UnitDefinition > identifier | ConversionalUnit > identifier,name,catalogSystem,conversionToPreferredUnit,formula | BaseUnit > identifier,name,catalogSymbol,unitSystem | DerivedUnit > identifier,name,remarks,catalogSymbol,derivationUnitTerm]"]
271
+ "ISO 19115-2": ["FC_FeatureCatalogue > featureType > FC_FeatureType > carrierOfCharacteristics > FC_FeatureAttribute > valueMeasurementUnit > [UnitDefinition > identifier | ConversionalUnit > identifier, name, catalogSystem, conversionToPreferredUnit, formula | BaseUnit > identifier, name, catalogSymbol, unitSystem | DerivedUnit > identifier, name, remarks, catalogSymbol, derivationUnitTerm]"]
272
272
  }
273
273
  },
274
274
  "domainId": {
@@ -3,7 +3,7 @@
3
3
  "id": "bbox.json#",
4
4
  "description": "To include information on the coordinate range for geometries, features, or feature collections, a GeoJSON object may have a member named \"bbox\". The value of the bbox member must be a 2*n array where n is the number of dimensions represented in the contained geometries, with the lowest values for all axes followed by the highest values. The axes order of a bbox follows the axes order of geometries. In addition, the coordinate reference system for the bbox is assumed to match the coordinate reference system of the GeoJSON object of which it is a member.",
5
5
  "translation": {
6
- "ISO 19115-2": ["EX_Extent > geographicElement > EX_GeographicBoundingBox\nEX_GeographicBoundingBox > westBoundLongitude > Decimal {west}\nEX_GeographicBoundingBox > eastBoundLongitude > Decimal {east}\nEX_GeographicBoundingBox > southBoundLatitude > Decimal {south}\nEX_GeographicBoundingBox > northBoundLatitude > Decimal {north}"],
6
+ "ISO 19115-2": ["EX_Extent > geographicElement > EX_GeographicBoundingBox, EX_GeographicBoundingBox > westBoundLongitude > Decimal {west}, EX_GeographicBoundingBox > eastBoundLongitude > Decimal {east}, EX_GeographicBoundingBox > southBoundLatitude > Decimal {south}, EX_GeographicBoundingBox > northBoundLatitude > Decimal {north}"],
7
7
  "FGDC CSDGM": ["[idinfo > spdom > bounding > westbc], [idinfo > spdom > bounding > eastbc], [idinfo > spdom > bounding > northbc], [idinfo > spdom > bounding > southbc]"]
8
8
  },
9
9
  "type": "array",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adiwg-mdjson_schemas
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Bradley, Stan Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-28 00:00:00.000000000 Z
11
+ date: 2015-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler