public/example/ExampleDynamicBlcPage.md
@@ -4,7 +4,7 @@ ```jsx import React, {Component} from 'react' import './ExampleDrawPage.css' import {GIS} from "../iclient3d-plot-diy"; import {GIS} from "iclient3d-plot-diy"; export default class ExampleDynamicDlcPage extends Component { @@ -31,7 +31,7 @@ componentDidMount() { fetch('./example/ExampleBlcPage.md') fetch('./example/ExampleDynamicDlcPage.md') .then(response => response.text()) .then(mdText => { this.setState({htmlString: window.marked.parse(mdText)});