35 lines
584 B
JSON
35 lines
584 B
JSON
{
|
|
"logFormat": "neocartographer",
|
|
"entryType": "type",
|
|
"spatials": [
|
|
"location"
|
|
],
|
|
"actions": [],
|
|
"boards": [],
|
|
"analyzers": {
|
|
"analysis.analyzers": [
|
|
"SimpleCategorizer",
|
|
"LocationAnalyzer"
|
|
]
|
|
},
|
|
"sequences": {},
|
|
"custom": {
|
|
"coordinates": "location.coordinates",
|
|
"metadata": {
|
|
"timestamp": "timestamp",
|
|
"gamefield": "instance_id",
|
|
"user": "player_group_name"
|
|
}
|
|
},
|
|
"source": {
|
|
"type": "Geogames",
|
|
"host": "http://log_data/",
|
|
"path": "neocartographer"
|
|
},
|
|
"render": [
|
|
"KMLRender"
|
|
]
|
|
}
|
|
|
|
|