UDST / vizicities

A framework for 3D geospatial visualization in the browser
http://vizicities.com
BSD 3-Clause "New" or "Revised" License
2.73k stars 335 forks source link

Add polyline support to Web Worker layers #171

Closed robhawkes closed 8 years ago

robhawkes commented 8 years ago

Description

The current implementation of Web Worker layers within ViziCities only supports polygon geometry. Polyline geometry is required for 100% coverage of GeoJSON.

Solution

This PR adds polyline support for Web Worker layers as well as generally tidying up polyline logic across the board.

matthojo commented 8 years ago

:+1: All good