Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexanderkrutov/winformsmapcontrol
WinForms control for displaying online and offline maps
https://github.com/alexanderkrutov/winformsmapcontrol
map mapcontrol openstreetmap windowsform windowsforms winforms
Last synced: 2 months ago
JSON representation
WinForms control for displaying online and offline maps
- Host: GitHub
- URL: https://github.com/alexanderkrutov/winformsmapcontrol
- Owner: AlexanderKrutov
- License: mit
- Created: 2020-08-21T18:31:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-04T22:21:02.000Z (about 1 year ago)
- Last Synced: 2024-11-07T08:03:24.966Z (2 months ago)
- Topics: map, mapcontrol, openstreetmap, windowsform, windowsforms, winforms
- Language: C#
- Homepage:
- Size: 7.56 MB
- Stars: 19
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WinFormsMapControl
Windows Forms control for displaying online and offline maps.![Demo](/Docs/Demo.png)
## Installation [![NuGet Status](http://img.shields.io/nuget/v/WinFormsMapControl.svg?style=flat)](https://www.nuget.org/packages/WinFormsMapControl/)
```
PM> Install-Package WinFormsMapControl
```## Features
* Different map sources:
* Offline maps (embedded tiles from [MapTiler](https://www.maptiler.com/copyright/))
* [OpenStreetMap](https://www.openstreetmap.org/)
* [OpenTopoMap](https://opentopomap.org/)
* [Stamen Terrain](http://maps.stamen.com/terrain/)
* Easy to add new tile sources
* Infinite map (endless in longitude)
* File system and in-memory tile cache
* Custom data over the map:
* Markers
* Tracks
* Polygons## How to use it?
[See documentation](/Docs/Index.md)## License
MapControl is licensed under [MIT license](LICENSE).