mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-08 03:18:36 +03:00
Minor cleanup (#220)
* Fix README; add missing dev dependency * Fix validators to filter out bad events and sources * Better defaults in config
This commit is contained in:
@@ -3,7 +3,6 @@ module.exports = {
|
||||
display_title: 'example',
|
||||
SERVER_ROOT: 'http://localhost:4040',
|
||||
EVENTS_EXT: '/api/timemap_data/export_events/deeprows',
|
||||
CATEGORIES_EXT: '/api/timemap_data/export_categories/rows',
|
||||
ASSOCIATIONS_EXT: '/api/timemap_data/export_associations/deeprows',
|
||||
SOURCES_EXT: '/api/timemap_data/export_sources/deepids',
|
||||
SITES_EXT: '',
|
||||
@@ -18,7 +17,6 @@ module.exports = {
|
||||
},
|
||||
features: {
|
||||
COLOR_BY_ASSOCIATION: true,
|
||||
USE_CATEGORIES: true,
|
||||
USE_ASSOCIATIONS: true,
|
||||
USE_SOURCES: true,
|
||||
USE_COVER: false,
|
||||
|
||||
Reference in New Issue
Block a user