Skip to content

Commit

Permalink
- Fixed name of domaene02 and domaene04.
Browse files Browse the repository at this point in the history
- Reduced opacity
  • Loading branch information
FFMS-Firmware committed Aug 20, 2017
1 parent 3efb6de commit d310ab1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config.js
Expand Up @@ -18,9 +18,9 @@ sites:{
// "domaene65" : {id: "domaene65",short:"d65",name:"Ramsch", version:"2.1.0", version_base:"2016.2.1", on_map: true},

"domaene01" : {id: "domaene01",short:"d01",name:"Münster Mitte-Süd", version:"2.7.0", version_base:"2016.2.7", on_map: true },
"domaene02" : {id: "domaene02",short:"d02",name:"Münster West", version:"2.7.0", version_base:"2016.2.7", on_map: true },
"domaene02" : {id: "domaene02",short:"d02",name:"Münster Ost", version:"2.7.0", version_base:"2016.2.7", on_map: true },
"domaene03" : {id: "domaene03",short:"d03",name:"Münster Nord", version:"2.7.0", version_base:"2016.2.7", on_map: true },
"domaene04" : {id: "domaene04",short:"d04",name:"Münster Ost", version:"2.7.0", version_base:"2016.2.7", on_map: true },
"domaene04" : {id: "domaene04",short:"d04",name:"Münster West", version:"2.7.0", version_base:"2016.2.7", on_map: true },
"domaene05" : {id: "domaene05",short:"d05",name:"Münster Süd", version:"2.7.0", version_base:"2016.2.7", on_map: true },
"domaene07" : {id: "domaene07",short:"d07",name:"Telgte", version:"2.6.1", version_base:"2016.2.6", on_map: true },
"domaene08" : {id: "domaene08",short:"d08",name:"Gescher", version:"2.6.1", version_base:"2016.2.6", on_map: true },
Expand Down
4 changes: 2 additions & 2 deletions map.js
Expand Up @@ -25,7 +25,7 @@ mapTools.getStyle = function(dom){
opacity: 1,
color: 'white',
dashArray: '3',
fillOpacity: 0.7
fillOpacity: 0.5
};
};

Expand All @@ -36,7 +36,7 @@ mapTools.getStyleClicked = function(dom){
opacity: 1,
color: '#333',
dashArray: '0',
fillOpacity: 0.85
fillOpacity: 0.75
};
};

Expand Down

0 comments on commit d310ab1

Please sign in to comment.