We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfdb2a2 commit 2923fdaCopy full SHA for 2923fda
README.md
@@ -1,5 +1,5 @@
1
# fresco
2
-Refactor of Maputnik - an open source map style editor
+An open source map style editor.
3
4
This editor is undergoing major development and is subject to drastic changes.
5
src/view/Vsource/VsourceAdd.jsx
@@ -105,7 +105,7 @@ export default class VsourceAdd extends React.Component {
105
name:'makeLayers',
106
type:'checkbox',
107
value:this.state.makeLayers,
108
- label:'make layers from source?',
+ label:'make style layers from source?',
109
error:error && error.get && error.get('type')
110
}} focus={this.state.focus} handle={this.handle}/>
111
0 commit comments