Robin Hawkes
Robin Hawkes
Currently, Web Workers are slow on load as feature JSON is passed between threads via postMessage(). Performance should be improved dramatically by loading the JSON within the worker using importScripts().
Overall implementation of roads. Individual elements of this feature have their own issues. --- - [ ] Write tests for roads – #6
Use Web Components (Polymer) to initialise ViziCities without the need for much (if any) JavaScript. Something like this: ``` ``` or this: ``` ```
The current approach to options is neat to define options but it requires them to be passed around objects and things can start getting messy. One potential approach would use...
Write all necessary tests for the roads feature
The view doesn't update when you call `world.moveToLatLon`. It makes sense to automatically update and move the view when the world is moved.
Supports Three.js: http://verbnurbs.com/ Adds a variety of helper functions for creating complex geometry such as terrain, extrusion, curved polylines, lathe, etc.
The [Service Worker API](http://www.html5rocks.com/en/tutorials/service-worker/introduction/) is gaining traction and looks to provide some pretty cool functionality around the management of offline state and general caching. Some research should be done to...
Is it possible to match against multiple, different elements without needing to create 2 stream parsers? Or, are multiple parsers on the same stream the 'right' way to do this?...
**mapbox-gl-js version**: v0.49.0 **browser**: Chrome 69.0.3497.92 (Windows 64bit) ### Steps to Trigger Behavior 1. Set up a basic map instance with a raster tile layer 2. Set the `raster-resampling` paint...