6
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixes to Ovi, particularly related to getBounds and setBounds. Unlike almost every other map provider it seems Ovi uses the north-west and south-east corners for bounds. I've thus also added getNorthWest and getSouthEast methods to mxn.BoundingBox as well. More... about 13 years ago
clarification
b_b
as brunob
More... about 13 years ago
endPan event shloud be fired on dragend google native event not on center_change (cause this one is fired multiple times during pan)
b_b
as brunob
More... about 13 years ago
Implemented openlayers applyOptions. More... over 13 years ago
use bounds.extend() in autoCenterAndZoom()
b_b
as brunob
More... over 13 years ago
Added basic Open MapQuest provider (openmq) More... over 13 years ago
Firing click event when a marker is clicked. More... over 13 years ago
Implementing getZoomLevelForBoundingBox for OpenLayers. Was just returning an undefined variable and throwing javascript errors. More... over 13 years ago
Added basic Open MapQuest stub More... over 13 years ago
Added option to enable/disable mousewheel zooming. More... over 13 years ago
Added the overview control to complete functionality of addControls(). More... over 13 years ago
lat is on the Y axis and lon on the X
b_b
as brunob
More... over 13 years ago
Fix for multiple InfoWindows being created on openBubble for Google V3 More... over 13 years ago
Added openlayers info bubble methods. More... over 13 years ago
Added code to run core tests with different providers. More... over 13 years ago
Made icon anchor offsets are negative for openlayers. More... over 13 years ago
Add Nokia/Ovi Map geocoding support More... over 13 years ago
Adding docs for 2.0.17 More... over 13 years ago
Amended license.js to include build version number More... over 13 years ago
Merge branch 'geocoder_reverse' of git://github.com/brunob/mxn into brunob-geocoder_reverse More... over 13 years ago
Merge pull request #63 from cyberhobo/jsdoc-dimension-fixes More... over 13 years ago
Added support for the Ovi Maps API More... over 13 years ago
Added support for the Ovi Maps API More... over 13 years ago
Fixed jsdoc for marker methods that take dimension array arguments. More... over 13 years ago
add reverse geocoding to googlev3 and goole : just call geocode(LatLonPoint) instead of geocode(adress) + a fix on return_location.country on google geocoder
b_b
as brunob
More... almost 14 years ago
Initial project pages commit More... almost 14 years ago
Amends to commits being merged. More... almost 14 years ago
Amended Bruno's change: - Use street_address if present - Cater for route appearing before street_number - Cater for street_number being missing More... almost 14 years ago
Merge branch 'googlev3_geocoder' of git://github.com/brunob/mxn into brunob-googlev3_geocoder More... almost 14 years ago
- Amending Bruno's fix to default to an empty array - Refactored reusable parts of test script into mxn-harness.js file - Added geocoder test script More... almost 14 years ago