forked from MapComplete/MapComplete
More style tweaks, add geoip server
This commit is contained in:
parent
06b6f6d471
commit
66a48daba8
7 changed files with 67 additions and 4754 deletions
|
@ -163,6 +163,8 @@ export default class Constants {
|
|||
* This is a MapLibre/MapBox vector tile server which hosts vector tiles for every (official) layer
|
||||
*/
|
||||
public static VectorTileServer: string | undefined = Constants.config.mvt_layer_server
|
||||
public static GeoIpServer: string | undefined = Constants.config.geoip_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