evetion / WellKnownGeometry.jl

Reading and writing Well Known Text (WKT) and Well Known Binary (WKB)
https://www.evetion.nl/WellKnownGeometry.jl/dev
MIT License
3 stars 2 forks source link

Implements non standard Linearring. #38

Open evetion opened 2 days ago

evetion commented 2 days ago

Fixes #36

This works for WKT, as it's freely extendable, but WKB will fall back to linestrings though (no code defined for a linearring).

rafaqz commented 2 days ago

LGTM