Skip to content

Commit 480d15a

Browse files
Merge pull request #254840 from stevemunk/add-lightbox-about-azure-maps
Added lightbox to images to Azure Maps Overview article.
2 parents b4eb674 + 52e94dc commit 480d15a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ The following video explains Azure Maps in depth:
3939

4040
The Azure Maps Web SDK lets you customize interactive maps with your own content and imagery. You can use this interactive map for both your web or mobile applications. The map control makes use of WebGL, so you can render large data sets with high performance. You can develop with the SDK by using JavaScript or TypeScript.
4141

42-
:::image type="content" source="./media/about-azure-maps/intro_web_map_control.png" alt-text="Example map of population change created by using Azure Maps Web SDK":::
42+
:::image type="content" source="./media/about-azure-maps/intro_web_map_control.png" lightbox="./media/about-azure-maps/intro_web_map_control.png" alt-text="Example map of population change created by using Azure Maps Web SDK.":::
4343

4444
### Android SDK
4545

4646
Use the Azure Maps Android SDK to create mobile mapping applications.
4747

48-
:::image type="content" source="./media/about-azure-maps/android_sdk.png" border="false" alt-text="Map examples on a mobile device":::
48+
:::image type="content" source="./media/about-azure-maps/android_sdk.png" lightbox="./media/about-azure-maps/android_sdk.png" border="false" alt-text="Map examples on a mobile device.":::
4949

5050
## Services in Azure Maps
5151

@@ -71,7 +71,7 @@ For more information, see [Geolocation] in the Azure Maps REST API documentation
7171

7272
[Render] service introduces a new version of the [Get Map Tile] API that supports using Azure Maps tiles not only in the Azure Maps SDKs but other map controls as well. It includes raster and vector tile formats, 256x256 or 512x512 tile sizes (where applicable) and numerous map types such as road, weather, contour, or map tiles. For a complete list, see [TilesetID] in the REST API documentation. You're required to display the appropriate copyright attribution on the map anytime you use the Azure Maps Render service, either as basemaps or layers, in any third-party map control. For more information, see [How to use the Get Map Attribution API].
7373

74-
:::image type="content" source="./media/about-azure-maps/intro_map.png" border="false" alt-text="Example of a map from the Render service":::
74+
:::image type="content" source="./media/about-azure-maps/intro_map.png" lightbox="./media/about-azure-maps/intro_map.png" alt-text="Example of a map from the Render service.":::
7575

7676
> [!NOTE]
7777
>
@@ -83,7 +83,7 @@ For more information, see [Geolocation] in the Azure Maps REST API documentation
8383

8484
The route service is used to calculate the estimated arrival times (ETAs) for each requested route. Factors such as real-time traffic information and historic traffic data, like the typical road speeds on the requested day of the week and time of day are considered. The route service returns the shortest or fastest routes available to multiple destinations at a time in sequence or in optimized order, based on time or distance. The service allows developers to calculate directions across several travel modes, such as car, truck, bicycle, or walking, and electric vehicle. The service also considers inputs, such as departure time, weight restrictions, or hazardous material transport.
8585

86-
:::image type="content" source="./media/about-azure-maps/intro_route.png" border="false" alt-text="Example of a map from the Route service":::
86+
:::image type="content" source="./media/about-azure-maps/intro_route.png" lightbox="./media/about-azure-maps/intro_route.png" alt-text="Example of a map from the Route service.":::
8787

8888
The Route service offers advanced set features, such as:
8989

@@ -97,7 +97,7 @@ For more information, see [Route] in the Azure Maps REST API documentation.
9797

9898
The Search service helps developers search for addresses, places, business listings by name or category, and other geographic information. Also, services can [reverse geocode] addresses and cross streets based on latitudes and longitudes.
9999

100-
:::image type="content" source="./media/about-azure-maps/intro_search.png" border="false" alt-text="Example of a search on a map":::
100+
:::image type="content" source="./media/about-azure-maps/intro_search.png" lightbox="./media/about-azure-maps/intro_search.png" alt-text="Example of a search on a map.":::
101101

102102
The Search service also provides advanced features such as:
103103

@@ -159,7 +159,7 @@ The Traffic service is a suite of web services that developers can use for web o
159159
* Traffic flow: Real-time observed speeds and travel times for all key roads in the network.
160160
* Traffic incidents: An up-to-date view of traffic jams and incidents around the road network.
161161

162-
![Example of a map with traffic information](media/about-azure-maps/intro_traffic.png)
162+
:::image type="content" source="./media/about-azure-maps/intro_traffic.png" lightbox="./media/about-azure-maps/intro_traffic.png" alt-text="Example of a map with traffic information.":::
163163

164164
For more information, see [Traffic] in the Azure Maps REST API documentation.
165165

@@ -171,7 +171,7 @@ Developers can use the [Get Weather along route API] to retrieve weather informa
171171

172172
The [Get Map Tile] API allows you to request past, current, and future radar and satellite tiles.
173173

174-
![Example of map with real-time weather radar tiles](media/about-azure-maps/intro_weather.png)
174+
:::image type="content" source="./media/about-azure-maps/intro_weather.png" lightbox="./media/about-azure-maps/intro_weather.png" alt-text="Example of map with real-time weather radar tiles.":::
175175

176176
## Programming model
177177

@@ -183,7 +183,7 @@ Also, Azure Maps offers a convenient [JavaScript map control] with a simple prog
183183

184184
The Azure Maps Power BI visual provides a rich set of data visualizations for spatial data on top of a map. It's estimated that over 80% of business data has a location context. The Azure Maps Power BI visual offers a no-code solution for gaining insights into how this location context relates to and influences your business data.
185185

186-
:::image type="content" source="./media/about-azure-maps/intro-power-bi.png" border="false" alt-text="Power BI desktop with the Azure Maps Power BI visual displaying business data":::
186+
:::image type="content" source="./media/about-azure-maps/intro-power-bi.png" lightbox="./media/about-azure-maps/intro-power-bi.png" border="false" alt-text="Power BI desktop with the Azure Maps Power BI visual displaying business data.":::
187187

188188
For more information, see [Get started with Azure Maps Power BI visual].
189189

0 commit comments

Comments
 (0)