diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-10-09 14:12:40 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-10-09 14:12:40 +0000 |
commit | 2206c9cdc5bea1552a0fbf66e7e9f310e7bdc880 (patch) | |
tree | 9ff31cbbe63f3027a4c716e51334276d3f912562 /Source/SPCustomQuery.m | |
parent | bfd2c744eb99057bba37f331672d828ba48f82f0 (diff) | |
download | sequelpro-2206c9cdc5bea1552a0fbf66e7e9f310e7bdc880.tar.gz sequelpro-2206c9cdc5bea1552a0fbf66e7e9f310e7bdc880.tar.bz2 sequelpro-2206c9cdc5bea1552a0fbf66e7e9f310e7bdc880.zip |
• improved field editor sheet to support geometry fields
- additionally it shows the image
- image can be saved as pdf if image is displayed via Save button; if text is selected the wkt string will be saved
Diffstat (limited to 'Source/SPCustomQuery.m')
-rw-r--r-- | Source/SPCustomQuery.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/SPCustomQuery.m b/Source/SPCustomQuery.m index ca045d92..097b5cd6 100644 --- a/Source/SPCustomQuery.m +++ b/Source/SPCustomQuery.m @@ -2309,8 +2309,6 @@ id originalData = [resultData cellDataAtRow:rowIndex column:[[aTableColumn identifier] integerValue]]; if ([originalData isNSNull]) originalData = [NSString stringWithString:[prefs objectForKey:SPNullValue]]; - else if ([originalData isKindOfClass:[MCPGeometryData class]]) - originalData = [originalData wktString]; id editData = [[fieldEditor editWithObject:originalData fieldName:[columnDefinition objectForKey:@"name"] |