Skip to content

Commit ee5aac5

Browse files
authored
TECHDOCS-4676: Update work-with-interactive-map-layer.md to change DHC links with Zoomin links. (#528)
"Change DHC links with Zoomin links. Resolves: TECHDOCS-4676 Signed-off-by: Marilyn Vidas marilyn.vidas@here.com Signed-off-by: Marilyn Vidas marilyn.vidas@here.com
1 parent 0e7c2f2 commit ee5aac5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/work-with-interactive-map-layer.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ App works!
6666
## Create `RequestBuilder`
6767

6868
You need `RequestBuilder` to use the `InteractiveApi` functions from `@here/olp-sdk-dataservice-api`.
69-
You can use the `InteractiveApi` functions to request any data from an [interactive map layer](https://developer.here.com/documentation/data-user-guide/user_guide/portal/layers/layers.html#interactive-map-layers).
69+
You can use the `InteractiveApi` functions to request any data from an [interactive map layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-data-interactive.html).
7070

7171
**To create the `RequestBuilder` instance:**
7272

@@ -87,7 +87,7 @@ You can use the `InteractiveApi` functions to request any data from an [interact
8787

8888
## Get data from an interactive map layer
8989

90-
Each [interactive map layer](https://developer.here.com/documentation/data-user-guide/user_guide/portal/layers/layers.html#object-store-layers) has a different set of features that you can request and use to work with map data.
90+
Each [interactive map layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-data-interactive.html) has a different set of features that you can request and use to work with map data.
9191

9292
You can request one or several features of the interactive map layer using their IDs, tiles that contain them, a bounding box, spatial search, search, iteration, and statistics.
9393

@@ -171,15 +171,15 @@ The interactive API supports the following tile types:
171171
});
172172
```
173173

174-
With the spatial search, you can find all features around a given position or in a given region. For more information, see [Spatial search for features](https://developer.here.com/documentation/data-api/data_dev_guide/rest/getting-interactive-spatial.html) in the Data API Guide.
174+
With the spatial search, you can find all features around a given position or in a given region. For more information, see [Spatial search for features](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-interactive-spatial.html) in the Data API Guide.
175175

176176
- To get features using the search, call the `searchFeatures` function.
177177

178-
For more information, see [Searching for features](https://developer.here.com/documentation/data-api/data_dev_guide/rest/getting-interactive-search.html) in the Data API Guide.
178+
For more information, see [Searching for features](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-interactive-search.html) in the Data API Guide.
179179

180180
- To get features using iteration, call the `iterateFeatures` function.
181181

182-
You get an ordered set of features, and none of them is returned twice. For more information, see [Iterating features](https://developer.here.com/documentation/data-api/data_dev_guide/rest/getting-interactive-iterate.html) in the Data API Guide.
182+
You get an ordered set of features, and none of them is returned twice. For more information, see [Iterating features](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-interactive-iterate.html) in the Data API Guide.
183183

184184
- To get features using statistics, call the `getStatistics` function with the ID of the layer.
185185

@@ -201,7 +201,7 @@ You can update existing features in an interactive map layer or publish new ones
201201

202202
2. Call the `patchFeature`, `postFeatures`, `putFeature`, or `putFeatures` functions.
203203

204-
For more information, see [Update data in an interactive map layer](https://developer.here.com/documentation/data-api/data_dev_guide/rest/updating-data-interactive.html) and [Publish to an interactive map layer](https://developer.here.com/documentation/data-api/data_dev_guide/rest/publishing-data-interactive.html) in the Data API Guide.
204+
For more information, see [Update data in an interactive map layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/updating-data-interactive.html) and [Publish to an interactive map layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/publishing-data-interactive.html) in the Data API Guide.
205205

206206
## Delete data from an interactive map layer
207207

@@ -213,4 +213,4 @@ You can delete features from an interactive map layer when you no longer need th
213213

214214
2. Call the `deleteFeature` or `deleteFeatures` functions.
215215

216-
For more information, see [Delete data from an interactive map layer](https://developer.here.com/documentation/data-api/data_dev_guide/rest/deleting-data-interactive.html) in the Data API Guide.
216+
For more information, see [Delete data from an interactive map layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/deleting-data-interactive.html) in the Data API Guide.

0 commit comments

Comments
 (0)