clustering
to show point features either as clusters or as individual markersstroke-dasharray
and stroke-linecap
clearContainer()
and destroy()
now have an optional new parameter doRender
map.getOptions().setRightMouseAction(IWMapOptions.CONTROL_ZOOM)
and map.getOptions().setRightDoubleClickAction(IWMapOptions.CONTROL_NONE)
icon-data
to use individual icons for point features
(see tutorial)
ongeojsonrender
event with bounding box, the renderer and the point layerredraw
onroutedragstart
and onroutedragend
touch
to coreIWEventManager.addDomListener(element, 'onclick', callback);
did no longer work.<parameter name="whitelistPorts" value="-1,80,443,5224-5226" />
will allow requests with default port (HTTP), 80 (HTTP), 443 (HTTPS) and the map servers
running on 5224, 5225 and 5226.onerror
to
IWGeoLocationUtils.element.style
and supports drag modes DRAG_HORIZONTAL, DRAG_VERTICAL and DRAG_BOTH (default).
IWBounds uses now min and max coordinates instead of northwest and southeast, the order does not matter when the object is initialized.
getNorthWest() and getSouthEast() are deprecated now.
A bounds object can be initialized with an array of coordinates now.
projection
has been removed from methods reverseGeocodeByHits and reverseGeocodeByRadius.
afteraddressfound
has been renamed to onaddressfound
and the trigger method has been renamed to triggerOnAddressFound
.
old Class | new Class |
---|---|
IWCopyrightChangedEvent |
IWCopyrightChangeEvent |
IWLanguageChangedEvent |
IWLanguageChangeEvent |
IWMapInitializedEvent |
IWMapInitializeEvent |
IWMapTypeAvailabilityChangedEvent |
IWMapTypeAvailabilityChangeEvent |
IWMapTypeChangedEvent |
IWMapTypeChangeEvent |
IWMapTypesChangedEvent |
IWMapTypesChangeEvent |
IWMouseControlChangedEvent |
IWMouseControlChangeEvent |