https://github.com/abjerner/limbo.umbraco.maps
Maps editor for Umbraco 10+.
https://github.com/abjerner/limbo.umbraco.maps
Last synced: 10 months ago
JSON representation
Maps editor for Umbraco 10+.
- Host: GitHub
- URL: https://github.com/abjerner/limbo.umbraco.maps
- Owner: abjerner
- License: mit
- Created: 2023-09-26T20:16:08.000Z (over 2 years ago)
- Default Branch: v1/main
- Last Pushed: 2023-09-27T17:12:08.000Z (over 2 years ago)
- Last Synced: 2025-07-22T08:47:42.211Z (11 months ago)
- Language: JavaScript
- Homepage: https://packages.limbo.works/limbo.umbraco.maps/
- Size: 74.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Limbo Maps
[](https://github.com/abjerner/Limbo.Umbraco.Maps/blob/v1/main/LICENSE.md)
[](https://www.nuget.org/packages/Limbo.Umbraco.Maps)
[](https://www.nuget.org/packages/Limbo.Umbraco.Maps)
**Limbo.Umbraco.Maps** is an Umbraco package with various property editors for drawing geometries (points, polylines, polygons etc.) on a map.
License:
MIT License
Umbraco:
Umbraco 10, 11 and 12
Target Framework:
.NET 6
## Installation
The package is only available via [**NuGet**](https://www.nuget.org/packages/Limbo.Umbraco.Maps). To install the package, you can use either .NET CLI:
```
dotnet add package Limbo.Umbraco.Maps --version 1.0.0-alpha001
```
or the NuGet Package Manager:
```
Install-Package Limbo.Umbraco.Maps -Version 1.0.0-alpha001
```
## Property Editos
- **Limbo Maps - Circle**
Property editor for drawing a single circle on a map.
- **Limbo Maps - Point**
Property editor for drawing a single point on a map.
- **Limbo Maps - Polygon**
Property editor for drawing a single polygon on a map.
- **Limbo Maps - Polyline**
Property editor for drawing a single polyline on a map.
- **Limbo Maps - Rectangle**
Property editor for drawing a single rectangle on a map.
## Credits