Browse Source

Increase default maximum distance to 50 km

Baptiste Jonglez 9 years ago
parent
commit
6da6d44863
1 changed files with 1 additions and 1 deletions
  1. 1 1
      celutz/settings.py

+ 1 - 1
celutz/settings.py

@@ -97,7 +97,7 @@ PANORAMA_TILES_DIR = "tiles"
 
 # Max distance around a point at which to consider reference points
 # (in meters)
-PANORAMA_MAX_DISTANCE = 30000
+PANORAMA_MAX_DISTANCE = 50000
 
 # Celery configuration
 BROKER_URL = 'django://'