update example.config

This commit is contained in:
Lachlan Kermode
2019-01-18 12:14:44 +00:00
parent 10b62e1e23
commit 033ecdce8e

View File

@@ -7,7 +7,7 @@ module.exports = {
SOURCES_EXT: '/api/example/export_sources/deepids',
TAGS_EXT: '/api/example/export_tags/tree',
SITES_EXT: '/api/example/export_sites/rows',
MAP_ANCHOR: [31.356397, 34.784818],
SHAPES_EXT: '/api/example/export_shapes/columns',
INCOMING_DATETIME_FORMAT: '%m/%d/%YT%H:%M',
MAPBOX_TOKEN: 'pk.EXAMPLE_MAPBOX_TOKEN',
features: {
@@ -15,7 +15,26 @@ module.exports = {
USE_SEARCH: false,
USE_SITES: true,
USE_SOURCES: true,
USE_SHAPES: true,
CATEGORIES_AS_TAGS: true
},
store: {
app: {
mapAnchor: [31.356397, 34.784818],
filters: {
// timerange: [
// new Date(2015, 7, 9),
// new Date(2015, 10, 6, 23)
// ]
}
},
ui: {
style: {
categories: {},
shapes: {},
narratives: {}
}
}
}
}