From 2206c9cdc5bea1552a0fbf66e7e9f310e7bdc880 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Sat, 9 Oct 2010 14:12:40 +0000 Subject: =?UTF-8?q?=E2=80=A2=20improved=20field=20editor=20sheet=20to=20su?= =?UTF-8?q?pport=20geometry=20fields=20-=20additionally=20it=20shows=20the?= =?UTF-8?q?=20image=20-=20image=20can=20be=20saved=20as=20pdf=20if=20image?= =?UTF-8?q?=20is=20displayed=20via=20Save=20button;=20if=20text=20is=20sel?= =?UTF-8?q?ected=20the=20wkt=20string=20will=20be=20saved?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPTableContent.m | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/SPTableContent.m') diff --git a/Source/SPTableContent.m b/Source/SPTableContent.m index 760526c9..ab0a15c3 100644 --- a/Source/SPTableContent.m +++ b/Source/SPTableContent.m @@ -3909,8 +3909,6 @@ id cellValue = [tableValues cellDataAtRow:rowIndex column:[[aTableColumn identifier] integerValue]]; if ([cellValue isNSNull]) cellValue = [NSString stringWithString:[prefs objectForKey:SPNullValue]]; - else if ([cellValue isKindOfClass:[MCPGeometryData class]]) - cellValue = [cellValue wktString]; id editData = [[fieldEditor editWithObject:cellValue fieldName:[[aTableColumn headerCell] stringValue] -- cgit v1.2.3