mirror of
https://github.com/maputnik/editor.git
synced 2026-02-05 20:20:02 +00:00
Fixed default source function in the 'geojson_json' case
This commit is contained in:
@@ -128,8 +128,8 @@ class AddSource extends React.Component {
|
||||
}
|
||||
case 'geojson_json': return {
|
||||
type: 'geojson',
|
||||
data: {},
|
||||
cluster: false
|
||||
cluster: source.cluster || false,
|
||||
data: {}
|
||||
}
|
||||
case 'tilejson_vector': return {
|
||||
type: 'vector',
|
||||
|
||||
Reference in New Issue
Block a user