An open API service indexing awesome lists of open source software.

https://github.com/leonardosya/avalonia-mapsui-cs-homework


https://github.com/leonardosya/avalonia-mapsui-cs-homework

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# GIS Desktop Application

基于Avalonia UI和Mapsui的GIS桌面应用程序。

## 功能
- OpenStreetMap底图显示
- 地图缩放控制
- 实时坐标显示

## 开发环境
- .NET 9.0
- Avalonia UI 11.2.1
- Mapsui 4.1.8

## 运行方式
```bash
dotnet restore
dotnet run
```