Skip to content

Commit 515111d

Browse files
committed
Remove references to removed files.
1 parent 0a592a3 commit 515111d

File tree

5 files changed

+2
-30
lines changed

5 files changed

+2
-30
lines changed

articles/azure-maps/about-creator.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,26 +92,22 @@ This section provides a high-level overview of the indoor map creation workflow.
9292
### ![How-to articles](./media/creator-indoor-maps/about-creator/how-to-guides.png) How-to guides
9393

9494
- [Manage Creator]
95-
- [Implement Dynamic styling for indoor maps]
9695
- [Query datasets with WFS API]
9796
- [Custom styling for indoor maps]
9897
- [Indoor maps wayfinding service]
9998
- [Edit indoor maps using the QGIS plugin]
10099
- [Create dataset using GeoJson package]
101-
- [Create a feature stateset]
102100

103101
### ![Reference articles](./media/creator-indoor-maps/about-creator/reference.png) Reference
104102

105103
- [Drawing package requirements]
106104
- [Facility Ontology]
107-
- [Dynamic maps StylesObject]
108105
- [Drawing error visualizer]
109106
- [Azure Maps Creator REST API]
110107

111108
[Azure Maps Creator onboarding tool]: https://azure.github.io/azure-maps-creator-onboarding-tool
112109
[Azure Maps Creator REST API]: /rest/api/maps-creator
113110
[Conversion]: /rest/api/maps-creator/conversion
114-
[Create a feature stateset]: how-to-creator-feature-stateset.md
115111
[Create custom styles for indoor maps]: how-to-create-custom-styles.md
116112
[Create dataset using GeoJson package]: how-to-dataset-geojson.md
117113
[Custom styling for indoor maps]: how-to-create-custom-styles.md
@@ -120,13 +116,11 @@ This section provides a high-level overview of the indoor map creation workflow.
120116
[Drawing error visualizer]: drawing-error-visualizer.md
121117
[Drawing package guide]: drawing-package-guide.md?pivots=drawing-package-v2
122118
[Drawing package requirements]: drawing-requirements.md
123-
[Dynamic maps StylesObject]: schema-stateset-stylesobject.md
124119
[Edit indoor maps using the QGIS plugin]: creator-qgis-plugin.md
125120
[Facility Ontology]: creator-facility-ontology.md
126121
[Features API]: /rest/api/maps-creator/features?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
127122
[features]: glossary.md#feature
128123
[How to create data registry]: how-to-create-data-registries.md
129-
[Implement Dynamic styling for indoor maps]: indoor-map-dynamic-styling.md
130124
[Indoor map concepts]: creator-indoor-maps.md
131125
[Indoor maps wayfinding service]: how-to-creator-wayfinding.md
132126
[Manage Creator]: how-to-manage-creator.md

