mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
rewrite features as part of store + add HIGHLIGHT_GROUPS
This commit is contained in:
@@ -11,18 +11,6 @@ module.exports = {
|
||||
SHAPES_EXT: '/api/example/export_shapes/columns',
|
||||
INCOMING_DATETIME_FORMAT: '%m/%d/%YT%H:%M',
|
||||
// MAPBOX_TOKEN: 'pk.YOUR_MAPBOX_TOKEN',
|
||||
features: {
|
||||
USE_COVER: false,
|
||||
USE_TAGS: false,
|
||||
USE_SEARCH: false,
|
||||
USE_SITES: true,
|
||||
USE_SOURCES: true,
|
||||
USE_SHAPES: false,
|
||||
CATEGORIES_AS_TAGS: true,
|
||||
/** setting this to true will 'graph' non-located events. TODO: document
|
||||
* and rename **/
|
||||
ASSOCIATIVE_EVENTS_BY_TAG: false
|
||||
},
|
||||
store: {
|
||||
app: {
|
||||
map: {
|
||||
@@ -40,6 +28,17 @@ module.exports = {
|
||||
selectedEvent: {}
|
||||
// tiles: 'your-mapbox-account-name/x5678-map-id'
|
||||
}
|
||||
},
|
||||
features: {
|
||||
USE_COVER: false,
|
||||
USE_TAGS: false,
|
||||
USE_SEARCH: false,
|
||||
USE_SITES: true,
|
||||
USE_SOURCES: true,
|
||||
USE_SHAPES: false,
|
||||
CATEGORIES_AS_TAGS: true,
|
||||
GRAPH_NONLOCATED: false,
|
||||
HIGHLIGHT_GROUPS: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user