diff --git a/README.md b/README.md index 445a1270a0e260683b92be205291bf26d8a66ddc..8ddb20cb8cca4ad0903946e74e72787f804de947 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Author: Florian Burgener ## Prerequisites -* The Rust toolchain, see <https://www.rust-lang.org/> +* Rust Toolchain (https://www.rust-lang.org/tools/install) * OpenSSL (`apt install libssl-dev` on Ubuntu) ## Installation diff --git a/src/assets/js/app.js b/src/assets/js/app.js index c1ff192ceeab2aa07dddb265de4107406d8591c2..9ed4336178efb07c760ec0c23807a3e7aedc7fc1 100644 --- a/src/assets/js/app.js +++ b/src/assets/js/app.js @@ -88,9 +88,9 @@ const displayIsochroneMap = async () => { return; } - // Centers on the origin point and sets the appropriate zoom level. - map.fitBounds([isochroneMap.bounding_box[0], isochroneMap.bounding_box[1]], { animate: false }); - map.setView([originPointCoord[0], originPointCoord[1]], undefined, { animate: false }); + // // Centers on the origin point and sets the appropriate zoom level. + // map.fitBounds([isochroneMap.bounding_box[0], isochroneMap.bounding_box[1]], { animate: false }); + // map.setView([originPointCoord[0], originPointCoord[1]], undefined, { animate: false }); displayIsochrones(isochroneMap); legendContainer.style.display = 'block';