articles/azure-maps/how-to-creator-wfs.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To query the unit collection in your dataset, create a new **HTTP GET Request**:
7676
https://us.atlas.microsoft.com/wfs/datasets/{datasetId}/collections/unit/items?subscription-key={Your-Azure-Maps-Subscription-key}&api-version=2.0
7777
```
7878

79-
After the response returns, copy the feature `id` for one of the `unit` features. In the following example, the feature `id` is "UNIT26". Use "UNIT26" as your features `id` when you [Update a feature state].
79+
After the response returns, copy the feature `id` for one of the `unit` features. In the following example, the feature `id` is "UNIT26".
8080

8181
```json
8282
{
@@ -108,11 +108,6 @@ After the response returns, copy the feature `id` for one of the `unit` features
108108
}
109109
```
110110

111-
## Next steps
112-
113-
> [!div class="nextstepaction"]
114-
> [How to create a feature stateset]
115-
116111
[Check the dataset creation status]: tutorial-creator-indoor-maps.md#check-the-dataset-creation-status
117112
[datasets]: /rest/api/maps-creator/dataset
118113
[WFS API]: /rest/api/maps-creator/wfs
@@ -121,5 +116,3 @@ After the response returns, copy the feature `id` for one of the `unit` features
121116
[Check dataset creation status]: tutorial-creator-indoor-maps.md#check-the-dataset-creation-status
122117
[Access to Creator Services]: how-to-manage-creator.md#access-to-creator-services
123118
[WFS Describe Collections API]: /rest/api/maps-creator/wfs/get-collection-definition
124-
[Update a feature state]: how-to-creator-feature-stateset.md#update-a-feature-state
125-
[How to create a feature stateset]: how-to-creator-feature-stateset.md

articles/azure-maps/how-to-manage-creator.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ Learn how to use the Creator services to render indoor maps in your application:
9797
> [!div class="nextstepaction"]
9898
> [Azure Maps Creator tutorial]
9999
100-
> [!div class="nextstepaction"]
101-
> [Indoor map dynamic styling]
102-
103100
> [!div class="nextstepaction"]
104101
> [Use the Indoor Maps module]
105102
@@ -111,7 +108,6 @@ Learn how to use the Creator services to render indoor maps in your application:
111108
[Data conversion]: creator-indoor-maps.md#convert-a-drawing-package
112109
[Dataset]: creator-indoor-maps.md#datasets
113110
[Feature State set]: creator-indoor-maps.md#feature-statesets
114-
[Indoor map dynamic styling]: indoor-map-dynamic-styling.md
115111
[Manage authentication in Azure Maps]: how-to-manage-authentication.md
116112
[see Creator service geographic scope]: creator-geographic-scope.md
117113
[Tileset]: creator-indoor-maps.md#tilesets

articles/azure-maps/how-to-use-indoor-module.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const map = new atlas.Map("map-id", {
120120

121121
## Instantiate the Indoor Manager
122122

123-
To load the indoor map style of the tiles, you must instantiate the *Indoor Manager*. Instantiate the *Indoor Manager* by providing the *Map object*. If you wish to support [dynamic map styling], you must pass the `statesetId`. The `statesetId` variable name is case-sensitive. Your code should look like the following JavaScript code snippet:
123+
To load the indoor map style of the tiles, you must instantiate the *Indoor Manager*. Instantiate the *Indoor Manager* by providing the *Map object*. Your code should look like the following JavaScript code snippet:
124124

125125
```javascriptf
126126
const statesetId = "<statesetId>";
@@ -303,9 +303,6 @@ Read about the APIs that are related to the *Azure Maps Indoor* module:
303303
304304
Learn more about how to add more data to your map:
305305

306-
> [!div class="nextstepaction"]
307-
> [Indoor Maps dynamic styling]
308-
309306
> [!div class="nextstepaction"]
310307
> [Code samples]
311308
@@ -320,8 +317,6 @@ Learn more about how to add more data to your map:
320317
[Creator for indoor maps]: creator-indoor-maps.md
321318
[Creator Indoor Maps]: https://samples.azuremaps.com/?sample=creator-indoor-maps
322319
[Drawing package requirements]: drawing-requirements.md
323-
[dynamic map styling]: indoor-map-dynamic-styling.md
324-
[Indoor Maps dynamic styling]: indoor-map-dynamic-styling.md
325320
[map configuration API]: /rest/api/maps-creator/map-configuration?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
326321
[map configuration]: creator-indoor-maps.md#map-configuration
327322
[Style Rest API]: /rest/api/maps-creator/style?view=rest-maps-creator-2023-03-01-preview&preserve-view=true

articles/azure-maps/toc.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@ items:
191191
href: creator-qgis-plugin.md
192192
- name: Create dataset using GeoJson package
193193
href: how-to-dataset-geojson.md
194-
- name: Create a feature stateset
195-
href: how-to-creator-feature-stateset.md
196194
- name: Get map data from REST APIs
197195
items:
198196
- name: Search for an address
@@ -299,8 +297,6 @@ items:
299297
items:
300298
- name: Indoor Maps module with custom styles
301299
href: how-to-use-indoor-module.md
302-
- name: Dynamic styling for indoor maps
303-
href: indoor-map-dynamic-styling.md
304300
- name: Spatial IO module
305301
items:
306302
- name: Use the spatial IO module
@@ -449,8 +445,6 @@ items:
449445
href: drawing-requirements.md
450446
- name: Facility Ontology
451447
href: creator-facility-ontology.md
452-
- name: Dynamic maps StylesObject
453-
href: schema-stateset-stylesobject.md
454448
- name: Drawing error visualizer
455449
href: drawing-error-visualizer.md
456450
- name: Drawing conversion errors and warnings

0 commit comments

Comments
 (0)