Commit 69872d75feb5ebbcd4d33c36ae6cdd88f0272c31
1 parent
210f1212
updates
Showing
1 changed file
with
2 additions
and
2 deletions
controllets/select-marker-map-controllet/select-marker-map-controllet.html
| ... | ... | @@ -181,7 +181,7 @@ |
| 181 | 181 | anchor: [0.5, 46], |
| 182 | 182 | anchorXUnits: 'fraction', |
| 183 | 183 | anchorYUnits: 'pixels', |
| 184 | - opacity: 0.75, | |
| 184 | + opacity: 0.9, | |
| 185 | 185 | src: 'http://services.routetopa.eu/DEEalerProvider/COMPONENTS/datalets/leafletjs-datalet/leafletsjs/images/marker-icon.png' |
| 186 | 186 | })) |
| 187 | 187 | }); |
| ... | ... | @@ -195,7 +195,7 @@ |
| 195 | 195 | source: this.source, |
| 196 | 196 | style: new ol.style.Style({ |
| 197 | 197 | fill: new ol.style.Fill({ |
| 198 | - color: 'rgba(255, 255, 255, 0.6)' | |
| 198 | + color: 'rgba(255, 255, 255, 1.0)' | |
| 199 | 199 | }), |
| 200 | 200 | stroke: new ol.style.Stroke({ |
| 201 | 201 | color: '#ffff00', | ... | ... |