55 lines
1.2 KiB
JavaScript
55 lines
1.2 KiB
JavaScript
window.LAYER_CONFIG = [
|
|
{
|
|
"name": "Eigentümer",
|
|
"file": "Eigentümer",
|
|
"color": "#000000",
|
|
"fillColor": "transparent",
|
|
"weight": 2.0,
|
|
"fillOpacity": 0
|
|
},
|
|
{
|
|
"name": "Erdleitung (OGE)",
|
|
"file": "Erdleitung_OGE",
|
|
"color": "#9400d3",
|
|
"weight": 2.5,
|
|
"fillOpacity": 0
|
|
},
|
|
{
|
|
"name": "Erdleitung (Thyssengas)",
|
|
"file": "Erdleitung_Thyssengas",
|
|
"color": "#9400d3",
|
|
"weight": 2.5,
|
|
"fillOpacity": 0
|
|
},
|
|
{
|
|
"name": "Freileitungen",
|
|
"file": "Freileitungen",
|
|
"color": "#ccaa00",
|
|
"weight": 3.0,
|
|
"fillOpacity": 0
|
|
},
|
|
{
|
|
"name": "WEA Standorte",
|
|
"file": "WEA_Standorte",
|
|
"color": "#ff00ff",
|
|
"weight": 2,
|
|
"fillOpacity": 1
|
|
},
|
|
{
|
|
"name": "Windeignungsgebiet",
|
|
"file": "Windeignungsgebiet",
|
|
"color": "#ff0000",
|
|
"weight": 3,
|
|
"fillOpacity": 0,
|
|
"fillColor": "transparent"
|
|
},
|
|
{
|
|
"name": "Wohnbebauung",
|
|
"file": "Wohnbebauung",
|
|
"color": "#ff4444",
|
|
"weight": 1.5,
|
|
"fillOpacity": 0.6,
|
|
"isResidential": true
|
|
}
|
|
];
|