Skip to content

Commit e18ea80

Browse files
authored
Merge pull request #127302 from changeworld/patch-24
Fix typo: shttp -> https
2 parents f9d69b8 + 225782c commit e18ea80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-maps/how-to-dataset-geojson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ One thing to consider when adding to an existing dataset is how the feature IDs
8686
8787
If your original dataset was created from a GoeJSON source and you wish to add another facility created from a drawing package, you can append it to your existing dataset by referencing its `conversionId`, as demonstrated by this HTTP POST request:
8888
89-
```shttp
89+
```https
9090
https://us.atlas.microsoft.com/datasets?api-version=2023-03-01-preview&conversionId={conversionId}&outputOntology=facility-2.0&datasetId={datasetId}
9191
```
9292

0 commit comments

Comments
 (0)