> For the complete documentation index, see [llms.txt](https://runette.gitbook.io/alcm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://runette.gitbook.io/alcm/master.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
