Skip to content

Commit bebae22

Browse files
dimodiikoevska
andauthored
docs(map): Revamp Overview, Tile and Marker examples and provide CSP information (#2491)
* docs(map): Revamp Overview, Tile and Marker examples and provide CSP information * Minor code refactoring * Update components/map/layers/marker.md Co-authored-by: Iva Stefanova Koevska-Atanasova <koevska@progress.com> * Update components/map/layers/marker.md Co-authored-by: Iva Stefanova Koevska-Atanasova <koevska@progress.com> * Update components/map/layers/marker.md * Update components/map/layers/marker.md * Update components/map/layers/marker.md Co-authored-by: Iva Stefanova Koevska-Atanasova <koevska@progress.com> * Update components/map/layers/marker.md Co-authored-by: Iva Stefanova Koevska-Atanasova <koevska@progress.com> * Update troubleshooting/csp.md Co-authored-by: Iva Stefanova Koevska-Atanasova <koevska@progress.com> * Update components/map/overview.md Co-authored-by: Iva Stefanova Koevska-Atanasova <koevska@progress.com> * Update components/map/overview.md Co-authored-by: Iva Stefanova Koevska-Atanasova <koevska@progress.com> * Update components/map/overview.md --------- Co-authored-by: Iva Stefanova Koevska-Atanasova <koevska@progress.com>
1 parent 0c7f01e commit bebae22

File tree

16 files changed

+275
-253
lines changed

16 files changed

+275
-253
lines changed

_contentTemplates/map/general.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#urltemplate-csp
2+
> The Map component provides two ways to define the `UrlTemplate` of tile layers and the `MapLayerMarkerSettings` `Template` of marker layers. See [Map Content Security Policy]({%slug components/map/overview%}#content-security-policy) for more information and comparison.
3+
#end

components/map/events.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,8 @@ The `OnPanEnd` event fires when the user has finished moving (panning) the Map.
556556
}
557557
````
558558

559+
@[template](/_contentTemplates/map/general.md#urltemplate-csp)
560+
559561
## See Also
560562

561563
* [Live Demo: Map Events](https://demos.telerik.com/blazor-ui/map/events)
-60.5 KB
Binary file not shown.

components/map/images/map-basics.png

-112 KB
Binary file not shown.
-61.9 KB
Binary file not shown.
-83.2 KB
Binary file not shown.
-58.6 KB
Binary file not shown.

components/map/images/shape-layer.png

-37.9 KB
Binary file not shown.

components/map/images/tile-layer.png

-59 KB
Binary file not shown.

components/map/layers/bubble.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,3 @@ The following example demonstrates how to configure the Map Bubble Layer.
112112
}
113113
}
114114
````
115-
116-
>caption The result from the above code snippet.
117-
118-
![Blazor Map Bubble Layer](../images/bubble-layer.png)

0 commit comments

Comments
 (0)