diff --git a/README.md b/README.md index 41765de..44f34f2 100755 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This extension introduces two properties at the ```items``` level to describe lo :extension: location ``` -## Gazeteer Codelist +## Gazetteer Codelist See locationGazeteers.csv diff --git a/release-schema.json b/release-schema.json index 4b8398f..2b879b8 100755 --- a/release-schema.json +++ b/release-schema.json @@ -30,13 +30,13 @@ "properties": { "type": { "title":"Type", - "description": "The type of [geoJSON Geometry Objects](http://geojson.org/geojson-spec.html#geometry-objects) being provided. To provide latitude and longitude use 'point', and enter an array of [latitude,longitude] as the value of coordinates field: e.g. [37.42,-122.085]. Note the capitalisation of type values - set in order to maintain compatibility with geoJSON.", + "description": "The type of [GeoJSON Geometry Objects](http://geojson.org/geojson-spec.html#geometry-objects) being provided. To provide latitude and longitude use 'point', and enter an array of [latitude,longitude] as the value of coordinates field: e.g. [37.42,-122.085]. Note the capitalization of type values - set in order to maintain compatibility with GeoJSON.", "type": ["string", "null"], "enum": ["Point","MultiPoint","LineString","MultiLineString","Polygon","MultiPolygon"] }, "coordinates": { "title":"Coordinates", - "description": "The relevant array of points, e.g. [latitude,longitude], or nested array, for the geoJSON geometry being described. The longitude and latitude MUST be expressed in decimal degrees in the WGS84 (EPSG:4326) projection", + "description": "The relevant array of points, e.g. [latitude,longitude], or nested array, for the GeoJSON geometry being described. The longitude and latitude MUST be expressed in decimal degrees in the WGS84 (EPSG:4326) projection", "type": ["array","null"], "items": {"type": ["number","array"]} } @@ -46,11 +46,11 @@ "type": "object", "properties": { "scheme": { - "title":"Gazeteer scheme", + "title":"Gazetteer scheme", "description": "The entry of the selected gazetteer in the gazetteers codelist. The codelist provides details of services, where available, that can resolve a gazetteer entry to provide location names.", "type": ["string", "null"], "codelist":"locationGazeteers.csv", - "opencodelist":true + "openCodelist":true }, "identifiers": { "title":"Identifiers",