Releases: open-contracting-extensions/ocds_location_extension
Releases · open-contracting-extensions/ocds_location_extension
v1.1.5
v1.1.4
- Disallow
Location.geometryandLocation.gazetteerfrom being null (bug introduced in v1.1.3) - Correct the order of longitude and latitude in field descriptions to match the GeoJSON specification
- Describe elevation or altitude values
- Remove Sphinx directives from readme
- Update extension.json for Extension Explorer
Fixed version for OCDS 1.1.3
- Disallow
Location.geometry.coordinatesfrom having null in its array of coordinates - Disallow
Location.gazetteer.identifiersfrom having null in its array of strings - Correct name of locationGazetteers.csv codelist (was locationGazeteers.csv)
- Allow
Location.geometryandLocation.gazetteerto be null - Add title and description to
Location.gazetteer - Add description to
Item.deliveryLocation,Item.deliveryAddress - Add geometryType.csv codelist for
Location.geometry.type - List codelists in extension.json
- Add tests and tidy code
Fixed version for OCDS 1.1.1
Typo fixes