* 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>
* Added a lock function to burgs that will prevent them from being regenerated
* Updated tooltips and fixed culture change from renaming locked burgs and group remove from deleting locked burgs
* Added RouteOpisometer and related changes.
* Changed RouteOpisometer.cellStops to act like a set and prevent repeats. Also allow holding shift to go off-road while drawing it.
* Fixes for review comments
Reverted icons.css to master
Removed index.html/icon-route class and modified size for SVG icon on button
Refactored RouteOpisometer.trackCell so that duplicate code is pulled outside of if blocks
* My editor ate the space at the end of the line from "like in " on the temperature display. I put it back.