Provide map style config for release (#321) (#322)

And update nightly from the trial version we were using.

Co-authored-by: Andy Balaam <mail@artificialworlds.net>
This commit is contained in:
David Baker 2022-02-14 18:02:13 +00:00 committed by GitHub
parent 8f71628533
commit fb5490e8e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -52,5 +52,5 @@
"features": {
"feature_spotlight": true
},
"map_style_url": "https://api.maptiler.com/maps/basic/style.json?key=JCdnMQY3oGklTYYLIvtI"
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
}

View File

@ -44,5 +44,6 @@
"posthog": {
"projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO",
"apiHost": "https://posthog.hss.element.io"
}
},
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
}