blob: 392c02123c3bd9299146c21b972d8ae1ed5d3342 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
var CONFIG = {
// URL of the fixmystreet install to report to
FMS_URL: '',
// namespace for storing drafts etc in. Should not need to change
NAMESPACE: 'fixmystreet',
// directory to store draft photos in. Should not need to change
FILES_DIR: 'photos',
// accuracy in meters required before geolocation is successful
ACCURACY: 100
};
|