Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"parameters": {
"geography": "us",
"api-version": "2022-01-01-preview",
"styleRecipeId": "25084fb7-307a-4720-8f91-7952a0b91012"
},
"responses": {
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"parameters": {
"geography": "us",
"api-version": "2022-01-01-preview",
"styleRecipeId": "25084fb7-307a-4720-8f91-7952a0b91012",
"tilesetId": "d8fa86de-bb0f-4a02-a6ff-62ae7545dd84"
},
"responses": {
"200": {
"body": {
"id": "9c451b0a-6527-49a7-9154-1b3d9486487f",
"version": 8,
"created": "2021-05-21T03:04:05.678Z",
"description": "Some optional description",
"sources": {
"dcda5d1b-c835-80cd-feee-3d6351e79eda": {
"type": "vector",
"tiles": [
"https://{{azMapsDomain}}/map/tile?api-version=2.0&tilesetId=dcda5d1b-c835-80cd-feee-3d6351e79eda&zoom={z}&x={x}&y={y}"
],
"maxzoom": 20.0,
"minzoom": 0.0
}
},
"sprite": "azuremaps://sprite/e33700db-127e-4ed0-bfec-7a1830eca06d",
"layers": [
{
"id": "indoor_unit_store",
"type": "fill",
"layout": {
"visibility": "none"
},
"paint": {
"fill-antialias": true,
"fill-color": "rgba(230, 230, 230, 1)",
"fill-opacity": 1,
"fill-outline-color": "rgba(120, 120, 120, 1)"
},
"source": "dcda5d1b-c835-80cd-feee-3d6351e79eda",
"source-layer": "Indoor unit"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"parameters": {
"geography": "us",
"api-version": "2022-01-01-preview",
"operationId": "8b1288fa-1958-4a2b-b68e-13a7i5af7d7c"
},
"responses": {
"200": {
"body": {
"operationId": "8b1288fa-1958-4a2b-b68e-13a7i5af7d7c",
"created": "2021-04-20T22:43:14.9401559+00:00",
"status": "Succeeded"
},
"headers": {
"Resource-Location": "https://us.atlas.microsoft.com/styles/styleRecipes/3e36b996-f6d1-b068-0fcb-dd6b014c3447?api-version=2022-01-01-preview"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"parameters": {
"geography": "us",
"api-version": "2022-01-01-preview",
"operationId": "8b1288fa-1958-4a2b-b68e-13a7i5af7d7c"
},
"responses": {
"200": {
"body": {
"operationId": "8b1288fa-1958-4a2b-b68e-13a7i5af7d7c",
"created": "2021-04-23T19:14:03.2452596+00:00",
"status": "Running"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"parameters": {
"geography": "us",
"api-version": "2022-01-01-preview",
"styleFormat": "mapbox",
"dataFormat": "JSON",
"alias": "test-alias",
"ImportContent": {
"id": "9c451b0a-6527-49a7-9154-1b3d9486487f",
"version": 1,
"created": "2021-05-21T03:04:05.678Z",
"description": "Some optional description",
"sprite": "azuremaps://sprite/e33700db-127e-4ed0-bfec-7a1830eca06d",
"layers": [
{
"id": "background",
"type": "background",
"source-layer": "bg-source",
"minzoom": 18,
"maxzoom": 20,
"layout": {
"visibility": "none",
"symbol-placement": "point",
"symbol-avoid-edges": true,
"text-field": "{name}",
"text-keep-upright": true,
"text-font": ["SegoeUi-SemiBold"],
"text-letter-spacing": 0.1,
"text-size": {
"stops": [
[18.5, 6.5],
[19, 8],
[19.5, 9.5],
[20, 11]
]
},
"text-anchor": "center"
},
"paint": {
"text-color": "rgb(0, 0, 0)",
"text-halo-color": "rgb(255, 255, 255)",
"text-halo-width": 1,
"text-halo-blur": 0.5
}
}
]
}
},
"responses": {
"200": {
"body": {
"operationId": "8b1288fa-1958-4a2b-b68e-13a7i5af7d7c",
"created": "2021-04-20T22:43:14.9401559+00:00",
"status": "Succeeded"
},
"headers": {
"Resource-Location": "https://us.atlas.microsoft.com/styles/styleRecipes/3e36b996-f6d1-b068-0fcb-dd6b014c3447?api-version=2022-01-01-preview"
}
},
"202": {
"headers": {
"Operation-Location": "https://us.atlas.microsoft.com/styles/styleRecipes/operations/{operationId}?api-version=2022-01-01-preview",
"Access-Control-Expose-Headers": "Operation-Location"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"parameters": {
"geography": "us",
"api-version": "2022-01-01-preview"
},
"responses": {
"200": {
"body": {
"styleRecipes": [
{
"styleRecipeId": "9c451b0a-6527-49a7-9154-1b3d9486487f",
"description": "Some optional description",
"alias": "indoor_style_recipe",
"created": "2022-01-21T03:04:05.678Z"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"parameters": {
"geography": "us",
"api-version": "2022-01-01-preview",
"dataFormat": "ZIP",
"alias": "styleset-alias",
"description": "This is my first styleset."
},
"responses": {
"200": {
"body": {
"operationId": "8b1288fa-1958-4a2b-b68e-13a7i5af7d7c",
"created": "2022-01-01T22:43:14.9401559+00:00",
"status": "Succeeded"
},
"headers": {
"Resource-Location": "https://us.atlas.microsoft.com/styles/styleSets/3e36b996-f6d1-b068-0fcb-dd6b014c3447?api-version=2022-01-01-preview"
}
},
"202": {
"headers": {
"Operation-Location": "https://us.atlas.microsoft.com/styles/styleSets/operations/{operationId}?api-version=2022-01-01-preview",
"Access-Control-Expose-Headers": "Operation-Location"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"parameters": {
"geography": "us",
"api-version": "2022-01-01-preview",
"styleSetId": "25084fb7-307a-4720-8f91-7952a0b91012"
},
"responses": {
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parameters": {
"geography": "us",
"api-version": "2022-01-01-preview",
"styleSetId": "[styleSetId]"
},
"responses": {
"200": {
"body": {
"id": "9c451b0a-6527-49a7-9154-1b3d9486487f",
"version": 1.0,
"created": "2021-05-21T03:04:05.678Z",
"description": "My first style set",
"defaultStyle": "indoor-light",
"styles": [
{
"name": "indoor-light",
"displayName": "My cool map styling",
"theme": "light",
"thumbnail": "https://us.atlas.microsoft.com/styles/thumbnail/019db5fd-1792-4a84-9e39-7a82ceaea311/indoor-light.png",
"url": "https://us.atlas.microsoft.com/styles/styleSet/9c451b0a-6527-49a7-9154-1b3d9486487f/indoor-light"
},
{
"name": "indoor-dark",
"displayName": "Awesome map styling",
"theme": "dark",
"thumbnail": "https://us.atlas.microsoft.com/styles/thumbnail/019db5fd-1792-4a84-9e39-7a82ceaea311/indoor-dark.png",
"url": "https://us.atlas.microsoft.com/styles/styleSet/9c451b0a-6527-49a7-9154-1b3d9486487f/indoor-dark"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"parameters": {
"geography": "us",
"api-version": "2022-01-01-preview",
"operationId": "8b1288fa-1958-4a2b-b68e-13a7i5af7d7c"
},
"responses": {
"200": {
"body": {
"operationId": "8b1288fa-1958-4a2b-b68e-13a7i5af7d7c",
"created": "2021-04-20T22:43:14.9401559+00:00",
"status": "Succeeded"
},
"headers": {
"Resource-Location": "https://us.atlas.microsoft.com/styles/styleSets/3e36b996-f6d1-b068-0fcb-dd6b014c3447?api-version=2022-01-01-preview"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"parameters": {
"geography": "us",
"api-version": "2022-01-01-preview",
"operationId": "8b1288fa-1958-4a2b-b68e-13a7i5af7d7c"
},
"responses": {
"200": {
"body": {
"operationId": "8b1288fa-1958-4a2b-b68e-13a7i5af7d7c",
"created": "2021-04-23T19:14:03.2452596+00:00",
"status": "Running"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"parameters": {
"geography": "us",
"api-version": "2022-01-01-preview",
"styleSetId": "[styleSetId]",
"styleName": "composedStyle",
"styleFormat": "azureMapsStyleRecipe"
},
"responses": {
"200": {
"body": {
"version": 8,
"name": "My cool map styling",
"sources": {
"microsoft.base": {
"url": "https://us.atlas.microsoft.com/map/tileset?api-version=2.1&tilesetId=microsoft.base",
"type": "vector"
},
"64d79640-1db8-42e9-8e4a-714be32543c6": {
"url": "https://us.atlas.microsoft.com/tileset/64d79640-1db8-42e9-8e4a-714be32543c6",
"type": "vector"
}
},
"sprite": "https://us.atlas.microsoft.com/styles/sprites/019db5fd-1792-4a84-9e39-7a82ceaea311",
"glyphs": "https://us.atlas.microsoft.com/styles/glyphs/{fontstack}/{range}.pbf",
"layers": [
{
"id": "microsoft.maps.base.base.background:grayscale_light:microsoft.base",
"source": "microsoft.base",
"type": "background",
"layout": {},
"paint": {
"background-color": "hsl(55, 11%, 96%)"
}
},
{
"id": "indoorLayer:9c451b0a-6527-49a7-9154-1b3d9486487f:64d79640-1db8-42e9-8e4a-714be32543c6",
"source": "microsoft.base",
"type": "background",
"layout": {},
"paint": {
"background-color": "hsl(55, 11%, 96%)"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"parameters": {
"geography": "us",
"api-version": "2022-01-01-preview"
},
"responses": {
"200": {
"body": {
"styleSets": [
{
"id": "9c451b0a-6527-49a7-9154-1b3d9486487f",
"version": 1.0,
"created": "2021-05-21T03:04:05.678Z",
"description": "My greatest style set",
"defaultStyle": "indoor-light",
"styles": [
{
"name": "indoor-light",
"displayName": "My cool map styling",
"theme": "light",
"thumbnail": "https://us.atlas.microsoft.com/styles/thumbnail/019db5fd-1792-4a84-9e39-7a82ceaea311/indoor-light.png",
"url": "https://us.atlas.microsoft.com/styles/styleSet/9c451b0a-6527-49a7-9154-1b3d9486487f/indoor-light"
},
{
"name": "indoor-dark",
"displayName": "Awesome map styling",
"theme": "dark",
"thumbnail": "https://us.atlas.microsoft.com/styles/thumbnail/019db5fd-1792-4a84-9e39-7a82ceaea311/indoor-dark.png",
"url": "https://us.atlas.microsoft.com/styles/styleSet/9c451b0a-6527-49a7-9154-1b3d9486487f/indoor-dark"
}
]
}
]
}
}
}
}
Loading