Skip to content

Commit

Permalink
Fix bug in generic extension
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Oct 5, 2023
1 parent 4a83517 commit fd6e664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _data/extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- name: Generic
url: https://cityjson.org/extensions/download/generic.ext.json
description: "Extension to handle GenericCityObject in v1.1"
status: 1.1
status: 2.0
organisation: "CityJSON core team"
# details: http://dx.doi.org/10.5194/isprs-archives-XLIII-B4-2021-301-2021

Expand Down
2 changes: 1 addition & 1 deletion extensions/download/generic.ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{ "$ref": "geomprimitives.schema.json#/Solid" },
{ "$ref": "geomprimitives.schema.json#/MultiSolid" },
{ "$ref": "geomprimitives.schema.json#/CompositeSolid" },
{ "$ref": "geomprimitives.schema.json#/GeometryInstance" }
{ "$ref": "geomtemplates.schema.json#/GeometryInstance" }
]
}
}
Expand Down

0 comments on commit fd6e664

Please sign in to comment.