* Added Save Option for Api-like json export.
Will be updated and set to a scheme
* Save Option for Api-like added
* Moved UI of json export to export dialog.
Moved json export to another file named export-json.js
* Added Seperated json export selections
- all JSON : exports all json data.
- minimal JSON : exports json data without cells data.
- cells JSON : exports json data only with pack.cells data.
* More Stable Cell Export...
* bioms shouldn't be masked or the style selection box is useless
* fix: misleading comment
* Fix: calculating absolute flux from precipitation normal-value.
* Fix: River automatic rerender on regeneration.
* Dropbox OAuth implementation and Cloud framework
* add some space
* removing unnecessary logs, defer script load
Created by: Mészáros Gergely <monk@geotronic.hu>
* Better cities and towns labels in 3D view
* Small changes (let -> const)
* Lower city labels
* Change the way the label faces the camera
* Use font from svg instead of hardcoded
* Use color from svg
* Optionalize 3d labels
* Use pack.burgs instead of svg + Icon use style from svg
* Replace jQuery with d3
* Labels adapts to height scale
* Fix bug: options are not applied when changing layer
* Add states labels + Replace canvas by svg
* Fix: States labels adapts to height scale
* Requested fixes
* All fonts working properly + Big memory optimization + Minor fixes
* Fix rotating animation + More optimization
* use Raycaster for positioning the labels
* Use canvas to render burg labels + Some tweaks
Co-authored-by: Rayzeq <zachariedubrulle@gmail.com>