From 5bcdfba48011f155974504093ca23c9e0c0b04e5 Mon Sep 17 00:00:00 2001 From: Richard Fairhurst Date: Sun, 5 Feb 2012 21:05:05 +0000 Subject: [PATCH] Fix indentation --- net/systemeD/potlatch2/VectorSourceDialog.mxml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/net/systemeD/potlatch2/VectorSourceDialog.mxml b/net/systemeD/potlatch2/VectorSourceDialog.mxml index 90133108..e2358baf 100644 --- a/net/systemeD/potlatch2/VectorSourceDialog.mxml +++ b/net/systemeD/potlatch2/VectorSourceDialog.mxml @@ -179,15 +179,15 @@ var connection:Connection = new Connection(name, url, null, null); - var filesLoaded:Function = function(success:Boolean,message:String=null):void { - if (success) { - var paint:MapPaint = map.addLayer(connection, stylesheet); - paint.updateEntityUIs(false, false); - dispatchEvent(new Event("layers_changed")); - } else { - Alert.show(message, 'Error', mx.controls.Alert.OK); - } - } + var filesLoaded:Function = function(success:Boolean,message:String=null):void { + if (success) { + var paint:MapPaint = map.addLayer(connection, stylesheet); + paint.updateEntityUIs(false, false); + dispatchEvent(new Event("layers_changed")); + } else { + Alert.show(message, 'Error', mx.controls.Alert.OK); + } + } if (type=='gpx') { var gpx:GpxImporter=new GpxImporter(connection, map, [url], filesLoaded, simplify); -- 2.36.1