bcicen / geojson2svg

Go package to draw svg's from geojson strings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

geojson2svg

Build Status

geojson2svg is a package to draw svg's from geojson data. Under the hood it uses https://github.com/paulmach/go.geojson to parse the geojson strings to Go structs.

example image

Installation

go get github.com/fapian/geojson2svg/pkg/geojson2svg

Examples

See the tests for usage examples.

Documentation

Documentation can be found here

About

Go package to draw svg's from geojson strings.

License:MIT License


Languages

Language:Go 100.0%