Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schema/: merge Project and Location extensions #1684

Merged
merged 19 commits into from
Jun 28, 2024
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
aa094bd
schema/: merge Project and Location extensions
odscjen Apr 3, 2024
4b967f5
update changelog.md
odscjen Apr 3, 2024
2675f20
add Location and Project to examples release_package.json and schema/…
odscjen Apr 11, 2024
08c3627
update guidance linked_standards and add link to OC4IDS identifiers g…
odscjen Apr 12, 2024
86bf1fa
release-schema: Project and Location changes in line with style guide
odscjen Apr 12, 2024
cafc188
Merge branch '1.2-dev' into 1484-merge-project-and-location
odscjen May 9, 2024
0466f65
build: Update manage.py for planning.project being an object
jpmckinney Jun 13, 2024
ee99109
build: Run ./manage.py pre-commit
jpmckinney Jun 13, 2024
64abce1
Merge branch '1.2-dev' into 1484-merge-project-and-location
odscjen Jun 27, 2024
3546b52
build: Update script to keep planning/budget/project as multilingual,…
jpmckinney Jun 27, 2024
dd97d4b
Review merger of Project and Location extensions
jpmckinney Jun 28, 2024
4780b12
geometryType.csv: Reduce repetition
jpmckinney Jun 28, 2024
fc4d4d8
release-schema: Restore some clarity to budget.projectID
jpmckinney Jun 28, 2024
c2d16d3
build: Run manage.py pre-commit
jpmckinney Jun 28, 2024
344e1cd
release-schema: Align budget.project with projectID. If we're saying …
jpmckinney Jun 28, 2024
a246115
build: Run manage.py pre-commit
jpmckinney Jun 28, 2024
a74d211
guidance/map/linked_standards: Clarify direction of OC4IDS link
jpmckinney Jun 28, 2024
d1dc0b7
Update schema/release-schema.json
odscjen Jun 28, 2024
4b8c49f
build: run manage.py precommit
odscjen Jun 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
geometryType.csv: Reduce repetition
  • Loading branch information
jpmckinney committed Jun 28, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 4780b123c8dc5de75eda89ad6831d9b1c5f454d1
12 changes: 6 additions & 6 deletions schema/codelists/geometryType.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Code,Title,Description,Source
Point,Point,"For type 'Point', the `coordinates` field is a single position.",https://tools.ietf.org/html/rfc7946#section-3.1
MultiPoint,MultiPoint,"For type 'MultiPoint', the `coordinates` field is an array of positions.",https://tools.ietf.org/html/rfc7946#section-3.1
LineString,LineString,"For type 'LineString', the `coordinates` field is an array of two or more positions.",https://tools.ietf.org/html/rfc7946#section-3.1
MultiLineString,MultiLineString,"For type 'MultiLineString', the `coordinates` field is an array of LineString coordinate arrays.",https://tools.ietf.org/html/rfc7946#section-3.1
Polygon,Polygon,"For type 'Polygon', the `coordinates` field is an array of linear ring coordinate arrays.",https://tools.ietf.org/html/rfc7946#section-3.1
MultiPolygon,MultiPolygon,"For type 'MultiPolygon', the `coordinates` field is an array of Polygon coordinate arrays.",https://tools.ietf.org/html/rfc7946#section-3.1
Point,Point,The `coordinates` field is a single position.,https://tools.ietf.org/html/rfc7946#section-3.1
MultiPoint,MultiPoint,The `coordinates` field is an array of positions.,https://tools.ietf.org/html/rfc7946#section-3.1
LineString,LineString,The `coordinates` field is an array of two or more positions.,https://tools.ietf.org/html/rfc7946#section-3.1
MultiLineString,MultiLineString,The `coordinates` field is an array of LineString coordinate arrays.,https://tools.ietf.org/html/rfc7946#section-3.1
Polygon,Polygon,The `coordinates` field is an array of linear ring coordinate arrays.,https://tools.ietf.org/html/rfc7946#section-3.1
MultiPolygon,MultiPolygon,The `coordinates` field is an array of Polygon coordinate arrays.,https://tools.ietf.org/html/rfc7946#section-3.1
Loading