User Tools

Site Tools


map_suite_mobile_for_ios_features_bug_fixes_change_log

This is an old revision of the document!


Map Suite Mobile For iOS Features & Bug Fixes Change Log

Version 10.0.0.0

Release date: 02/16/2017

Map Suite 10.0 New Features:

Map Suite 10.0 New Features

  • Remove the merge module and move the required assemblies to specific package.
  • Synchronize the Core APIs across all Map Suite product line.
  • Allow to use Map Suite product without installer.
  • Simplified the license process.
  • Split the original MapSuite Core assembly by functionality. It allows users to embed required assemblies into their projects.
  • Support various entries of adding reference of Map Suite products. E.g. Online/Offline NuGet package, original way of adding reference by assemblies.
  • Create a BareBone version package for Map Suite products to allow user to create app with minimum size.
  • Create a Standard version package for Map Suite products to transfer user’s existing project to 10.0 easily.

ThinkGeo.MapSuite.iOS Namespace:

  • Added the support for GeoHatchStyle.
  • Added obfuscation for internal class
  • Added more properties on GPSMarker for customization.
  • Added DrawingQuality on Overlay.
  • Refined the code for requesting cancellation.
  • Added the logic to check Tile is null.
  • Fixed xml namespace bug for TiledWmsRasterSource
  • Fixed tile matrix unit issue for GoogleMap.
  • Fixed the bug that getting stream by uri is null.
  • Fixed WmsOverlay hard code issue.
  • Fixed WmsLayer reading xml issue.
  • Fixed a bug that the HeatStyle not work correctly.
  • Reverted the wrong attribute string from ? to ©
  • Fixed the bug for evaluation days.
  • Fixed repeat adding tile bug.

ThinkGeo.MapSuite Namespace:

  • Added WkbFileFeatureLayer/WkbFeatureSource to support WKB file format.
  • Added opacity support to GeoImage.
  • Fixed a SQL statement case sensitive bug in MsSql2008FeatureSource.
  • Fixed a PrimaryOutline color bug in LineStyle.
  • Added WrapDateLine support for RasterLayer.
  • Fixed a serialization issue in MsSql2008FeatureSource.
  • Fixed a bug when creating mirror dbf file failed.
  • Fixed a customized projection bug for GoogleMapsOverlay.
  • Added a method GetFeaturesInsideBoundingBox to query features inside of bounding box with filters parameter.
  • Add mask support for PointStyles.
  • Added MaskMargin and MaskType support for PointStyle.
  • Added style sheets support.
  • Fixed a hardcode MapUnit issue for MapShapeLayer.
  • Added inner layers features support for CadFeatureLayer.
  • Fixed a bug when getting all features with external columns.
  • Added RotationAngle support for TextStyle.
  • Fixed a bug that CAD file renders failed.
  • Fixed an exception when getting bounding box in WmsRasterLayer.
  • Added CRS support to WMSRasterLayer.
  • Fixed a bug that the TextStyle is unavailable during drawing.
  • Fixed a memory leak bug in OracleFeatureSource caused by event binding.
  • Improved the preview map quality.
  • Fixed a bug that the GetFeaturesOutSideBoundingBox returns less results than expect.
  • Fixed an out of memory issue caused by WrapDateLine in RasterLayer.
  • Added MultiGeometry Columns support for OracleFeatureSource.
  • Upgraded the LibTiff.NET to 2.4.528 version.
  • Added GeometryCollectionShape support for TabFeatureLayer.
  • Added GetProjectionText support for GeoTiffRasterLayer on unmanaged library.
  • Added Pyramid tiled support for Tiff format.
  • Added embed WorldFile support for managed tiff raster source.
  • Added Geographic coordinates system support for Unmanaged GeoTiff.
  • Fixed the NullReferenceException bug when calling StreamLoading in KmlFeatureSource.
  • Fixed a bug when reading KmlFeatureLayer from local directory.
  • Optimized the union performance.
  • Fixed the black background and OutOfRangeException when opening a GeoTiff file.
  • Added WMSTileType to make the WMSLayer support Single Tile, in which it simply send one request to the server.
  • Fixed an exception caused by adding empty feature to InMemoryFeatureSource.
  • Fixed a bug that the OpenStreetMapLayer gets an unmatched level tiles.
  • Improved the drawing performance for GdiPlusGeoCanvas.
  • Improved the draw performance for ShapeFileFeatureLayer.
  • Added alpha channel support for projection wrapper.
  • Fixed a bug that GoogleMapsLayer can’t loading tiles from TileCache.
  • Fixed Projection OutOfMemoryException when the bounding box is too small.
  • Enhanced tab font drawing effect.
  • Enhanced ClusterPointStyle performance.
  • Fixed the incorrect color for TabFileFeatureLayer.
  • Fixed the symbol size issue for the TABFeatureClass.TABFCFontPoint.
  • Fixed scale bar ticks display incorrect with 3857 projection.
  • Fixed the “value was either too large or too small for character” exception.
  • Fixed the transparent pixel issue.
  • Added Add/Delete/Modify columns in InMemoryFeatureSource.
  • Added Language property into GoogleMapsLayer and GoogleMapsOverlay.
  • Fixed a bug that Simplify line shapes of GeometryCollectionShape class don't work.
  • Added ArcGIS ServerRestLayer support.
  • Added ManagedGeoTiff support.
  • Added ColorMappings to the layer.
  • Fixed a bug that WorldMapKitLayer exports pdf incorrectly with TileCache.
  • Added null handling to GetInvalidReason().
  • Added IsGeometryValid property on BaseShape that returns the IsValid Property of the NTS Geometry.
  • Added GeoTiff palette tile mode image support.
  • Added Layer.Transparent, Layer.IsScale and Other properties supports for ColorMappings.
  • Added ScaleFactor support for RasterLayer.
  • Fixed URL parameters bug for ArcGISServerRestLayer.
  • Added different DPI support for MapPrinterLayer.
  • Fixed a bug that app crashes when the capability contains invalid bounding box.
  • Fixed a bug that tiles unmatch with other raster layers when using projection.
  • Added getting feature ids inside bounding box support for SqliteFeatureSource.
  • Enhancement shapefile performance to retain accuracy when creating very large shapefiles.
  • Fixed a bug that BingMapsLayer is unmatched with OpenLayers.
  • Fixed edge not match for multi raster layer if DPI not 96 for PDF and Printer.
  • Enhancement Graticule label, render Minutes when zoom in suitable level.
  • Added edit feature support for Grid source.
  • Fixed a style sheet classes bug for GeoCanvas.
  • Added image whoes RowNumberPerStrip equals to 0 support.
  • Fixed a request url issue for WmsRasterSource.
  • Fixed a culture issue for WmtsTiledOverlay.



