Added to GeoJSON url.

This commit is contained in:
orangemug 2019-10-27 18:58:22 +00:00
parent f9c230414e
commit 25cad5bb25

View file

@ -96,7 +96,7 @@ class GeoJSONSourceUrlEditor extends React.Component {
render() {
return <InputBlock label={"GeoJSON URL"} doc={latest.source_geojson.data.doc}>
<StringInput
<UrlInput
value={this.props.source.data}
onChange={data => this.props.onChange({
...this.props.source,