Skip to content

Commit

Permalink
add conformsTo to WNM (#727)
Browse files Browse the repository at this point in the history
* add conformsTo to WNM

* remove version
  • Loading branch information
tomkralidis authored Aug 15, 2024
1 parent 4713303 commit 028cce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2box-management/wis2box/pubsub/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def __init__(self, identifier: str, metadata_id: str, filepath: str,
self.message = {
'id': str(uuid.uuid4()),
'type': 'Feature',
'version': 'v04',
'conformsTo': ['http://wis.wmo.int/spec/wnm/1/conf/core'],
'geometry': self.geometry,
'properties': {
'data_id': data_id,
Expand Down

0 comments on commit 028cce9

Please sign in to comment.