The following was created before Map Suite 10. Map Suite 10 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code check out this wiki article. http://wiki.thinkgeo.com/wiki/map_suite_10_upgrade_guide

Version 9.0.0.0

Release date: 06/24/2015

ThinkGeo.MapSuite.iOSEdition Namespace:

  • Fixed a bug where there are something wrong with the map events when it is not full screen.
  • Added RestrictExtent and max/min scales range limits.
  • Added support of requesting tiles image from MapBox services.
  • Fixed a bug where the OperationQueue throws exception after transferring to Unified API.
  • Fixed a bug where the continuously panning doesn't stop the previous panning animation.
  • Fixed a bug where drawing raster files to an unexpected area.
  • Supported Unified API to allow user to build 64bit apps.

ThinkGeo.MapSuite.Core Namespace:

  • Fixed a bug where there are something wrong with parsing the namespace of WMS capabilities file.
  • Fixed a bug where the EcwRasterLayer runs into memory leak exception.
  • Fixed a bug where the GetBoundingBoxCore method of MsSqlFeatureSource runs into exception.
  • Updated the unmanaged Proj4 dependency to the latest version 4.8.
  • Fixed a bug where ECW file path name is case-sensitive.
  • Added a new class of ScaleLinePrinterLayer to print scale lines.
  • Added new class of ScaleTextAdornmentLayer to Map Suite Core.
  • Added a new class of ScaleTextPrinterLayer to print scale text.
  • Fixed a bug where there are something wrong with initializing the omerc projection.
  • Fixed a bug where the Dispose method of UnmanagedProj4Projection runs into exception.
  • Fixed a bug where selecting LabelPrinterLayer runs into exception.
  • Fixed a bug where MrsidRasterLayer runs into memory leak problem.
  • Fixed a bug where the Jpeg2000RasterSource runs into memory leak issue.
  • Fixed a bug where it runs into exception when building the index of KmlLayer.
  • Fixed a bug that the deployed version of WebEddition, MvcEdition, SilverlightEdition and WmsEdition runs into “Unlicensed for runtime” .
  • Added new API for changing the color of Grid lines in ScaleBarAdormentLayer.
  • Fixed a bug where the WmtsLayer runs into exception, as the code of clearing the tile matrix is incorrect.
  • Added support of requesting tiles using UrlTemplate of resource URL in WmtsLayer.
  • Fixed a bug where reading Shapefile runs into exception if the decimal length of DBFColumn is bigger than 15.
  • Fixed a bug where the IsolineLayer runs into exception sometimes when IsolineType is ClosedAsPolygon.
  • Fixed a bug where the scales of tile matrix in WmtsLayer on server side are different from the ones on client side.
  • Fixed a bug where KmlLayer runs into exception when loading KML file with the encrypted dlls.
  • Enhancement OracleFeatureSource, only create one assembly instance.
  • Fixed a bug where the MagneticNorthLineStyle cannot be serialized.
  • Fixed a bug where the drawn tile images are mismatch each other when applying FileBitmapTileCache.
  • Added more projection support to WMTS besides the support of EPSG:3857 and EPSG:4326.
  • Fixed a bug where it returns incorrect class breaks if there is only one ClassBreak item in ClassBreakStyle.
  • Fixed a bug where the GridFeatureSource generates Gridfile with CurrentCulture but Read GridFile with InviriantCulture.
  • Fixed a bug where the scales of cached tiles are incorrect if OpenStreetMapLayer works with MultiThread mode.
  • Fixed a bug where it runs into exception when initializing the TileCache of OpenStreetMapLayer as null.
  • Fixed a bug where it runs into exception if the readed KML file includes the bool values.
  • Fixed a bug where the height of LegendAdormentLayer/LegendPrinterAdormentLayer is incorrect when the ResizeMode is Fixed.
  • Fixed a bug where there are something wrong with CodeGenerator.
  • Improved performance of drawing GraticuleAdornmentLayer.
  • Changed the default value of LegendContentResizeMode to Fixed.
  • Fixed bug that WMS don't parse response XML which describe error information.
  • Fixed bug GetWellKnownText for lineshape haven't been convert to Invariant Culture.
  • Remove toUpper for whereClause of MsSql2008FeatureLayer.
  • Fixed a bug where the ClientId and PrivateKey of GoogleMapsLayer doesn't work with SingleTile.
  • Improved the GeoCoderGenerator.
  • Added support of support custom spatial index name in mssqlfeaturelayer.
  • Fixed a bug where the request tile size is not equal to the size of map with SingleTile.
  • Fixed a bug where the method GetAllMapShape of KmlFeatureLayer runs into exception.
  • Improved the IsoLine result generated by removing the holes at the center of IsonLine.
  • Added the embedded TAB style support.
  • Fixed a bug where ProjectionFromSphericalMercator property doesn't work.
  • Added Attribution to all layers and Overlays.
  • Fxied a bug where the MagneticDeclinationAdornmentLayer runs into memory issue.
  • Added the new API SetWellKnownBinary(byte[] wkb) to Feature class to allow changing the WKB of the feature.
  • Improved the performance of method byte[] ShapeFile.ReadPolygon(byte[] dataBytes, int startIndex).
  • Removed the using JTS in Feature to Shape conversion(BaseShape.FromWellKnownBinary, BaseShape.CreateShapeFromWellKnownData).
  • Added enhancements to OpenStreetMapLayer and OpenStreetMapOverlay to make sure the exception can be thrown out.
  • Added Leader Lines.
  • Enhanced the Best Placement algorithm.
  • Added an Abbreviation Dictionary. For example, add “University” with “Univ” to the Abbreviation Dictionary and “University” will be abbreviated when displayed.
  • Added Max Nudging parameter to specify how far a label can be moved.
  • The unit for Drawing Margin is now pixels instead of percentage.
  • Geohashing APIs - Allows sorting of GeoFeatures for performance gains. Shapefiles of features that are in proximity are stored on the same section of the disk.
  • Standard color access for Geocolors, brushes, and pins has been streamlined.
  • New Projection API to find local UTM Zone for any feature. No longer need to look up UTM Zone manually.
  • Added ability to save and import style files from GIS Editor to Map Suite.
  • One-way road line style now available.
  • More filter conditions added for RegEx. It is now simpler to use.
  • Added R-Tree Indexing for KML feature layers.
  • Gave ability to modify well-known binary on a feature. Now possible to directly access and modify WKB.
  • Can now add column value data without defining it up front to Map Shapes and Edit Shapes.
  • Added Boundary Solution Parcel feature layer.
  • Created new APIs for accurate measurements regardless of projection.
  • Enhanced Tile Cache - new APIs allow expiration by size, date, etc.
  • Created Well Known Binary feature layer type for better performance, especially on Android and iOS.
  • New Printing APIs allow switching between page and world coordinates.
  • ScaleBar and ScaleLine - can set a text style to control the font and look.
map_suite_mobile_for_ios_features_bug_fixes_change_log.1488791220.txt.gz · Last modified: 2017/03/06 09:07 by tgwikiupdate