Renders a tile grid centred on a geographic coordinate at a fixed
zoom level, with SVG overlays for polylines and polygons and
absolutely-positioned marker pins.
No panning, zooming, or interaction — purely visual display.
Zero external dependencies beyond Angular itself.
Tile URL template with {x}, {y}, {z} placeholders.
Defaults to OpenStreetMap.
Readonlywidth
width:InputSignal<string> = ...
CSS width of the component. Defaults to '100%'.
Readonlyzoom
zoom:InputSignal<number> = ...
Zoom level (0–19).
Methods
ngAfterViewInit
ngAfterViewInit():void
A callback method that is invoked immediately after
Angular has completed initialization of a component's view.
It is invoked only once when the view is instantiated.
Static map snapshot component.
Renders a tile grid centred on a geographic coordinate at a fixed zoom level, with SVG overlays for polylines and polygons and absolutely-positioned marker pins.
No panning, zooming, or interaction — purely visual display. Zero external dependencies beyond Angular itself.
Example