Releases: markkr125/jsmaps
Releases · markkr125/jsmaps
v0.0.15
- native map: stop moving the map on mouseup outside the map (with ie11 fix)
- native map: get rid of the ugly cursor hack, ie will have the cursor from a custom url
- fixing issue #1
- New change options function for the map object
- make sure dragging vectors on bing and here maps stops on mouseup
- new feature: adding a "setStyle" for all vectors on all backends.
- all vectors on all backends have a "getStyle" function
- Fix for issue #2
v0.0.14
- Version bump due to meteor package generation
- native map: basic pointer events support, the map should work fine on ie10+
- native map: adding grab and grabbing cursors on the map for dragging effects
- native map: when the left button is not clicked dont drag the map.
- native map: remove editable markers when a vector is moving, and put then back only when dragging is done, this solves slow dragging on old ie (bugfix)
- native map: editable vector markers should respond on the first touch
- native map: vectors should not move around on map resize with svg backend
- native map: vectors should be properly draggable after orientationchange event
- native map: Mouse scroll should work fine with a small map
- native map: if the zoom ui is to big for the map viewport, the zoom handle will be hidden and only +/- buttons will be displayed
- native map: edit marker on vectors objects will resize the vector even if the marker is dragged outside of the map bounds
v0.0.11
- native map: circle is editable
- native map: many bug fixes on touch based systems
- native map: zoom and layers ui now work touch based systems
- native map: vectors are editable and draggable on touch based systems
- native map: adding an opacity transition for images on movement
- native map: map click events to touch events
- bing map: fixing a bug on editable polygon under old ie
- general api: editable marker that are used on vectors looks a bit better now
- bing and here maps: circles are editable and draggable
v0.0.10
v0.0.9
Native map changes:
- will always check for css 3d
- if no css 3d then check for css 2d
- if no css 2d, then just show/hide the layer div
- using css transition for fadeout effect, javascript fadeout is still used when css transition is not supported
- use a proper svg path to generate a circle.
- vml backend now makes a real circle