go-spatial / tegola

Tegola is a Mapbox Vector Tile server written in Go
http://tegola.io/
MIT License
1.25k stars 192 forks source link

Convert maths.Point type #271

Open gdey opened 6 years ago

gdey commented 6 years ago

Change over the maths.Point type from a struct to a [2]float64. This will simplify quite a bit of code and remove the need for some conversion code.

269

ear7h commented 6 years ago

What's the status of this issue? I could take it over if you have your hands full.

ARolek commented 6 years ago

@ear7h I think this is being addressed in @gdey's port to the geom package, which is nearing complete.