Skip to content

Commit 106988c

Browse files
authored
Merge pull request #882 from Labelbox/lmoehlenbrock-patch-2
Added media type to ontology in Geospatial Prediction notebook
2 parents e2a8b34 + c3d4acc commit 106988c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/prediction_upload/geospatial_predictions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@
684684
" ]\n",
685685
")\n",
686686
"\n",
687-
"ontology = client.create_ontology(\"Ontology Geospatial Annotations\", ontology_builder.asdict())"
687+
"ontology = client.create_ontology(\"Ontology Geospatial Annotations\", ontology_builder.asdict(), media_type=lb.MediaType.Geospatial_Tile)"
688688
],
689689
"metadata": {
690690
"id": "Kt4XWWqgIiWk"

0 commit comments

Comments
 (0)