# What is this

## Background

![Photo by Adolfo Félix on Unsplash](/files/-Ly9yR6lalr95hkTrG4u)

[Leaflet](https://leafletjs.com/) is one of the main Javascript-based mapping frameworks. It is widely used across the Industry to add interactive maps to web sites and applications.

Leaflet can be used in Angular.io apps. For some of the details and complexities see:

{% embed url="<https://medium.com/runic-software/the-simple-guide-to-angular-leaflet-maps-41de83db45f1>" %}

This approach is based o&#x6E;**:**

{% embed url="<https://github.com/Asymmetrik/ngx-leaflet>" %}

The ngx-leaflet package includes the zoom, attribution and layers controls.

However, any real interactive map is going to need more controls than that. This is where this project comes in.

The intent of this project is:

1. [To list the known "Angularised" Leaflet controls, including the ones generated as part of this project](/alcm/angular-leaflet-controls.md), and
2. [To be opinionated about how to create Angularised controls in a reasonable, idiomatic way.](/alcm/the-basics-of-leaflet-controls-in-angular.io.md)

Please feel free to leave components about new or unlisted controls or mistakes or proposed changes to the document.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://runette.gitbook.io/alcm/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
