Run prettier
This commit is contained in:
parent
a9d0b01ee2
commit
edd014a830
2 changed files with 4 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
// TODO not included in permalink (better replace permalink with hash plugin)
|
// TODO not included in permalink (better replace permalink with hash plugin)
|
||||||
//BR.conf.transit = params.has('transit') && (params.get('transit') === 'true');
|
//BR.conf.transit = params.has('transit') && (params.get('transit') === 'true');
|
||||||
|
|
||||||
if (hostname === 'brouter.de' ) {
|
if (hostname === 'brouter.de') {
|
||||||
// online service (brouter.de) configuration
|
// online service (brouter.de) configuration
|
||||||
|
|
||||||
BR.conf.profiles = [
|
BR.conf.profiles = [
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,9 @@
|
||||||
var brouterCgi = (function() {
|
var brouterCgi = (function() {
|
||||||
// http://brouter.de/cgi-bin/brouter.sh?coords=13.404681_52.520185_13.340278_52.512356_trekking_0
|
// http://brouter.de/cgi-bin/brouter.sh?coords=13.404681_52.520185_13.340278_52.512356_trekking_0
|
||||||
//var URL_TEMPLATE = '/cgi-bin/proxy.cgi?url=' + 'http://brouter.de/cgi-bin/brouter.sh?coords={fromLng}_{fromLat}_{toLng}_{toLat}_{profile}_{alt}';
|
//var URL_TEMPLATE = '/cgi-bin/proxy.cgi?url=' + 'http://brouter.de/cgi-bin/brouter.sh?coords={fromLng}_{fromLat}_{toLng}_{toLat}_{profile}_{alt}';
|
||||||
var URL_TEMPLATE = '/proxy.php?url=' + 'cgi-bin/brouter.sh?coords={fromLng}_{fromLat}_{toLng}_{toLat}_{profile}_{alt}';
|
var URL_TEMPLATE =
|
||||||
|
'/proxy.php?url=' +
|
||||||
|
'cgi-bin/brouter.sh?coords={fromLng}_{fromLat}_{toLng}_{toLat}_{profile}_{alt}';
|
||||||
var PRECISION = 6;
|
var PRECISION = 6;
|
||||||
|
|
||||||
function getUrl(polyline) {
|
function getUrl(polyline) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue