Skip to content

Commit d86c395

Browse files
authored
Merge pull request #280905 from stevemunk/creator-remove-tutorial
Remove Creator Overview and Tutorial
2 parents 5c29eb1 + 60c961f commit d86c395

23 files changed

+34
-593
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,16 @@
11891189
"redirect_url": "/azure/azure-maps/",
11901190
"redirect_document_id": true
11911191
},
1192+
{
1193+
"source_path_from_root": "/articles/azure-maps/tutorial-creator-indoor-maps.md",
1194+
"redirect_url": "/azure/azure-maps/creator-indoor-maps",
1195+
"redirect_document_id": false
1196+
},
1197+
{
1198+
"source_path_from_root": "/articles/azure-maps/about-creator.md",
1199+
"redirect_url": "/azure/azure-maps/creator-indoor-maps",
1200+
"redirect_document_id": true
1201+
},
11921202
{
11931203
"source_path_from_root": "/articles/azure-maps/search-categories.md",
11941204
"redirect_url": "/azure/azure-maps/supported-search-categories",

articles/azure-maps/about-azure-maps.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ ms.custom: mvc, references_regions
1515
Azure Maps is a collection of geospatial services and SDKs that use fresh mapping data to provide geographic context to web and mobile applications. Azure Maps provides:
1616

1717
* REST APIs to render vector and raster maps in multiple styles and satellite imagery.
18-
* Creator services to create and render maps based on private indoor map data.
1918
* Search services to locate addresses, places, and points of interest around the world.
2019
* Various routing options; such as point-to-point, multipoint, multipoint optimization, isochrone, electric vehicle, commercial vehicle, traffic influenced, and matrix routing.
2120
* Traffic flow view and incidents view, for applications that require real-time traffic information.
@@ -215,10 +214,6 @@ Verify that the location of your current IP address is in a supported country/re
215214

216215
## Next steps
217216

218-
Learn about indoor maps:
219-
220-
[What is Azure Maps Creator?]
221-
222217
Try a sample app that showcases Azure Maps:
223218

224219
[Quickstart: Create a web app]
@@ -232,7 +227,6 @@ Stay up to date on Azure Maps:
232227
[Get started with Azure Maps Power BI visual]: power-bi-visual-get-started.md
233228
[How to use the Get Map Attribution API]: how-to-show-attribution.md
234229
[Quickstart: Create a web app]: quick-demo-map-app.md
235-
[What is Azure Maps Creator?]: about-creator.md
236230
[v1]: /rest/api/maps/data?view=rest-maps-1.0&preserve-view=true
237231
[v2]: /rest/api/maps/data
238232
[How to create data registry]: how-to-create-data-registries.md

articles/azure-maps/about-creator.md

Lines changed: 0 additions & 140 deletions
This file was deleted.

articles/azure-maps/creator-facility-ontology.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -549,9 +549,6 @@ The `category` class feature defines category names. For example: "room.conferen
549549

550550
Learn more about Creator for indoor maps by reading:
551551

552-
> [!div class="nextstepaction"]
553-
> [What is Azure Maps Creator?]
554-
555552
> [!div class="nextstepaction"]
556553
> [Creator for indoor maps]
557554
@@ -585,7 +582,7 @@ Learn more about Creator for indoor maps by reading:
585582
<!--------- learn.microsoft.com links --------------->
586583
[Create a dataset using a GeoJson package]: how-to-dataset-geojson.md
587584
[Creator for indoor maps]: creator-indoor-maps.md
588-
[What is Azure Maps Creator?]: about-creator.md
585+
589586
<!--------- External Links --------------->
590587
[Azure Maps services]: https://aka.ms/AzureMaps
591588
[feature object]: https://www.rfc-editor.org/rfc/rfc7946#section-3.2

articles/azure-maps/creator-geographic-scope.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,4 @@ The following table describes the mapping between geography and supported Azure
2727
| Europe| West Europe, North Europe | eu.atlas.microsoft.com |
2828
|United States | West US 2, East US 2 | us.atlas.microsoft.com |
2929

30-
## Next steps
31-
32-
> [!div class="nextstepaction"]
33-
> [What is Azure Maps Creator?]
34-
3530
[Azure geographies]: https://azure.microsoft.com/global-infrastructure/geographies
36-
[What is Azure Maps Creator?]: about-creator.md

articles/azure-maps/creator-indoor-maps.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,6 @@ The following example shows how to update a dataset, create a new tileset, and d
283283
4. Save the new **tilesetId** for the next step.
284284
5. To enable the visualization of the updated campus dataset, update the tileset identifier in your application. If the old tileset is no longer used, you can delete it.
285285

286-
## Next steps
287-
288-
> [!div class="nextstepaction"]
289-
> [Tutorial: Creating a Creator indoor map]
290-
291286
<!----- Internal Links ------->
292287
[Convert a drawing package]: #convert-a-drawing-package
293288
[Custom styling service]: #custom-styling-preview
@@ -333,7 +328,6 @@ The following example shows how to update a dataset, create a new tileset, and d
333328
[Manage Azure Maps Creator]: how-to-manage-creator.md
334329
[structure]: creator-facility-ontology.md?pivots=facility-ontology-v2#structure
335330
[style picker control]: choose-map-style.md#add-the-style-picker-control
336-
[Tutorial: Creating a Creator indoor map]: tutorial-creator-indoor-maps.md
337331
[Tutorial: Implement IoT spatial analytics by using Azure Maps]: tutorial-iot-hub-maps.md
338332
[verticalPenetration]: creator-facility-ontology.md?pivots=facility-ontology-v2#verticalpenetration
339333

articles/azure-maps/creator-onboarding-tool.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article demonstrates how to create an indoor map using the Azure Maps Creat
1717

1818
## Prerequisites
1919

20-
- A basic understanding of Creator. For an overview, see [What is Azure Maps Creator?]
20+
- A basic understanding of Creator. For an overview, see [Creator for indoor maps].
2121
- A drawing package. For more information, see [Drawing package requirements].
2222

2323
> [!NOTE]
@@ -74,7 +74,7 @@ Integrate the indoor map into your applications using the Web SDK.
7474
> [!div class="nextstepaction"]
7575
> [Use the Azure Maps Indoor Maps module]
7676
77-
[Azure Maps Creator onboarding tool]: https://azure.github.io/azure-maps-creator-onboarding-tool
77+
[Azure Maps Creator onboarding tool]: creator-onboarding-tool.md
7878
[Conversion service]: /rest/api/maps-creator/conversion
7979
[Convert a drawing package]: creator-indoor-maps.md#convert-a-drawing-package
8080
[dataset]: creator-indoor-maps.md#datasets
@@ -85,4 +85,4 @@ Integrate the indoor map into your applications using the Web SDK.
8585
[The Map Configuration ID]: #the-map-configuration-id
8686
[tileset]: creator-indoor-maps.md#tilesets
8787
[Use the Azure Maps Indoor Maps module]: how-to-use-indoor-module.md
88-
[What is Azure Maps Creator?]: about-creator.md
88+
[Creator for indoor maps]: creator-indoor-maps.md

articles/azure-maps/creator-qgis-plugin.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ The [Azure Maps QGIS plugin] is used to view and edit [datasets] in [QGIS]. It e
1818

1919
## Prerequisites
2020

21-
- Understanding of [Creator concepts].
22-
- An Azure Maps Creator [dataset]. If you have never used Azure Maps Creator to create an indoor map, you might find the [Use Creator to create indoor maps] tutorial helpful.
21+
- Understanding of [Creator concepts]
22+
- A [dataset]
2323
- A basic working knowledge of [QGIS]
2424

2525
## Get started
@@ -204,4 +204,3 @@ If you have question related to Azure Maps, see [MICROSOFT Q&A]. Be sure and tag
204204
[MICROSOFT Q&A]: /answers/questions/ask
205205
[QGIS]: https://qgis.org/en/site/
206206
[subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account
207-
[Use Creator to create indoor maps]: tutorial-creator-indoor-maps.md

articles/azure-maps/drawing-error-visualizer.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This tutorial uses the [Postman] application, but you can choose a different API
3030
> [!IMPORTANT]
3131
> Make sure to make a note of the unique identifier (`udid`) value, you will need it. The `udid` is how you reference the drawing package you uploaded into your Azure storage account from your source code and HTTP requests.
3232
33-
2. Now that the drawing package is uploaded, use `udid` for the uploaded package to convert the package into map data. For steps on how to convert a package, see [Convert a drawing package].
33+
2. Now that the drawing package is uploaded, use `udid` for the uploaded package to convert the package into map data.
3434

3535
>[!NOTE]
3636
>If your conversion process succeeds, you will not receive a link to the Error Visualizer tool.
@@ -88,20 +88,15 @@ The _ConversionWarningsAndErrors.json_ contains a list of your drawing package e
8888

8989
Learn more by reading:
9090

91-
> [!div class="nextstepaction"]
92-
> [What is Azure Maps Creator?]
93-
9491
> [!div class="nextstepaction"]
9592
> [Creator for indoor maps]
9693

9794
[Azure Maps account]: quick-demo-map-app.md#create-an-azure-maps-account
9895
[Azure Maps Conversion API]: /rest/api/maps-creator/conversion
99-
[Convert a drawing package]: tutorial-creator-indoor-maps.md#convert-a-drawing-package
10096
[Creator for indoor maps]: creator-indoor-maps.md
10197
[Creator resource]: how-to-manage-creator.md
10298
[Drawing package requirements]: drawing-requirements.md
10399
[Drawing package warnings and errors]: drawing-conversion-error-codes.md
104100
[How to create data registry]: how-to-create-data-registries.md
105101
[Postman]: https://www.postman.com/
106102
[subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account
107-
[What is Azure Maps Creator?]: about-creator.md

articles/azure-maps/drawing-package-guide.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ The following image shows the Drawing Units window within Autodesk's AutoCAD® s
7171

7272
### Alignment
7373

74-
Each floor of a facility is provided as an individual DWG file. As a result, it's possible that the floors aren't perfectly aligned when stacked on top of each other. Azure Maps Conversion service requires that all drawings be aligned with the physical space. To verify alignment, use a reference point that can span across floors, such as an elevator or column that spans multiple floors. you can view all the floors by opening a new drawing, and then use the `XATTACH` command to load all floor drawings. If you need to fix any alignment issues, you can use the reference points and the `MOVE` command to realign the floors that require it.
75-
74+
Each floor of a facility is provided as an individual DWG file. As a result, it's possible that the floors aren't perfectly aligned when stacked on top of each other. Azure Maps Conversion service requires that all drawings be aligned with the physical space. To verify alignment, use a reference point that can span across floors, such as an elevator or column that spans multiple floors. You can view all the floors by opening a new drawing, and then use the `XATTACH` command to load all floor drawings. If you need to fix any alignment issues, you can use the reference points and the `MOVE` command to realign the floors that require it.
7675
### Layers
7776

7877
Ensure that each layer of a drawing contains entities of one feature class. If a layer contains entities for walls, then it can't have other features such as units or doors. However, a feature class can be split up over multiple layers. For example, you can have three layers in the drawing that contain wall entities.
@@ -225,15 +224,9 @@ You should now have all the DWG drawings prepared to meet Azure Maps Conversion
225224

226225
## Next steps
227226

228-
> [!div class="nextstepaction"]
229-
> [What is Azure Maps Creator?]
230-
231227
> [!div class="nextstepaction"]
232228
> [Creator for indoor maps]
233229
234-
> [!div class="nextstepaction"]
235-
> [Tutorial: Creating a Creator indoor map]
236-
237230
:::zone-end
238231

239232
:::zone pivot="drawing-package-v2"
@@ -353,31 +346,23 @@ When finished, select the **Create + Download** button to download a copy of the
353346

354347
## Next steps
355348

356-
> [!div class="nextstepaction"]
357-
> [What is Azure Maps Creator?]
358-
359349
> [!div class="nextstepaction"]
360350
> [Creator for indoor maps]
361351
362352
> [!div class="nextstepaction"]
363353
> [Create indoor map with the onboarding tool]
364-
365354
:::zone-end
366355

367356
<!--------------------- Drawing Package v1 links--------------------------------------------------->
368357
[sample drawing package]: https://github.com/Azure-Samples/am-creator-indoor-data-examples/tree/master/Drawing%20Package%201.0
369358
[Manifest file requirements]: drawing-requirements.md#manifest-file-requirements-1
370359
[Drawing Package Requirements]: drawing-requirements.md
371-
[Tutorial: Creating a Creator indoor map]: tutorial-creator-indoor-maps.md
372-
373360
<!--------------------- Drawing Package v2 links--------------------------------------------------->
374361
[Conversion service]: https://aka.ms/creator-conversion
375362
[sample drawing package v2]: https://github.com/Azure-Samples/am-creator-indoor-data-examples/tree/master/Drawing%20Package%202.0
376-
[Azure Maps Creator onboarding tool]: https://azure.github.io/azure-maps-creator-onboarding-tool
363+
[Azure Maps Creator onboarding tool]: creator-onboarding-tool.md
377364
[manifest files]: drawing-requirements.md#manifest-file-1
378365
[wayfinding]: creator-indoor-maps.md#wayfinding-preview
379366
[facility level]: drawing-requirements.md#facility-level
380-
[Create indoor map with the onboarding tool]: creator-onboarding-tool.md
381367

382-
[What is Azure Maps Creator?]: about-creator.md
383368
[Creator for indoor maps]: creator-indoor-maps.md

0 commit comments

Comments
 (0)