diff --git a/src/components/modals/SourcesModal.jsx b/src/components/modals/SourcesModal.jsx index 75989a78..73df9205 100644 --- a/src/components/modals/SourcesModal.jsx +++ b/src/components/modals/SourcesModal.jsx @@ -210,9 +210,20 @@ class SourcesModal extends React.Component { title={'Sources'} >
-

Active Sources

- {activeSources} +

Active Sources

+ {activeSources}
+ +
+

Choose Public Source

+

+ Add one of the publicly availble sources to your style. +

+
+ {tilesetOptions} +
+
+

Add New Source

Add a new source to your style. You can only choose the source type and id at creation time!

@@ -220,17 +231,6 @@ class SourcesModal extends React.Component { onAdd={(sourceId, source) => this.props.onStyleChanged(addSource(mapStyle, sourceId, source))} />
- -
-

Choose Public Source

-

- Add one of the publicly availble sources to your style. -

-
- -
- {tilesetOptions} -
} }