mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[vis] Don't rewrite markdown
This commit is contained in:
parent
b1f8ac8afe
commit
c670a1c415
1 changed files with 2 additions and 3 deletions
|
@ -18,12 +18,11 @@ export default function MapFactory(Private, tilemap) {
|
|||
let defaultMarkerType = 'Scaled Circle Markers';
|
||||
|
||||
let tilemapOptions = tilemap.options;
|
||||
|
||||
tilemapOptions.attribution = marked(tilemapOptions.attribution);
|
||||
let attribution = marked(tilemapOptions.attribution);
|
||||
|
||||
let mapTiles = {
|
||||
url: tilemap.url,
|
||||
options: tilemapOptions
|
||||
options: _.assign({}, tilemapOptions, { attribution })
|
||||
};
|
||||
|
||||
let markerTypes = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue