Performance: specify separate editor layer index

This commit is contained in:
Pieter Vander Vennet 2025-04-26 22:39:05 +02:00
parent 77af14e9c6
commit 8444cb86bc
7 changed files with 47 additions and 20 deletions

View file

@ -139,6 +139,7 @@ export default class Constants {
public static osmAuthConfig: AuthConfig = Constants.config.oauth_credentials
public static nominatimEndpoint: string = Constants.config.nominatimEndpoint
public static photonEndpoint: string = Constants.config.photonEndpoint
public static nsiLogosEndpoint: string = Constants.config.nsi_logos_server ?? null
public static weblate: string = "https://translate.mapcomplete.org/"
public static linkedDataProxy: string = Constants.config["jsonld-proxy"]