Add pricing entry flow and platform admin foundations
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class OpenFreeMap {
|
||||
OpenFreeMap._();
|
||||
|
||||
static const libertyStyle = 'https://tiles.openfreemap.org/styles/liberty';
|
||||
static const positronStyle = 'https://tiles.openfreemap.org/styles/positron';
|
||||
static const brightStyle = 'https://tiles.openfreemap.org/styles/bright';
|
||||
static const darkStyle = 'https://tiles.openfreemap.org/styles/dark';
|
||||
static const fiordStyle = 'https://tiles.openfreemap.org/styles/fiord';
|
||||
|
||||
static const attribution =
|
||||
'OpenFreeMap © OpenMapTiles Data from OpenStreetMap';
|
||||
}
|
||||
Reference in New Issue
Block a user