mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 22:17:25 +00:00
Added to GeoJSON url.
This commit is contained in:
@@ -96,7 +96,7 @@ class GeoJSONSourceUrlEditor extends React.Component {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
return <InputBlock label={"GeoJSON URL"} doc={latest.source_geojson.data.doc}>
|
return <InputBlock label={"GeoJSON URL"} doc={latest.source_geojson.data.doc}>
|
||||||
<StringInput
|
<UrlInput
|
||||||
value={this.props.source.data}
|
value={this.props.source.data}
|
||||||
onChange={data => this.props.onChange({
|
onChange={data => this.props.onChange({
|
||||||
...this.props.source,
|
...this.props.source,
|
||||||
|
|||||||
Reference in New Issue
Block a user