cphsolutionslab
cphsolutionslab
Basically the problem, for me, is when I use the new FileStore API and update a file, the DataStore does not get updated. It seems as the DataPusher is only...
I think it will be a performance issue, but you can easily enable antialias in src/client/webgl/Renderer.js.
I'm working on a similar setup. I've setup my own osm3s (overpass-api) server, which serves local custom map data, in osm-format, and pointed ViziCities to that server instead of openstreetmap...
I've tried to "hack" the datastorer to accept latin1 by adding: chunk = chunk.decode('latin1').encode('utf-8') in the fetch_resource.py. That acutally did the job for a while. But after some days (yes,...