mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Merge branch '6.7' of github.com:elastic/kibana into 6.7
This commit is contained in:
commit
3872a4e2e8
1 changed files with 3 additions and 0 deletions
|
@ -175,6 +175,9 @@ export function geoShapeToGeometry(value) {
|
|||
case 'multilinestring':
|
||||
geoJson.type = 'MultiLineString';
|
||||
break;
|
||||
case 'multipolygon':
|
||||
geoJson.type = 'MultiPolygon';
|
||||
break;
|
||||
case 'geometrycollection':
|
||||
geoJson.type = 'GeometryCollection';
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue