Mercurial > lada > lada-client
diff app/view/window/Ortszuordnung.js @ 1307:152fca74a839
Fixed Map layer display of selected Ort
author | Maximilian Krambach <mkrambach@intevation.de> |
---|---|
date | Thu, 02 Feb 2017 15:46:05 +0100 |
parents | 9f15a932a525 |
children | 6075731bc4f1 |
line wrap: on
line diff
--- a/app/view/window/Ortszuordnung.js Thu Feb 02 15:17:44 2017 +0100 +++ b/app/view/window/Ortszuordnung.js Thu Feb 02 15:46:05 2017 +0100 @@ -269,12 +269,13 @@ labelAlign: 'rt', fontColor: 'blue', fontWeight: 'bold', + labelOutlineColor: 'white', + labelOutlineWidth: 3 }), displayInLayerSwitcher: false, projection: new OpenLayers.Projection('EPSG:3857') }); map.map.addLayer(map.selectedFeatureLayer); - map.selectedFeatureLayer.setZIndex(499); var ortId; if (this.messprogramm) { ortId = this.record.get('ort');