Skip to content

Commit 9dc1c0f

Browse files
authored
Merge pull request #287330 from stevemunk/retirement-banner-removal-spatial
Removing retirement banners from Web SDK Spatial modules since they do not apply.
2 parents 52ad4f4 + fce1512 commit 9dc1c0f

6 files changed

+0
-36
lines changed

articles/azure-maps/release-notes-spatial-module.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ ms.subservice: web-sdk
1212

1313
# Spatial IO Module release notes
1414

15-
> [!NOTE]
16-
>
17-
> **Azure Maps Spatial service retirement**
18-
>
19-
> The Azure Maps Spatial service is now deprecated and will be retired on 9/30/25. For more information, see [End of Life Announcement of Azure Maps Spatial](https://aka.ms/AzureMapsSpatialDeprecation).
20-
2115
This document contains information about new features and other changes to the Azure Maps Spatial IO Module.
2216

2317
## [0.1.8] (February 22, 2024)

articles/azure-maps/spatial-io-add-simple-data-layer.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ ms.subservice: web-sdk
1313

1414
# Add a simple data layer
1515

16-
> [!NOTE]
17-
>
18-
> **Azure Maps Spatial service retirement**
19-
>
20-
> The Azure Maps Spatial service is now deprecated and will be retired on 9/30/25. For more information, see [End of Life Announcement of Azure Maps Spatial](https://aka.ms/AzureMapsSpatialDeprecation).
21-
2216
The spatial IO module provides a `SimpleDataLayer` class. This class makes it easy to render styled features on the map. It can even render data sets that have style properties and data sets that contain mixed geometry types. The simple data layer achieves this functionality by wrapping multiple rendering layers and using style expressions. The style expressions search for common style properties of the features inside these wrapped layers. The `atlas.io.read` function and the `atlas.io.write` function use these properties to read and write styles into a supported file format. After adding the properties to a supported file format, the file can be used for various purposes. For example, the file can be used to display the styled features on the map.
2317

2418
In addition to styling features, the `SimpleDataLayer` provides a built-in popup feature with a popup template. The popup displays when a feature is selected. The default popup feature can be disabled, if desired. This layer also supports clustered data. When a cluster is clicked, the map zooms into the cluster and expands it into individual points and subclusters.

articles/azure-maps/spatial-io-connect-wfs-service.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ ms.subservice: web-sdk
1111

1212
# Connect to a WFS service
1313

14-
> [!NOTE]
15-
>
16-
> **Azure Maps Spatial service retirement**
17-
>
18-
> The Azure Maps Spatial service is now deprecated and will be retired on 9/30/25. For more information, see [End of Life Announcement of Azure Maps Spatial](https://aka.ms/AzureMapsSpatialDeprecation).
19-
2014
A Web Feature Service (WFS) is a web service for querying spatial data that has a standardized API defined by the Open Geospatial Consortium (OGC). The `WfsClient` class in the spatial IO module lets developers connect to a WFS service and query data from the service.
2115

2216
The `WfsClient` class supports the following features:

articles/azure-maps/spatial-io-core-operations.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ ms.subservice: web-sdk
1212

1313
# Core IO operations
1414

15-
> [!NOTE]
16-
>
17-
> **Azure Maps Spatial service retirement**
18-
>
19-
> The Azure Maps Spatial service is now deprecated and will be retired on 9/30/25. For more information, see [End of Life Announcement of Azure Maps Spatial](https://aka.ms/AzureMapsSpatialDeprecation).
20-
2115
In addition to providing tools to read spatial data files, the spatial IO module exposes core underlying libraries to read and write XML and delimited data fast and efficiently.
2216

2317
The `atlas.io.core` namespace contains two low-level classes that can quickly read and write CSV and XML data. These base classes power the spatial data readers and writers in the Spatial IO module. Feel free to use them to add more reading and writing support for CSV or XML files.

articles/azure-maps/spatial-io-read-write-spatial-data.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ ms.subservice: web-sdk
1212

1313
# Read and write spatial data
1414

15-
> [!NOTE]
16-
>
17-
> **Azure Maps Spatial service retirement**
18-
>
19-
> The Azure Maps Spatial service is now deprecated and will be retired on 9/30/25. For more information, see [End of Life Announcement of Azure Maps Spatial](https://aka.ms/AzureMapsSpatialDeprecation).
20-
2115
The following table lists the spatial file formats that are supported for reading and writing operations with the Spatial IO module.
2216

2317
| Data Format | Read | Write |

articles/azure-maps/spatial-io-supported-data-format-details.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ ms.subservice: web-sdk
1111

1212
# Supported data format details
1313

14-
> [!NOTE]
15-
>
16-
> **Azure Maps Spatial service retirement**
17-
>
18-
> The Azure Maps Spatial service is now deprecated and will be retired on 9/30/25. For more information, see [End of Life Announcement of Azure Maps Spatial](https://aka.ms/AzureMapsSpatialDeprecation).
19-
2014
This article provides specifics on the read and write support for all XML tags and Well-Known Text geometry types. It also details how the delimited spatial data is parsed in the spatial IO module.
2115

2216
## Supported XML namespaces

0 commit comments

Comments
 (0)