vizicities icon indicating copy to clipboard operation
vizicities copied to clipboard

A framework for 3D geospatial visualization in the browser

Results 101 vizicities issues
Sort by recently updated
recently updated
newest added

Hi, kudos on this amazing library! I'm pretty new to vizicities, is there any documentation on the flyToPoint, flyToLatLon and other functions to create data driven animations using vizicities? From...

It's important that [TopoJSON](https://github.com/mbostock/topojson/wiki) is supported as a valid input format. Some questions that need to be answered before we can do that: - Should this be part of the...

ViziCities currently uses WildEmitter, and while it has nice features (wildcards) it's incredibly slow compared to alternatives such as [EventEmitter2](https://github.com/asyncly/EventEmitter2) and [EventEmitter3](https://github.com/primus/EventEmitter3). I've [done some basic benchmarking](https://github.com/noflo/noflo/issues/270#issuecomment-72288763) in the NoFlo...

What's the best option in 0.2.0 branch for move from one city to another changing the world origin? i tried world.project(new VIZI.LatLon(51.496006, 0.2)); but it has no effect.

There are a lot of cool things you can do with [Mapbox vector tiles](https://www.mapbox.com/developers/vector-tiles/) (like [visualising elevation and hillshading](https://www.mapbox.com/developers/vector-tiles/mapbox-terrain/)). I'd like to look into the feasibility of supporting Mapbox vector...

A while ago Mapbox released [Turf.js](https://github.com/Turfjs/turf) and I didn't look into it enough to discover how useful it might be. It provides all sorts of standard geospatial analysis operations as...

When calling `VIZI.CRS.pixelsPerMeter` with `VIZI.LatLon` as number strings (eg. "-0.123") returns different (incorrect) values to what is returned when you use proper numbers (eg. -0.123). This is turn breaks any...

Right now there aren't any checks in place to ensure building outlines are going the right direction (clockwise for outer, anti-clockwise for inner/holes) and that there aren't any duplicated points....

Whilst most buildings output fine, some experience errors in the extrusion process related to triangulation or duplicated points. For example: ``` Warning, unable to triangulate polygon! Duplicate point -3987:-1 ```...

We need a way of cancelling old tiles requests that haven't finished loading by the time a new grid update occurs. Right now, if you move the grid around a...