Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 355 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 355 Bytes

Polygon Mapper

Opens a webbrowser displaying input polygon on a satellite map

Quickstart

$ pip install polymap
$ polymap -p '[[4.33, 51.29], [4.33, 51.30], [4.35, 51.30], [4.35, 51.29], [4.33, 51.29]]'

Also works with pipe:

$ echo '[[4.33, 51.29], [4.33, 51.30], [4.35, 51.30], [4.35, 51.29], [4.33, 51.29]]' | polymap