From 5c3d1ada664a7cf32d34a5670adbe14a37214c94 Mon Sep 17 00:00:00 2001 From: chgennar <56695749+chgennar@users.noreply.github.com> Date: Mon, 4 Jan 2021 10:25:33 -0800 Subject: [PATCH] [Hub Generated] Review request for Microsoft.Maps/Microsoft.Maps to add version preview/2.0 (#12175) * microsoft.imagery 512 not supported Adding micorosft.imagery to 512 tile not supported list * Updating Raster Tilesets to Have Max Zoom 22 Certain raster tilesets now support up to zoom level 22. --- .../Microsoft.Maps/Render/preview/2.0/render.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/specification/maps/data-plane/Microsoft.Maps/Render/preview/2.0/render.json b/specification/maps/data-plane/Microsoft.Maps/Render/preview/2.0/render.json index 2cb5b1ae7468..afdbfc5bb808 100644 --- a/specification/maps/data-plane/Microsoft.Maps/Render/preview/2.0/render.json +++ b/specification/maps/data-plane/Microsoft.Maps/Render/preview/2.0/render.json @@ -145,19 +145,19 @@ }, { "value": "microsoft.base.road", - "description": "All layers with our main style.
\n\nSupports zoom levels 0 through 18. Format: raster (png)." + "description": "All layers with our main style.
\n\nSupports zoom levels 0 through 22. Format: raster (png)." }, { "value": "microsoft.base.darkgrey", - "description": "All layers with our dark grey style.
\n\nSupports zoom levels 0 through 18. Format: raster (png)." + "description": "All layers with our dark grey style.
\n\nSupports zoom levels 0 through 22. Format: raster (png)." }, { "value": "microsoft.base.labels.road", - "description": "Label data in our main style.
\n\nSupports zoom levels 0 through 18. Format: raster (png)." + "description": "Label data in our main style.
\n\nSupports zoom levels 0 through 22. Format: raster (png)." }, { "value": "microsoft.base.hybrid.road", - "description": "Road, boundary and label data in our main style.
\n\nSupports zoom levels 0 through 18. Format: raster (png)." + "description": "Road, boundary and label data in our main style.
\n\nSupports zoom levels 0 through 22. Format: raster (png)." }, { "value": "microsoft.imagery", @@ -298,7 +298,7 @@ }, { "value": "512", - "description": "Return a 512 by 512 pixel tile. Available for all tilesetIds except for \n* microsoft.weather.radar.main\n* microsoft.weather.infrared.main\n* microsoft.base.hybrid\n* microsoft.dem" + "description": "Return a 512 by 512 pixel tile. Available for all tilesetIds except for \n* microsoft.weather.radar.main\n* microsoft.weather.infrared.main\n* microsoft.base.hybrid\n* microsoft.dem\n* microsoft.imagery" } ] }