sam9191
sam9191
I have the same issue. I'm trying to toggle the directions on and off on map. To turn off: ``` mapboxDirections.removeRoutes(); ``` To turn on: ``` mapboxDirections .setOrigin(origin) .setDestination(destination); ```...
Maybe just add @thaJeztah's suggestion to the docs as a "Note"? This would append a `` at the end of the .conf file to prevent access to non-lowercase `.php` files:...
I have the same problem. `.css` file won't work on a web page because its `content-type` is `binary/octet-stream`. If `mountpoint-s3` can automatically set the correct `content-type` when it uploads a...