src/example/ExampleDynamicBlcPage.js
@@ -1,6 +1,6 @@ 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 { @@ -27,7 +27,7 @@ componentDidMount() { fetch('./example/ExampleBlcPage.md') fetch('./example/ExampleDynamicDlcPage.md') .then(response => response.text()) .then(mdText => { this.setState({htmlString: window.marked.parse(mdText)});