comparison 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
comparison
equal deleted inserted replaced
1306:c86fd6976264 1307:152fca74a839
267 pointRadius: 12, 267 pointRadius: 12,
268 label: '${bez}', 268 label: '${bez}',
269 labelAlign: 'rt', 269 labelAlign: 'rt',
270 fontColor: 'blue', 270 fontColor: 'blue',
271 fontWeight: 'bold', 271 fontWeight: 'bold',
272 labelOutlineColor: 'white',
273 labelOutlineWidth: 3
272 }), 274 }),
273 displayInLayerSwitcher: false, 275 displayInLayerSwitcher: false,
274 projection: new OpenLayers.Projection('EPSG:3857') 276 projection: new OpenLayers.Projection('EPSG:3857')
275 }); 277 });
276 map.map.addLayer(map.selectedFeatureLayer); 278 map.map.addLayer(map.selectedFeatureLayer);
277 map.selectedFeatureLayer.setZIndex(499);
278 var ortId; 279 var ortId;
279 if (this.messprogramm) { 280 if (this.messprogramm) {
280 ortId = this.record.get('ort'); 281 ortId = this.record.get('ort');
281 } else { 282 } else {
282 ortId = this.record.get('ortId'); 283 ortId = this.record.get('ortId');

http://lada.wald.intevation.org