forked from MapComplete/MapComplete
Core: Don't throw away changes if uploading failed, report errors
This commit is contained in:
parent
13ea16317f
commit
12fec3f312
10 changed files with 170 additions and 96 deletions
|
@ -164,6 +164,7 @@ export default class Constants {
|
|||
*/
|
||||
public static VectorTileServer: string | undefined = Constants.config.mvt_layer_server
|
||||
public static GeoIpServer: string | undefined = Constants.config.geoip_server
|
||||
public static ErrorReportServer: string | undefined = Constants.config.error_server
|
||||
|
||||
public static readonly maptilerApiKey = "GvoVAJgu46I5rZapJuAy"
|
||||
public static readonly SummaryServer: string = Constants.config.summary_server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue