<?xml version="1.0"?>
		<rss version="2.0">
			<channel>
				<title>Map24 Component Interface Releases</title>
				<link>http://devnet.map24.mapsolute.local/map24-component-interface/map24-component-interface-downloads</link>
				<description>Download of current Map24 Component Interface releases</description><item>
<title><![CDATA[2.3.0.1 release for ActiveX, dotNET, C++]]></title>
<link>http://devnet.map24.com/map24-component-interface/map24-component-interface-downloads</link>
<pubDate>Wed, 11 Jun 2008 12:00:00 +0200</pubDate>
<category>Map24 Component Interface</category>
<description><![CDATA[ * Bugfix in EnableDigitizer()
<br />
   If using MRCObjectsID != "ALL_OBJECTS" the parameter digitizeType were ignored and 
<br />
   DIGITIZE_POLYLINE were assumed.
<br />
 * Route Flight features/bugfixes:
<br />
   - Disable if clearing a route flight with SetRouteFlightData (null, null, ...)
<br />
   - Fixed exception, if route caculation was active, while specifying a new route flight   
<br />
 * Introduced SetViewAttributes() to set the current map view with the specified attributesin
<br />
   in .NET interface
<br />
 * Support of rendering onto an offscreen image. Only C++ interface
<br />
 * Support using the Map24Component, without the need of a system message queue.
<br />
 * Add SDL and QT sample to show how to use C++ interface
<br />
 * Support of Linux version of C++ interface
<br />
 * Changed file format of persistent maps
<br />
]]></description>
</item>
<item>
<title><![CDATA[2.2.2.45 release for ActiveX, dotNET]]></title>
<link>http://devnet.map24.com/map24-component-interface/map24-component-interface-downloads</link>
<pubDate>Thu, 20 Dec 2007 12:00:00 +0100</pubDate>
<category>Map24 Component Interface</category>
<description><![CDATA[ * Bugfix: Use com.mapsolute.map24,StatusPainter in multiple map instances.
<br />
   The StatusPainter is used to show the Tiling progress
<br />
 * Increased drawing speed (framerate) when drawing many (> 1000) DMAp locations
<br />
 * Introduced GetIOVolume() in .NET interface to retrieve the bytes send/received
<br />
   via the TCP connection
<br />
 * Feature: Add Support of 'Basic Authentication' (RFC2617) for HTTP proxies in .NET wrapper
<br />
   New .NET porperties: proxyUser, proxyPassword
<br />
 * Enhanced precision when setting tooltips for polylines for scales > 2km (Scalebar)
<br />
 * Introduced polyline/polygon Digitizer to ActiveX interface
<br />
 * Introduced location Digitizer to .NET and ActiveX interface
<br />
 * Modifed interface EnableDigitizer()
<br />
]]></description>
</item>
<item>
<title><![CDATA[2.2.2.44 release for dotNET]]></title>
<link>http://devnet.map24.com/map24-component-interface/map24-component-interface-downloads</link>
<pubDate>Fri, 23 Nov 2007 12:00:00 +0100</pubDate>
<category>Map24 Component Interface</category>
<description><![CDATA[ * Introduced polyline/polygon Shaper
<br />
 * Introduced polyline/polygon Digitizer. New .NET interfaces:
<br />
   - EnableDigitizer() - to enable/disable the objects to digitize
<br />
   - EventDigitizerEvent - to get notifications about digitizer actions
<br />
   - GetCoordinatesFromMRCPolyline() - to get the coordinates of a polyline/polygon
<br />
]]></description>
</item>
<item>
<title><![CDATA[2.2.2.43 release for ActiveX, dotNET]]></title>
<link>http://devnet.map24.com/map24-component-interface/map24-component-interface-downloads</link>
<pubDate>Fri, 16 Nov 2007 12:00:00 +0100</pubDate>
<category>Map24 Component Interface</category>
<description><![CDATA[ * Add KML sample to Windows CE .NET test application
<br />
 * Enabled DeclareAnimatedMap24Location() on .NET CI for Winindows CE
<br />
 * Add Tiling sample in Windows CE .NET sample application
<br />
 * Increased rendering speed of Tiling especially on Windows CE devices.
<br />
 * Fix street label to the map. Previously they moved, when panning the map.
<br />
 * Tiling - Draw no areas and smaller polylines (streets) in hybrid mode.
<br />
 * Bugfix: Fixed bug introduced in 2.2.2.42 so MRC Ovals are visible again.
<br />
 * Bugfix: Fixed bug introduced in 2.2.2.42 so MRC Route objects are visible again.
<br />
 * KML - Support <innerBoundaryIs>. Used by <Polygon>
<br />
 * Consider polyline offset when searching objects at on a coordinate. This is used for
<br />
   displaying a tooltip on the current mouse position.
<br />
 * Enhanced robustness of MapTP server connections when using HTTP. (connectionMode: HTTP)
<br />
]]></description>
</item>
<item>
<title><![CDATA[2.2.2.42 release for ActiveX, dotNET]]></title>
<link>http://devnet.map24.com/map24-component-interface/map24-component-interface-downloads</link>
<pubDate>Fri, 02 Nov 2007 12:00:00 +0100</pubDate>
<category>Map24 Component Interface</category>
<description><![CDATA[ * Introduced basic support for loading KML files via http or from file system with 
<br />
   interface ReadKML(). Supported KML elements: kml, Document, Folder, Placemark, NetworkLink
<br />
   Point, LineString, LinearRing, Polygon, Style, StyleMap, LineStyle, PolyStyle, IconStyle   
<br />
 * Support MRCObjectGroup's
<br />
 * New Feature: Capture the current screen content via the call
<br />
   SetComponentProperty ("MLCIPanel", "CAPTURE_IMAGE", "image.bmp");
<br />
 * Introduced support of protocol 'TPIO' (the common protocol for Java clients)
<br />
 * Introduced ini parameter 'connectionMode' to specify the communication protocol.
<br />
   Modes: HTTP, TPIO, TPIOHC. For HTTP port 80 is mandarory. TPIO & TPIOHC must not use port 80.
<br />
]]></description>
</item>
<item>
<title><![CDATA[2.2.2.41 release for ActiveX, dotNET, C++]]></title>
<link>http://devnet.map24.com/map24-component-interface/map24-component-interface-downloads</link>
<pubDate>Tue, 23 Oct 2007 12:00:00 +0200</pubDate>
<category>Map24 Component Interface</category>
<description><![CDATA[ * Write elog instead of throwing an exception, if color in MultilineMapMarker not defined.
<br />
 * Introduced safe shutdown sequence for .NET test applications using the Map24Component.
<br />
   When leaving Main() they now call:   form.Dispose();
<br />
                                        Map24Control.Map24Component.ComponentDispose ();
<br />
 * Feature: Support InscriptionPaintRules for polygons and polylines pushed by MRC commands
<br />
   or contained by a DMap.
<br />
 * Enabled key handling by Component (if focused) directly after startup (.NET & C++)
<br />
   Even by Windows and WindowsCE (pocketPC & Smartphone) C++ sample application.
<br />
 * Add C++ interface Map24Component::SetFocus() to Component DLL
<br />
 * Set exceptionReporting = ER_OPERATING_SYSTEM for ActiveX by default.
<br />
 * ActiveX Test application - Introduced setting a random sid by test application, if ini file 
<br />
   contain sid = "set_by_application"
<br />
]]></description>
</item>
<item>
<title><![CDATA[2.2.2.40 release for ActiveX, dotNET]]></title>
<link>http://devnet.map24.com/map24-component-interface/map24-component-interface-downloads</link>
<pubDate>Thu, 11 Oct 2007 12:00:00 +0200</pubDate>
<category>Map24 Component Interface</category>
<description><![CDATA[ * Bugfix: Draw filled DMap polygonsm which have no templates. Previously they were not filled.
<br />
 * Bugfix for "Pressing a button (or any other MWT component) after the Tooltip was closed by 
<br />
   clicking inside the tooltip, showed the tooltip instead of perfoming the button action.
<br />
 * Introduced ./usr folder for Component designated to contain the log file and other 
<br />
   temporary files like cached Tiling images
<br />
 * Unified initialization / disposing of .NET and ActiveX Component
<br />
 * Introduced Tiling sample in test applications .NET and ActiveX. Check this by selecting
<br />
   a tiling mode (map, hybrid, satellite) in the Tab "Maps" 
<br />
 * Introduced SetComponentProperty in ActiveX (already available in .NET)
<br />
 * Don't change layer visibility, if reopening a DMap. Previously all layers were enabled.
<br />
]]></description>
</item>
<item>
<title><![CDATA[2.2.2.39 release for dotNET]]></title>
<link>http://devnet.map24.com/map24-component-interface/map24-component-interface-downloads</link>
<pubDate>Mon, 08 Oct 2007 12:00:00 +0200</pubDate>
<category>Map24 Component Interface</category>
<description><![CDATA[ * Component releases and release notes are now available at http://devnet.map24.com
<br />
 * Support arbitrary ken/value pairs in ini file
<br />
 * Unified reading entries in .NET, DLL and ActiveX components
<br />
 * Change: renamed ini entry 'persistence' in 'persistenceDuration'
<br />
 * Change of behavior!! Now MLC functions MUST be called, after the MapReady Event arrives.
<br />
   If breaking this requirement the application cause an assertion: (also in the log file)
<br />
   "MLC commands MUST be called after the MapReady event ..."
<br />
]]></description>
</item>
<item>
<title><![CDATA[2.2.2.38 release for dotNET]]></title>
<link>http://devnet.map24.com/map24-component-interface/map24-component-interface-downloads</link>
<pubDate>Thu, 04 Oct 2007 12:00:00 +0200</pubDate>
<category>Map24 Component Interface</category>
<description><![CDATA[ * Fixed and speed up calculation of MLC/MRC Polyline and Polygon Picking. Used for 
<br />
   displaying tooltips.
<br />
 * Change: Fixed artifact, which happened, if a convex polyline was clipped at the canvas border.
<br />
 * Performance enhancement when clicking MLC/MRC Locations, Polylines or Polgons via mouse click.
<br />
   So the small "freeze", when dealing with many object (>5000) disappeared
<br />
 * Performance enhancement of execution time of DeclareMap24Polyline() & DeclareMap24Polygon(). 
<br />
   In particular the declaration of polylines with many points on PocketPC were slow.
<br />
 * Fixed "calculation polyline width" changed in version 2.2.2.37.
<br />
   - Width was too fat in high scales.
<br />
   - Width was too fat for high resolution devices
<br />
 * Change: Introduced property "exceptionReporting" to specify the manner, how exceptions
<br />
   (thrown by MBASE::Thread's) are reported by the Component: Default: ER_OPERATING_SYSTEM.   
<br />
]]></description>
</item>
<item>
<title><![CDATA[2.2.2.37]]></title>
<link>http://devnet.map24.com/map24-component-interface/map24-component-interface-downloads</link>
<pubDate>Fri, 28 Sep 2007 12:00:00 +0200</pubDate>
<category>Map24 Component Interface</category>
<description><![CDATA[ * Introduced GetViewAttributes() in .NET wrapper to request direction, rotaion, center
<br />
   and zoom of the current view. Analog to SetViewAttributes()
<br />
 * Changed calculation polyline width, if width is set to 0. This width calculation is 
<br />
   usually used for polylines indicating a traffic issue.
<br />
 * Introduced Change: BORDERSPACE in skinMapMarker.en.prop to define the bounds, in which
<br />
   the MultilineMapMarker (balloon ToolTip) will be displayed.
<br />
 * Handle "Enter" key to zoom, if map is focused
<br />
 * Handle Cursor keys (up, down, left, right) in the .NET Component to pan the map, if focused.
<br />
 * Don't steel Focus in CI during initialization of the component
<br />
 * Set Focus to the map, if containing .NET Control enter the Focus.
<br />
 * Programmes Guide & Refernce Guide for .NET interface now available
<br />
 * Integrate route calculation using WebServices via SOAP in .NET Test application.
<br />
]]></description>
</item>
<item>
<title><![CDATA[2.2.2.36 release for ActiveX]]></title>
<link>http://devnet.map24.com/map24-component-interface/map24-component-interface-downloads</link>
<pubDate>Fri, 14 Sep 2007 12:00:00 +0200</pubDate>
<category>Map24 Component Interface</category>
<description><![CDATA[ * Bugfix for missing tooltip description for Map24 Locations
<br />
]]></description>
</item>
<item>
<title><![CDATA[2.2.2.35]]></title>
<link>http://devnet.map24.com/map24-component-interface/map24-component-interface-downloads</link>
<pubDate>Tue, 11 Sep 2007 12:00:00 +0200</pubDate>
<category>Map24 Component Interface</category>
<description><![CDATA[ * Introduced SetViewAttributes () .NET interface to modify direction, rotation, 
<br />
   center and zoomPercentage
<br />
 * Two bugfixes Map24Client, which caused an exception when closing the component while performing 
<br />
   the a connection.
<br />
 * Reduced memory usage of MRC/MLC objects. (Removed all MGeneric instances from all MRCLocations)
<br />
 * Bugfix for exception raised by setting a symbol ID with UpdateMap24Location ()
<br />
 * Adapt drawing of locations (MLC/MRC and DMAP objects) to Java Version. 
<br />
   (Removed "doubtful optimizations" in MRCPainter.)
<br />
 * Notify event MRCMouseEvent to application
<br />
]]></description>
</item>
<item>
<title><![CDATA[2.2.2.34]]></title>
<link>http://devnet.map24.com/map24-component-interface/map24-component-interface-downloads</link>
<pubDate>Tue, 04 Sep 2007 12:00:00 +0200</pubDate>
<category>Map24 Component Interface</category>
<description><![CDATA[ * Show/Hide of Positon Indicator via interface. 
<br />
   e.g. SetComponentProperty ("ANIMATIONHANDLER", "SHOW_POSITION_INDICATOR", "false");
<br />
 * Show/Hide of single DMAP objects via ControlMapObject
<br />
 * Notify MWT::Slider events to application
<br />
 * Bugfix for calling SetMapViewPosition() which cause an exception
<br />
]]></description>
</item>
<item>
<title><![CDATA[2.2.2.33]]></title>
<link>http://devnet.map24.com/map24-component-interface/map24-component-interface-downloads</link>
<pubDate>Thu, 30 Aug 2007 12:00:00 +0200</pubDate>
<category>Map24 Component Interface</category>
<description><![CDATA[ * Bugfix in SetMapView() multithreaded access to MRC::allMapObjects()
<br />
 * Bugfix in PanelTools::getToolTipString multithreaded access to lastDrawnView
<br />
 * Limit MRC/MLC pipe to maximum 100 MLC commands
<br />
 * Introduced .NET interface documentation
<br />
 * Safe termination of Control, if unprocessed MLC/MRC in the pipe and disposing the control.
<br />
 * fixed chaning icons of DMAP locations (have to be confirmed by Stephen)
<br />
]]></description>
</item>
<item>
<title><![CDATA[2.2.2.32]]></title>
<link>http://devnet.map24.com/map24-component-interface/map24-component-interface-downloads</link>
<pubDate>Wed, 22 Aug 2007 12:00:00 +0200</pubDate>
<category>Map24 Component Interface</category>
<description><![CDATA[ * Log of assertions in Release
<br />
 * Throw an exception in case an assertion failed.
<br />
 * Reliable logging if malloc() failed
<br />
]]></description>
</item>
<item>
<title><![CDATA[2.2.2.31]]></title>
<link>http://devnet.map24.com/map24-component-interface/map24-component-interface-downloads</link>
<pubDate>Fri, 24 Aug 2007 12:00:00 +0200</pubDate>
<category>Map24 Component Interface</category>
<description><![CDATA[ * First version suporting Windows Mobile Smartphone
<br />
]]></description>
</item>
<item>
<title><![CDATA[2.2.2.30]]></title>
<link>http://devnet.map24.com/map24-component-interface/map24-component-interface-downloads</link>
<pubDate>Tue, 31 Jul 2007 12:00:00 +0200</pubDate>
<category>Map24 Component Interface</category>
<description><![CDATA[ * Bugfix Route Flight
<br />
 * Introduced USERDEFINED_ACTIONS (skinMapMarker) in ToolTips
<br />
]]></description>
</item>

			</channel>
		</rss>