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: 17 days 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 (over 1 year ago)
- Last Synced: 2025-03-25T18:21:39.175Z (about 1 month ago)
- Topics: map, mapcontrol, openstreetmap, windowsform, windowsforms, winforms
- Language: C#
- Homepage:
- Size: 7.56 MB
- Stars: 24
- Watchers: 1
- 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.
## Installation [](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).