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

https://github.com/nearhuscarl/geojsontosvg


https://github.com/nearhuscarl/geojsontosvg

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# GeoJsonToSvg

Anh clone về, build rồi mở vào endpoint này test thử. Dữ liệu test [tại đây](https://github.com/NearHuscarl/GeoJsonToSvg/blob/e554f91add3778805bd57365e98181d56b73ea51/Controllers/SvgController.cs#L57-L76)

```
https://localhost:[port]/svg?geojson={\%22type\%22:%20\%22LineString\%22,\%22coordinates\%22:[[577750,1153651],[578897,1155848]]}
```

Gọi endpoint đó sẽ trả về svg string giống như dưới:

```

```