New in MapInfo EasyLoader 12.0
MapInfo EasyLoader 12.0 supports the following database versions:
- PostGIS 2.0 – Note that when uploading files to a PostGIS 2.0 database, spatial objects upload as a geometry spatial data type.
- SQL Server 2012 – MapInfo EasyLoader processes any invalid geography using the SQL Server 2012 MakeValid( ) function, so that the geography is valid.
The server table processing option Grant Public Access to Table has been changed to Grant Public Full Access to Table.
This release fixes the following issues:
Issue Number | Description and Resolution |
---|---|
MIPRO-12309 | A message displays when appending a native table with a MI_PRINX column in an Oracle Spatial database with an OCI connection, "Table cannot be Appended—It has a different table structure." |
MIPRO-12320 | When uploading a table with no geometry into MapInfo EasyLoader 11.5, an error message appears: "Table cannot be Appended—It has a different table structure." |
MIPRO-32642 | MapInfo EasyLoader is unable to import to "geography" data type in SQL Server 2008 SP2.
You will need to upgrade to SQL Server 2012. SQL Server 2012 uses the function STIsValid( ) to check if a geography data type is well formed and recognized as a valid object based on its OGC type. The MakeValid( ) function is also used that converts an invalid geography data type into a valid one. In MapInfo Pro 12.0, you can use the extended spatial methods in SQL Server 2012 to manage valid geography data types. Refer to the SQL Server 2012 MSDN library for more information. |