forked from MapComplete/MapComplete
Fix: fix csp
This commit is contained in:
parent
1d4f489dba
commit
b14207ed7e
1 changed files with 5 additions and 0 deletions
|
@ -309,6 +309,11 @@ export default class Constants {
|
|||
description: "This server indicates how much items there are (according to OpenStreetMap) at a given slippy tile coordinate"
|
||||
}
|
||||
public static allServers: ServerSourceInfo[] = [
|
||||
{
|
||||
description: "OpenStreetMap.org, the source of most data",
|
||||
url: "https://api.openstreetmap.org",
|
||||
category: "core"
|
||||
},
|
||||
Constants.summaryServerInfo,
|
||||
Constants.vectorTileServerInfo,
|
||||
Constants.geoIpServerInfo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue