From 933bb6c9254ba4761eb960c1b3893a9e57c39fb6 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 7 Oct 2010 22:23:29 +0000 Subject: =?UTF-8?q?=E2=80=A2=20enhanced=20spatial=20support=20-=20implemen?= =?UTF-8?q?ted=20native=20routine=20to=20immediate=20AsText()=20[MULTIPOLY?= =?UTF-8?q?GON=20and=20GEOMETRYCOLLECTION=20are=20not=20yet=20ready]=20-?= =?UTF-8?q?=20enabled=20editing=20of=20spatial=20data=20in=20Content=20Vie?= =?UTF-8?q?w=20for=20tables=20and=20views=20and=20in=20Custom=20Query=20vi?= =?UTF-8?q?a=20wkt=20strings=20which=20will=20be=20saved=20automatically?= =?UTF-8?q?=20as=20wkb=20by=20using=20GeomFromText()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frameworks/MCPKit/MCPFoundationKit/MCPResult.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Frameworks/MCPKit/MCPFoundationKit/MCPResult.m') diff --git a/Frameworks/MCPKit/MCPFoundationKit/MCPResult.m b/Frameworks/MCPKit/MCPFoundationKit/MCPResult.m index 82b0636e..24d14193 100644 --- a/Frameworks/MCPKit/MCPFoundationKit/MCPResult.m +++ b/Frameworks/MCPKit/MCPFoundationKit/MCPResult.m @@ -470,7 +470,7 @@ const OUR_CHARSET our_charsets60[] = break; case FIELD_TYPE_GEOMETRY: - theCurrentObj = [MCPGeometryData dataWithData:[NSData dataWithBytes:theData length:theLengths[i]]]; + theCurrentObj = [MCPGeometryData dataWithBytes:theData length:theLengths[i]]; break; default: -- cgit v1.2.3