Skip to content

Commit c2869f6

Browse files
authored
fix typo in OBJECTID property name (#320)
1 parent fc5307d commit c2869f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msc_pygeoapi/loader/forecast_polygons.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
INDEX_NAME = 'forecast_polygons_{}_{}'
5252

5353
FILE_PROPERTIES = {
54-
'OBJECT_ID': {
54+
'OBJECTID': {
5555
'type': 'integer',
5656
},
5757
'CLC': {

0 commit comments

Comments
 (0)