mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-29 21:04:38 +01:00
Added to GeoJSON url.
This commit is contained in:
parent
f9c230414e
commit
25cad5bb25
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue