-
Notifications
You must be signed in to change notification settings - Fork 132
Changelog
- v3.0.0 Release Candidate 3
- v2.1 Release Candidate 2
- v2.1 Release Candidate 1
- v2.0.18
- v2.0.17
- v2.0.16
- v2.0.15
- v2.0.14
- v2.0.12
- v2.0.11
- v2.0.10
- Notes
- Created: 2013.02.01
- Tag name: v3.0.0-RC3
Fri, 1 Feb 2013 10:22:55 +0000 vicchi 2e280b7 Examples: Add new index/landing page
Fri, 1 Feb 2013 10:22:16 +0000 vicchi bfb89e0 Core Tests: Fix Yandex API key and update header
Fri, 1 Feb 2013 09:39:40 +0000 vicchi 55a77dc Add all provider example
Fri, 1 Feb 2013 09:39:26 +0000 vicchi 95a8fac OpenLayers: Add tile layer support to example.
Fri, 1 Feb 2013 09:39:10 +0000 vicchi 3272bc6 Google v2: Add tile layer support to example.
Fri, 1 Feb 2013 09:38:41 +0000 vicchi b8ea149 ESRI: Add CSS body class to example.
Thu, 31 Jan 2013 23:01:17 +0000 vicchi 3eb9048 Update JSDoc markup to (almost) reflect reality in the code base.
Thu, 31 Jan 2013 23:00:45 +0000 vicchi d2ed540 Update JSDoc to use the CodeView template
Thu, 31 Jan 2013 22:59:55 +0000 vicchi b3a4470 Yahoo: Update addTileLayer function to support new arguments (when/if implemented) (and for consistency's sake).
Thu, 31 Jan 2013 22:59:26 +0000 vicchi 9fee1d0 Ovi: Update addTileLayer function to support new arguments (when/if implemented).
Thu, 31 Jan 2013 22:59:09 +0000 vicchi 060f27f Google Earth: Update addTileLayer function to support new arguments (when/if implemented).
Thu, 31 Jan 2013 22:58:42 +0000 vicchi 3c33ba8 Yandex: Add support for new addTileLayer function arguments. Add support for templated subdomains in custom tile URLs.
Thu, 31 Jan 2013 22:58:28 +0000 vicchi 78aab56 OpenLayers: Add support for new addTileLayer function arguments. Add support for templated subdomains in custom tile URLs.
Thu, 31 Jan 2013 22:58:10 +0000 vicchi f442326 Microsoft v7: Add support for new addTileLayer function arguments. Add support for templated subdomains in custom tile URLs.
Thu, 31 Jan 2013 22:57:49 +0000 vicchi cfb7291 Leaflet: Add support for new addTileLayer function arguments. Add support for templated subdomains in custom tile URLs.
Thu, 31 Jan 2013 22:57:21 +0000 vicchi f7ad067 Microsoft v6: Update addTileLayer function to support new arguments (when/if implemented).
Thu, 31 Jan 2013 22:56:59 +0000 vicchi cefa173 MapQuest: Update addTileLayer function to support new arguments (when/if implemented).
Thu, 31 Jan 2013 22:56:48 +0000 vicchi f590825 MapQuest Open: Update addTileLayer function to support new arguments (when/if implemented).
Thu, 31 Jan 2013 22:56:27 +0000 vicchi 5d13b56 OS OpenSpace: Update addTileLayer function to support new arguments (when/if implemented).
Thu, 31 Jan 2013 22:56:11 +0000 vicchi a5f2d61 GeoCommons: Update addTileLayer function to support new arguments (when/if implemented).
Thu, 31 Jan 2013 22:55:52 +0000 vicchi 4d25fd5 ESRI: Update addTileLayer function to support new arguments (when/if implemented).
Thu, 31 Jan 2013 22:55:37 +0000 vicchi c969498 CloudMade: Update addTileLayer function to support new arguments (when/if implemented).
Wed, 30 Jan 2013 16:38:26 +0000 vicchi fdc393b Fix examples CSS to stop info boxes wrapping
Wed, 30 Jan 2013 16:37:58 +0000 vicchi 421bf00 Google v2: Add support for new addTileLayer function arguments. Add support for templated subdomains in custom tile URLs.
Wed, 30 Jan 2013 14:53:01 +0000 vicchi 06e93b7 Google v3: Add support for new addTileLayer function arguments. Add support for templated subdomains in custom tile URLs.
Wed, 30 Jan 2013 13:44:43 +0000 vicchi a72464c Leaflet: Add support for new addTileLayer function arguments. Add support for templated subdomains in custom tile URLs.
Wed, 30 Jan 2013 13:39:51 +0000 vicchi 2d32129 Update Nokia/Here to v2.2.3. Add support for new addTileLayer function arguments. Add support for templates subdomains in custom tile URLs.
Wed, 30 Jan 2013 13:38:33 +0000 vicchi 5105b15 Update core tests for Nokia/Here v2.2.3
Wed, 30 Jan 2013 13:36:56 +0000 vicchi aaa261f Add mxn.util.getSubdomainTileURL helper function
Wed, 30 Jan 2013 09:42:18 +0000 vicchi 47fe00f Stop Microsoft v7 hogging the click event for InfoBubbles which prevents openBubble() from opening the bubble.
Wed, 30 Jan 2013 09:41:43 +0000 vicchi 6893da7 Use native methods on MapQuest proprietary point
Wed, 30 Jan 2013 09:29:03 +0000 vicchi 7b9955f Modify mxn.Mapstraction.addTileLayer to accept layer label, layer attribution and tile server subdomain arguments.
Wed, 30 Jan 2013 09:27:33 +0000 vicchi 61d5453 Add mxn.util.sanitiseTileURL helper function
Tue, 29 Jan 2013 14:53:45 +0000 vicchi 4488652 Force the size of the core test map div to stop Microsoft ignoring it and screwing up the page layout
- Created: 2013.01.26
- Tag name: v2.1-RC2
Sat, 26 Jan 2013 10:51:25 +0000 vicchi 823ea15 Reworked OpenLayers Polyline.show and Polyline.hide in line with @dezfowler's comments on Issue #209
Fri, 25 Jan 2013 09:27:33 +0000 vicchi 9ba98c7 Fix bug in OpenLayers Polyline.show and Polyline.hide methods (see Issue #209 via @FollowMySpot)
Fri, 18 Jan 2013 16:24:42 +0000 vicchi 016ed05 Update test and example files to use Mapstration specific application keys for those providers which require them
Fri, 18 Jan 2013 09:31:56 +0000 vicchi d9f4fe3 Manual merge of Pull Request #205 via @gilesc50 and @ChALkeR (Fix for bug with JSON with multiple features)
Fri, 18 Jan 2013 06:16:01 +0000 vicchi e0740cb Revert change in OpenLayers geocoded in a way that jslint likes
Thu, 17 Jan 2013 13:00:55 +0000 vicchi df74e34 Manual merge of Pull Request #203 from @gilesc50 (Upgraded the mapquest geocoder to work with the mapquestv7 api)
Thu, 17 Jan 2013 12:59:59 +0000 vicchi 4b54a14 Fix jslint errors (result is already defined at line 52) from Pull Request #204
Thu, 17 Jan 2013 12:54:24 +0000 vicchi e7c0dbc Implement Mapstraction.mousePosition for MapQuest and MapQuest open (which don't support the mouse-move event) via an onmousemove handler on the map div itself.
Thu, 17 Jan 2013 09:11:57 +0000 vicchi 8ae3a47 Manual merge of Pull Request #204 by @ChALkeR (Cleanup OpenLayers geocoder)
- Created: 2013.01.16
- Tag name: v2.1-RC1
Wed, 16 Jan 2013 11:33:25 +0000 vicchi 7d79ba1
Up the version number to v2.1 (yay!)
Wed, 16 Jan 2013 11:30:47 +0000 vicchi 1600379
Make thrown exceptions consistent across providers.
Sat, 12 Jan 2013 12:51:55 +0000 vicchi 83f516d
Implement Mapstraction.mousePosition for ESRI and Leaflet
Sat, 12 Jan 2013 11:33:20 +0000 vicchi 6d06b95
Remove row_limit class members. JS Lint accepts this but yuicompressor barfs.
Sat, 12 Jan 2013 11:32:43 +0000 vicchi b299ab6
Ignore .DS_Store files
Sat, 12 Jan 2013 11:31:53 +0000 vicchi 1791193
Implement Mapstraction.mousePosition for Microsoft v7
Sat, 12 Jan 2013 11:31:32 +0000 vicchi 1a71cde
Upgrade yuicompressor to v2.4.7
Sat, 12 Jan 2013 11:30:44 +0000 vicchi 2f48ec5
Remove console.log debug statements
Sat, 12 Jan 2013 09:16:06 +0000 vicchi 5070fb8
Manual merge of Pull Request #201 by @ChALkeR (Revert "Merge pull request #151 from brunob/hotfixes")
Sat, 12 Jan 2013 09:03:26 +0000 vicchi 19c2015
Throw informative exceptions where API calls are not supported.
Sat, 12 Jan 2013 09:02:49 +0000 vicchi 9fac122
Manual merge of Pull Request #146 by @jcushman (Handle excessive use message in OpenLayers geocoder)
Fri, 11 Jan 2013 13:06:40 +0000 vicchi ba2f0cd
Throw informative exceptions where API calls are not supported.
Fri, 11 Jan 2013 10:00:25 +0000 vicchi 6daf742
Manual merge of Pull Request #202 from @gilesc50 (Added optional parameter to request multiple results from the geocoder API)
Thu, 10 Jan 2013 12:42:18 +0000 vicchi d86b810
Rename examples/openlayers_geocoder.html to openlayer-geocoder.html (in line with the other example files using '-' vs. '_' in their names; it's a file naming convention, of sorts)
Thu, 20 Dec 2012 16:13:16 +0000 vicchi 583e700
Enhance core tests to test all types of map controls.
Thu, 20 Dec 2012 11:05:52 +0000 vicchi e176c79
Resurrect Yandex v1.x support; add full event handling and make add/remove controls work.
Thu, 20 Dec 2012 11:05:29 +0000 vicchi c3af7c8
Fix jslint errors in Yandex 2 geocoder implementation
Thu, 20 Dec 2012 10:57:15 +0000 vicchi 6cf662e
Resurrect Yandex v1.x support; reinstate in core tests.
Thu, 20 Dec 2012 10:56:30 +0000 vicchi 3f1ee26
Resurrect Yandex v1.x support; add examples.
Wed, 19 Dec 2012 17:18:50 +0100 vicchi a8c2771
Manual merge of Pull Request #199 from @gilesc50
Wed, 19 Dec 2012 17:14:49 +0100 vicchi df7f939
Manually merge Pull Requests #198 and #200 from @gilesc50
Wed, 19 Dec 2012 04:46:03 +0000 vicchi 49e44b6
Manual merge of Pull Request #197 from @ChALkeR
Tue, 18 Dec 2012 13:12:04 +0000 vicchi 01ea161
Fully implement Polygon/Polyline handling for Ovi.
Tue, 18 Dec 2012 13:11:56 +0000 vicchi 3d5a678
Fully implement Polygon/Polyline handling for OS OpenSpace.
Tue, 18 Dec 2012 13:11:46 +0000 vicchi 055ab15
Fully implement Polygon/Polyline handling for MapQuest Open.
Tue, 18 Dec 2012 13:11:36 +0000 vicchi f2c44a2
Fully implement Polygon/Polyline handling for OpenLayers.
Tue, 18 Dec 2012 13:11:26 +0000 vicchi 9e8144f
Fully implement Polygon/Polyline handling for Nokia.
Tue, 18 Dec 2012 13:11:17 +0000 vicchi 706cdf3
Fully implement Polygon/Polyline handling for Microsoft v7.
Tue, 18 Dec 2012 13:11:08 +0000 vicchi f81d114
Fully implement Polygon/Polyline handling for Microsoft v6.
Tue, 18 Dec 2012 13:10:58 +0000 vicchi 4444f4f
Fully implement Polygon/Polyline handling for MapQuest.
Tue, 18 Dec 2012 13:10:47 +0000 vicchi 60b0b5a
Fully implement Polygon/Polyline handling for Leaflet.
Tue, 18 Dec 2012 13:10:38 +0000 vicchi cb0c97a
Fully implement Polygon/Polyline handling for Google v3.
Tue, 18 Dec 2012 13:10:29 +0000 vicchi 588d254
Fully implement Polygon/Polyline handling for Google v2.
Tue, 18 Dec 2012 13:10:20 +0000 vicchi b6bed30
Fully implement Polygon/Polyline handling for ESRI.
Tue, 18 Dec 2012 13:10:09 +0000 vicchi 3df3a8f
Fully implement Polygon/Polyline handling for CloudMade.
Tue, 18 Dec 2012 13:09:01 +0000 vicchi 0223a4a
Remove hard-coded polygon attributes from examples; revert to relying on global polygon defaults.
Sun, 16 Dec 2012 11:43:38 +0000 vicchi f3b867b
Provide sane defaults for Polylines; colour: black, width: 3px, opacity: 0.5, fillColor: grey
Sun, 16 Dec 2012 11:08:15 +0000 vicchi 1d1c6ec
Remove GeoCommons from core tests. Allow core tests to auto-run, iterating through all supported providers.
Fri, 14 Dec 2012 14:55:04 +0000 vicchi 9de3f84
Merge branch 'integration' of github.com:mapstraction/mxn into core-test-changes
Fri, 14 Dec 2012 14:54:13 +0000 vicchi cf1a336
Tweak documentation for addControls()
Fri, 14 Dec 2012 04:45:31 -0800 Gary Gale fd07f9f
Merge pull request #195 from Earthware/fixOverlays
Fri, 14 Dec 2012 04:42:32 -0800 Gary Gale 306c01f
Merge pull request #196 from Earthware/fixMS7IE7Errorv2
Fri, 14 Dec 2012 12:41:27 +0000 vicchi e990b65
Ignore .DS_Store and build.number files. Ignore the build tree.
Fri, 14 Dec 2012 12:40:15 +0000 vicchi e70ef1a
Comment out Yandex from core tests; the yandex implementation needs a complete rewrite.
Fri, 14 Dec 2012 08:11:04 +0000 vicchi 515c1bc
Fix jslint errors in mapquest and openmq implementations.
Fri, 14 Dec 2012 08:05:16 +0000 vicchi 8d5f93b
Add support for the differing map types supported by MapQuest open in v7 of the openmq provider API
Fri, 14 Dec 2012 08:04:51 +0000 vicchi 663e0e3
Add support for MapQuest as an API provider (not to be confused with the existing 'openmq' MapQuest Open provider)
Fri, 14 Dec 2012 05:27:03 +0000 vicchi bd83c67
Update core tests to support map control handling.
Fri, 14 Dec 2012 05:26:31 +0000 vicchi 7822dfb
Update provider examples to show map control handling options.
Fri, 14 Dec 2012 05:25:24 +0000 vicchi 5b0161d
Update map control handling so that they 1) add controls, 2) remove controls and 3) work as consistently across map providers as possible.
Tue, 11 Dec 2012 17:54:06 +0000 Giles Collingwood 9cb1a46
IE7 (and IE9 in IE7 mode) doesn't support addEventListener, so added the usual workaround.
Tue, 11 Dec 2012 17:45:12 +0000 Giles Collingwood 3612817
Overlay toggling now working on leaflet, nokia and openlayers (which had the wrong initial value strangely)
Tue, 11 Dec 2012 16:59:41 +0000 Giles Collingwood 13422cc
ms7 toggleTileOverlay now working
Tue, 11 Dec 2012 16:58:21 +0000 vicchi e240a76
Fix args passed to addControls in examples to specify a large zoom control.
Tue, 11 Dec 2012 14:45:35 +0000 Giles Collingwood 237cb3b
Ah this change got lost previously, needed to fix polygon support in json
Tue, 11 Dec 2012 14:06:13 +0000 Giles Collingwood 5dbe553
Changed all existing implementations of addTileLayer to be case insensitive for the {X},{Y} and {Z} placeholders. Also provided implementations of addTileLayer for ms7 & nokia
Tue, 11 Dec 2012 08:21:47 +0000 vicchi 3c4aac4
Add example files for all supported providers (except GeoCommons, Yahoo! and Yandex)
Tue, 11 Dec 2012 06:26:34 +0000 vicchi cc4502e
Fix jslint errors in Microsoft v6 and Open MQ
Tue, 11 Dec 2012 06:22:21 +0000 vicchi 1d7b8bf
Include load event check in core tests for Microsoft v6 and Open MQ
Tue, 11 Dec 2012 06:21:50 +0000 vicchi e6626fb
Manually implement MXN load event for Microsoft v6
Tue, 11 Dec 2012 06:21:29 +0000 vicchi 1e0e4da
Manually (and fully) implement MXN load event for CloudMade
Tue, 11 Dec 2012 06:21:07 +0000 vicchi be1a245
Manually implement MXN load event for Open MQ
Mon, 10 Dec 2012 17:29:24 +0000 vicchi 06588be
Add provider specific base map examples to test for parity and consistency across supported map providers.
Mon, 10 Dec 2012 16:18:05 +0000 vicchi 19062b4
Fix jslint errors in OS OpenSpace and Yahoo! implementations
Mon, 10 Dec 2012 16:12:25 +0000 vicchi a3e14af
Throw exceptions in preference to displaying an alert() message to the user.
Mon, 10 Dec 2012 13:38:31 +0000 vicchi cf2ebfd
Sanitise map control handling. Calling addControls repeatedly will no longer add multiple duplicate controls (no, really). Calling addControls with no args now cleans up correctly.
Mon, 10 Dec 2012 06:55:28 +0000 vicchi 69205d3
Add UK specific support for OS OpenSpace to core tests.
Mon, 10 Dec 2012 06:55:06 +0000 vicchi f5c7104
Update OS OpenSpace support. Add support for all MXN events. Use built-in layers when managing markers and polylines. Ensure polylines support fill/opacity/width attributes. Check for closed polyline.
Fri, 7 Dec 2012 11:09:16 +0100 vicchi 86acd8f
Skip load event core test for MQ Open.
Fri, 7 Dec 2012 11:00:56 +0100 vicchi 956f314
Check that the provider specific map script is imported.
Fri, 7 Dec 2012 10:28:37 +0100 vicchi 1f8a040
Update ESRI provider example; note use of DoJo rather than jQuery (the two don't seem to play nicely together).
Fri, 7 Dec 2012 10:28:01 +0100 vicchi acf532a
Update core tests for ESRI v3.2
Fri, 7 Dec 2012 10:27:42 +0100 vicchi 25bf1b9
Update ESRI provider to v3.2. Implement load, changeZoom and endPan events. Fix bug in resizing map. Implement removing markers and polylines.
Thu, 6 Dec 2012 16:44:12 +0100 vicchi 3ffbe26
Remove the hardcoded map loaded event firing from the Microsoft v6 implementation as this is not natively supported.
Thu, 6 Dec 2012 16:42:54 +0100 vicchi 138464b
Allow core event checks to be skipped if the underlying provider doesn't natively support the event (Microsoft v6 I'm looking at you and your lack of a map loaded event here)
Wed, 5 Dec 2012 17:48:51 +0000 vicchi ee2a017
Implement 'load' event for Microsoft v7. Remove console.log debug messages.
Wed, 5 Dec 2012 16:57:17 +0000 vicchi 2a8922b
Implement 'load' and 'changeZoom' events for Leaflet
Wed, 5 Dec 2012 16:48:09 +0000 vicchi 13090bc
Implement 'load' event for Google v2
Wed, 5 Dec 2012 16:47:50 +0000 vicchi cc5c226
Make core tests 'info' and 'events' boxes auto-scroll.
Wed, 5 Dec 2012 16:18:07 +0000 vicchi b01e6cf
Stop JSLint excessively (IMHO) barfing on switch statement fall through.
Wed, 5 Dec 2012 16:11:37 +0000 vicchi fcd07c1
Make endPan event fire for Google v3 on native center_changed and dragend events.
Wed, 5 Dec 2012 14:01:00 +0000 vicchi 7113d89
Ensure all supported CloudMade map controls are added and removed. Make map load event fire correctly so that it can be trapped by MXN.
Wed, 5 Dec 2012 13:58:46 +0000 vicchi 210b72f
Fix syntax error bug in core tests.
Wed, 5 Dec 2012 10:51:05 +0000 vicchi f7d33dc
Changed CloudMade endPan event to fire on move end and not drag end. Added CloudMade support for map load event.
Wed, 5 Dec 2012 09:16:42 +0000 vicchi 2d1a341
Ensure the core tests load event is handled before a subsequent call to setCenterAndZoom so that the CloudMade load event fires correctly (it appears to trap the first call to setCenter after map load, not the actual loading itself).
Wed, 5 Dec 2012 08:40:17 +0000 vicchi d91f921
Enhance core tests. Add ESRI and OS OpenSpace support. Add checking of events firing. Add marker removal test. Add closed polyline opening and closing test.
Mon, 3 Dec 2012 09:51:51 +0300 vicchi cf43374
Manually merge Pull Request #163 from @ajturner: ESRI provider and example
Sun, 2 Dec 2012 13:11:52 +0300 vicchi e518e99
Define a single component-d for adding/removing components for Nokia maps
Thu, 29 Nov 2012 16:03:12 +0000 vicchi 7cca691
Remove labels of MS v7 satellite view and fix errors in MS v7 core polyline tests; manual merge of Pull Request #179 via @gilesc50
Thu, 29 Nov 2012 16:02:27 +0000 vicchi 198a153
Fix core polygon rendering; manual merge of Pull Request #179 via @gilesc50
Thu, 29 Nov 2012 15:45:03 +0000 vicchi feca344
Ensure an open InfoBubble is closed when the parent Marker is removed from the map.
Thu, 29 Nov 2012 15:35:19 +0000 vicchi 51bc346
Add updated Nokia example code
Thu, 29 Nov 2012 13:12:00 +0000 vicchi b069ed2
Add BoundingBox.prototype.toString(). Add support for capping the number of long/lat decimal places to BoundingBox.prototype.toString() and LatLonPoint.prototype.toString().
Thu, 29 Nov 2012 13:01:56 +0000 vicchi d78dfd8
Ensure that a Nokia map control component actually exists before trying to remove it to avoid 'null component' exceptions being thrown.
Tue, 27 Nov 2012 05:22:32 -0600 vicchi f32c6ed
Fix OpenSpace InfoBubble sizing and implement Marker.hide and Marker.show, via @gilesc50
Tue, 27 Nov 2012 05:21:21 -0600 vicchi 2753b0d
Fix Google v3 tile URL calculation, via @FollowMySpot in Issue #176
Mon, 26 Nov 2012 16:18:58 -0600 vicchi 34f94d9
Fix bug in BoundingBox.contains where the BB crosses the date line, via @FollowMySpot in Issue #174
Mon, 26 Nov 2012 16:12:47 -0600 vicchi af0ad38
Add BoundingBox.intersects function, via @FollowMySpot in Issue #175
Mon, 26 Nov 2012 15:29:36 -0600 vicchi de7b03d
Make OpenSpace support work. Almost. It's not perfect but the core tests run cleanly. Still a work in progress
Mon, 26 Nov 2012 06:25:54 -0600 vicchi db9a077
Make OpenSpace Easting/Northing to long/lat conversions work properly.
Thu, 22 Nov 2012 17:20:23 +0000 vicchi 13b1602
Add CloudMade example.
Thu, 22 Nov 2012 17:20:11 +0000 vicchi db23c49
Fixed 'undefined' bug in CloudMade setCenter() where the options argument is not supplied.
Thu, 22 Nov 2012 17:07:27 +0000 vicchi b6bb8f0
Obsolete support for the Yahoo! Maps API (switched off today, 22/11/12)
Wed, 21 Nov 2012 08:44:22 -0800 Gary Gale 35be414
Merge pull request #173 from Earthware/fixopenlayers
Wed, 21 Nov 2012 15:14:46 +0000 Giles Collingwood 630d41b
Openlayers no longer throws an error when using setmaptype, but it wont actually change type, as OSM road is the only layer it has implemented.
Wed, 21 Nov 2012 14:14:30 +0000 vicchi 146a206
Manually merge pull request #172 from @gilesc50. Re-implement the MQ Open openBubble and closeBubble handlers to work around the in-built click handler.
Wed, 21 Nov 2012 14:01:07 +0000 vicchi 8939b14
Migrate use of yuicompressor to nested args to stop ant complaining about the deprecated arg attribute.
Wed, 21 Nov 2012 08:04:11 +0000 vicchi 9eca263
Add MQ Open example
Wed, 21 Nov 2012 08:03:57 +0000 vicchi 2c6e762
Implement MQ Open openBubble() and closeBubble().
Wed, 21 Nov 2012 05:50:18 +0000 vicchi bba7004
Remove MQA.withModule('shapes', …) wrapper from addPolyline and removePolyline. The shapes module is preloaded when the map is created; no need for an additional anonymous function on the call frame.
Wed, 21 Nov 2012 05:43:55 +0000 vicchi b7341d6
Ensure that addPolyline returns the proprietary MQA.LineOverlay to the core invoker. Implement the missing removePolyline.
Tue, 20 Nov 2012 15:21:25 +0000 vicchi 2ab5350
Add initial (but hidden) OS OpenSpace support.
Tue, 20 Nov 2012 15:09:32 +0000 vicchi 9277cd7
Arrange core tests providers in alphabetical order so it at least looks like we're vaguely professional
Tue, 20 Nov 2012 15:02:45 +0000 vicchi e6f8826
Add Ovi example. Add Ovi as a provider in the core tests.
Tue, 20 Nov 2012 06:43:48 -0800 Gary Gale 6a28d9a
Merge pull request #170 from Earthware/fixcloudmadetests
Tue, 20 Nov 2012 11:49:25 +0000 vicchi e7e9a7e
Make core tests continue after a test fails.
Tue, 20 Nov 2012 10:45:51 +0000 vicchi 91c553e
Bring Leaflet example code into line with Google v3 example (which seems to have become the template for map provider examples)
Tue, 20 Nov 2012 10:38:22 +0000 vicchi 8df437a
Fix bug in Leaflet icon handling (from pull request #117) and fully implement Leaflet controls handling.
Tue, 20 Nov 2012 07:16:30 +0000 Giles Collingwood 59d0db7
managed to slim down both open and close infobubble to be much simpler. Had previously copied too much from he google v3 implementation.
Tue, 20 Nov 2012 07:15:06 +0000 Giles Collingwood 6c26b0d
Merge branch 'integration' of https://github.com/mapstraction/mxn into fixcloudmadetests
Tue, 20 Nov 2012 07:11:21 +0000 Giles Collingwood 4106df4
removed some of the code in open and close infobubble, which was adapted from gogoglev3, to leave a neater implementation of both.
Tue, 20 Nov 2012 05:37:27 +0000 vicchi f7d23e7
Manually merge in Microsoft 7 changes from pull request #168. Fix bug in applyOptions, getZoom, getBounds, setBounds and openBubble.
Tue, 20 Nov 2012 05:34:57 +0000 vicchi 925d220
Manually merge in CloudMade changes from pull request #169. Fix bug in openBubble. Implement closeBubble.
Mon, 19 Nov 2012 21:03:02 +0000 Giles Collingwood b2d2efe
provided a closeinfobubble so the tests now run
Mon, 19 Nov 2012 20:47:03 +0000 Giles Collingwood bf194d1
last zoom error fixed.
Mon, 19 Nov 2012 20:18:41 +0000 Giles Collingwood 3d5463a
fixed all issues with running tests/core.html?provider=microsoft7
Mon, 19 Nov 2012 18:18:15 +0000 Giles Collingwood d3ab4ec
now doesnt error
Mon, 19 Nov 2012 17:26:26 +0000 vicchi 519d0f8
Merge branch 'master' of https://github.com/stefann42/mxn into pull-153
Mon, 19 Nov 2012 17:10:07 +0000 vicchi d7f6a96
Manually merge in changes to Microsoft v7 example code from pull request #166
Mon, 19 Nov 2012 14:51:42 +0000 vicchi d1a1472
Merge branch 'microsoftv7improvement' of https://github.com/Earthware/mxn into pull-165
Mon, 19 Nov 2012 14:10:01 +0000 vicchi 1b779f3
Add openmq, microsoft7, ovi, cloudmade, geocommons and yandex support to tests/core.html
Mon, 19 Nov 2012 14:08:28 +0000 vicchi 5575981
Move tests/nokia.html to examples/nokia.html
Sun, 18 Nov 2012 09:33:00 +0000 Giles Collingwood 0437172
Added some better startup options for Microsoft v7, which remove the Bing Search and stop the bing Logo from being clickable.
Thu, 15 Nov 2012 14:40:54 +0000 vicchi 3a2c980
Merge branch 'feature-nokia-maps' of https://github.com/vicchi/mxn into pull-160
Thu, 15 Nov 2012 14:06:58 +0000 vicchi 1311880
Debugging console logging begone!
Thu, 15 Nov 2012 14:06:35 +0000 vicchi 147e244
Update core tests to include support for Nokia Maps
Thu, 15 Nov 2012 14:05:51 +0000 vicchi 25638ea
Ensure that SE and NW corners of a BoundingBox are recalculated when the BB is extended.
Thu, 15 Nov 2012 12:04:33 +0000 vicchi 993c4af
Add Nokia Maps test file.
Thu, 15 Nov 2012 12:04:16 +0000 vicchi 346fa32
Enhance adding map controls and add support for removing them.
Thu, 15 Nov 2012 11:19:43 +0000 vicchi 8a6958f
Use correctly namespaced Nokia map types and add support for the MXN Physical map type (Terrain in Nokia parlance)
Thu, 15 Nov 2012 10:47:24 +0000 vicchi 11b9688
Fixed bug in Nokia polygon/polyline line and fill colour handling.
Tue, 13 Nov 2012 16:09:08 +0000 vicchi 26a2341
Merge branch 'feature-wordpress-fix' of https://github.com/vicchi/mxn into pull-159
Tue, 13 Nov 2012 15:46:21 +0000 vicchi 89650e3
Merge branch 'master' of https://github.com/hacklabr/mxn into pull-115
Mon, 12 Nov 2012 13:51:37 +0000 vicchi ea9f0d3
Retrospectively (re)apply bounding box changes made to the Ovi implementation by @freyfogle which appear to have mysteriously gone astray. See https://github.com/mapstraction/mxn/commit/d58400049ae618051f73a206c9d068d1243b947a for context.
Mon, 12 Nov 2012 13:31:13 +0000 vicchi 3cda39b
Fixup mxn.Mapstraction constructor comments to include 'ova' and 'nokia' as API providers.
Mon, 12 Nov 2012 13:10:21 +0000 vicchi f330d5a
The Nokia Maps 'mapviewchangeupdate' event has now been obsoleted and replaced with 'mapviewchange'. All 3 center, mapsize and zoom events are now fired during the map load process, so trap all of these to spoof the (non-existent in Nokia Maps) map load event.
Mon, 12 Nov 2012 13:07:28 +0000 vicchi da82ba7
Add initial Nokia Maps API support; cloned from the Ovi Maps API support code.
Mon, 12 Nov 2012 12:50:30 +0000 vicchi bf714aa
Ignore additional URL encoded parameters when including mxn.js into a page.
Tue, 11 Sep 2012 11:09:00 +0200 Derek Fowler 762897a
Amending jsdoc comment on swap()
Sun, 8 Jul 2012 18:42:49 -0700 Stefan N. 17ddc11
Some geocode queries result in an empty results.resourceSets[0].resources array which would cause null dereferencing exception.
Sat, 7 Jul 2012 17:47:17 -0700 Stefan N. e745842
Fix typos in Marker.openBubble()
Sat, 7 Jul 2012 16:42:50 -0700 Stefan N. 600fa33
_address must not end in whitespace since Bing Maps Locations REST endpoint returns 404 for such queries
Fri, 29 Jun 2012 04:55:25 -0700 b_b 27e28d2
Merge pull request #151 from brunob/hotfixes
Fri, 29 Jun 2012 13:52:49 +0200 brunob 4d60269
use opnelayers 2.11 cause 2.12 break OpenLayers.Request.GET on diffrent domain (same origin policy)
Tue, 5 Jun 2012 14:28:44 -0700 b_b 7aaa7c7
Merge pull request #147 from brunob/hotfixes
Tue, 5 Jun 2012 23:21:30 +0200 brunob 99d0b9f
update googlev3 geocoder example since 6b0c0f8b8b7638632596f05f91c12de9f4447772 changes ; @mapsraction not sure if doc may be updated about this change
Tue, 5 Jun 2012 22:31:01 +0200 brunob c07b1f9
small fix for googlev3 example
Wed, 30 May 2012 00:50:10 +0100 Derek Fowler 4d0e7c6
Replacing undefined test
Tue, 29 May 2012 17:21:11 +0200 Derek Fowler 346b06a
Updating license with name and link to relevant OSI page.
Sat, 26 May 2012 06:06:02 -0700 b_b 2602eca
Merge pull request #142 from brunob/hotfixes
Sat, 26 May 2012 14:51:27 +0200 brunob 306c1ef
RIP multimap.com
Sat, 26 May 2012 14:50:31 +0200 brunob ac49c43
Merge branches 'master' and 'hotfixes' into hotfixes
Wed, 16 May 2012 03:39:14 -0700 b_b 8deef15
Merge pull request #139 from minitech/master
Sat, 12 May 2012 08:09:08 -0700 Ryan O'Hara e038e1b
Fixed bug with getCenter()
in Bing Maps API v7
Sat, 12 May 2012 05:18:24 -0700 b_b c9f14fc
Merge pull request #138 from minitech/master
Fri, 11 May 2012 22:46:33 -0700 Ryan O'Hara 7a229ad
Fixed color conversion bug in Microsoft v7 API
Sat, 5 May 2012 05:12:35 -0700 b_b 966a674
Merge pull request #137 from mar000/db2adf524622e863f6cd5b9b7176a2047f9edb3a
Fri, 4 May 2012 17:39:24 -0400 mar000 db2adf5
bug fix in mxn core: when marker's hover property was set to true, the hover icon was incorrectly set
Tue, 1 May 2012 04:36:16 -0700 b_b 6e6415f
Merge pull request #135 from mar000/master
Wed, 25 Apr 2012 16:11:21 -0400 mar000 9966ce7
Openlayers: marker icons were not set correctly after mouse events, fixed it.
Tue, 24 Apr 2012 09:12:45 -0700 b_b 2ca14f0
Merge pull request #123 from aotarola/features/googlev3/map-options
Fri, 6 Apr 2012 01:54:02 -0700 b_b 7aa51f6
Merge pull request #131 from brunob/hotfixes
Fri, 6 Apr 2012 10:52:16 +0200 brunob 06224f9
fix issue #128 for resizeTo() with leaflet
Thu, 5 Apr 2012 03:34:45 -0700 b_b 678547e
Merge pull request #127 from cdmwebs/patch-1
Thu, 5 Apr 2012 03:30:27 -0700 b_b df9b913
Merge pull request #118 from jcushman/patch-1
Wed, 4 Apr 2012 03:12:11 -0700 b_b 58cc9b0
Merge pull request #129 from andreszules/patch-1
Tue, 3 Apr 2012 16:14:12 -0300 Chris Moore f9b3a64
add links to providers to README
Fri, 30 Mar 2012 05:10:51 -0700 Ed Freyfogle 8e024cd
Merge pull request #119 from brunob/hotfixes
Fri, 30 Mar 2012 05:09:18 -0700 Ed Freyfogle 1312f05
Merge pull request #125 from eloupias/master
Fri, 23 Mar 2012 15:38:30 +0100 Etienne Loupias e5ceb9f
Implementation googlev3 Polyline show and hide
Thu, 22 Mar 2012 12:09:48 -0400 Andres Otarola Alvarado 3f00d72
Patch to allow the following options (using SetOptions from mxn) : disableDoubleClickZoom, enableScrollWheelZoom, enableDragging
Sat, 17 Mar 2012 17:03:46 -0500 andreszules 925ace9
FIX - setCenter()
Sat, 17 Mar 2012 12:38:05 +0100 brunob 0e8ed5b
avoid map is not defined error, strage that jslint didn't point that on build
Fri, 16 Mar 2012 17:11:41 -0300 jcushman 4c4fb52
Handle case where OpenLayers doesn't recognize geocoding address, and returns empty array with status 200 instead of error code.
Tue, 28 Feb 2012 13:56:23 -0300 Fabio Montefuscolo 06ac621
add the comparison operator 'in' in method applyFilter
- Created: 2012.03.10
- Tag name: 2.0.18
Sat, 10 Mar 2012 15:23:19 +0000 Derek Fowler 7fd5a04
Deleted build folder from master - no point having this duplicated. They already exist as a tag in master, folder in gh-pages and a zip file in Downloads.
Fri, 2 Mar 2012 17:47:00 -0500 Andrew Turner b8a1af9
Adding supported libraries to the Readme
Fri, 2 Mar 2012 17:41:39 -0500 Andrew Turner 4961e0e
Adding semicolon to geocommons provider the JSLint needs
Sat, 25 Feb 2012 23:32:21 -0500 Andrew Turner c40933f
Fixing GeoCommons support to updated API
Sat, 25 Feb 2012 21:55:46 -0500 Andrew Turner 0510d3f
Small cleanup to Readme to make it valid markdown. Prettier github page
Sat, 25 Feb 2012 21:44:10 -0500 Andrew Turner b363c1e
Moving tests/core.htm to standard tests/core.html
Sat, 25 Feb 2012 21:42:24 -0500 Andrew Turner 5e818f1
Added in links for clicking through different providers
Sat, 25 Feb 2012 21:31:35 -0500 Andrew Turner 8f23398
Pulling across tests to gh-pages for easy testing
Sat, 25 Feb 2012 23:50:47 +0000 Derek Fowler 8f25290
Further fixes for merged code - Added Microsoft to tests/core.htm - Fixed use of undefined Polyline properties - Removed unsupported Polyline property "lineStyle"
Sat, 25 Feb 2012 23:15:35 +0000 Derek Fowler ec656a9
Fixes for merges into master since commit 4243f7a4f773d5bd9b3031ce381a93c1e5e490f5 - mxn.cloudmade.core.js Removed reference to unsupported option "disableScrollWheelZoom" - mxn.googlev3.geocoder.js Fixed whitespace - mxn.leaflet.core.js Fixed whitespace - mxn.microsoft.core.js Fixed whitespace, restored legacy events, removed reference to unsupported "rightClick" and "mouseMove" events, restored Polyline functionality - mxn.microsoft7.core.js Whitespace and JSLint fixes, removed references to unsupported "rightClick" and "mouseMove" events, restored Polyline functionality - mxn.microsoft7.geocoder.js Fixed whitespace - mxn.openmq.core.js Fixing formatting and some JSLint issues - mxn.ovi.core.js Fixing formatting
Thu, 23 Feb 2012 15:09:42 -0800 Ed Freyfogle 2174749
Merge pull request #69 from cyberhobo/multi-provider-tests
Thu, 23 Feb 2012 14:27:34 -0800 Ed Freyfogle a4cc97f
Merge pull request #111 from freyfogle/master
Thu, 23 Feb 2012 22:24:29 +0000 Ed Freyfogle 206f19b
appyed two patches from Bruno Bergot (brunob)
Thu, 23 Feb 2012 13:44:08 -0800 Ed Freyfogle 5feab1c
Merge pull request #110 from freyfogle/master
Thu, 23 Feb 2012 21:37:58 +0000 Ed Freyfogle 490f859
rolling back to previous version. Bad file mistakenly merged in
Thu, 23 Feb 2012 07:11:13 -0800 Ed Freyfogle 00d3283
Merge pull request #93 from davydotcom/master
Tue, 21 Feb 2012 00:11:54 +0000 Ed Freyfogle 2d46e1f
emoved mapufacture, no longer exists
Mon, 20 Feb 2012 19:07:43 -0500 David Estes a27dede
corrected microsoft 6.3 functionality to not use events namespace
Mon, 20 Feb 2012 19:05:00 -0500 David Estes a82e5a7
removed corrections in core that were not standard across other platforms
Mon, 20 Feb 2012 18:52:52 -0500 David Estes 9c72ed5
Merge branch 'master' of https://github.com/mapstraction/mxn
Mon, 20 Feb 2012 18:45:39 -0500 David Estes 5b36bad
removed key
Mon, 20 Feb 2012 18:43:45 -0500 David Estes 0c1580c
removed key references
Mon, 20 Feb 2012 15:42:39 -0800 Ed Freyfogle 3365ac7
Merge pull request #96 from cyberhobo/googlev3-background-color
Mon, 20 Feb 2012 18:42:13 -0500 David Estes 79987ba
microsoft key instead of this.key
Mon, 20 Feb 2012 18:41:09 -0500 David Estes 3f772a2
removed reference to key and replaced with microsoft_key var requirement.
Mon, 20 Feb 2012 15:41:04 -0800 Ed Freyfogle c7275a6
Merge pull request #70 from cyberhobo/openlayers-bubbles
Mon, 20 Feb 2012 15:40:06 -0800 Ed Freyfogle 426bac2
Merge pull request #65 from duvander/master
Mon, 20 Feb 2012 15:38:29 -0800 Ed Freyfogle d6f1cba
Merge pull request #98 from brunob/openlayers_geocoder
Mon, 20 Feb 2012 15:32:29 -0800 Ed Freyfogle ec9b759
Merge pull request #82 from jdorn/patch-1
Mon, 20 Feb 2012 15:29:39 -0800 Ed Freyfogle 32a8294
Merge pull request #88 from cyberhobo/openlayers-apply-options
Mon, 20 Feb 2012 15:26:21 -0800 Ed Freyfogle 5c7495d
Merge pull request #104 from datenpate/master
Mon, 20 Feb 2012 15:25:08 -0800 Ed Freyfogle 2831f92
Merge pull request #101 from palewire/master
Mon, 20 Feb 2012 15:22:49 -0800 Ed Freyfogle 83658c0
Merge pull request #75 from cyberhobo/googlev3-overview
Mon, 20 Feb 2012 15:20:58 -0800 Ed Freyfogle dcbd796
Merge pull request #83 from jdorn/patch-2
Mon, 20 Feb 2012 15:19:09 -0800 Ed Freyfogle f7b66ac
Merge pull request #91 from brunob/googlev3_endpan
Mon, 20 Feb 2012 15:18:35 -0800 Ed Freyfogle 11e4881
Merge pull request #106 from freyfogle/patch-1
Mon, 20 Feb 2012 15:16:56 -0800 Ed Freyfogle 74ce3fc
Merge pull request #108 from brunob/patch-1
Mon, 20 Feb 2012 15:15:43 -0800 Ed Freyfogle 90c4d52
Merge pull request #103 from freyfogle/master
Mon, 20 Feb 2012 15:07:54 -0800 Ben Welsh 5775cbf
Merge pull request #3 from samiljan/master
Mon, 20 Feb 2012 16:16:30 +0100 Sam Persson b9c5193
Added some polyline options
Mon, 20 Feb 2012 14:13:57 +0100 Sam Persson bd2085b
Fixed enableScrollWheelZoom() for Leaflet
Wed, 15 Feb 2012 11:03:27 +0100 b_b c91e104
jslint fixes
Fri, 10 Feb 2012 15:00:37 -0800 palewire 448130b
Tried to get getMapType to work in a way that @ajturner would like to see for pull request #101
Fri, 10 Feb 2012 14:40:31 -0800 palewire ac7c30d
Added MapQuest as a default tile providers and filled in setMapType so that users can set both Roads and Sat layers using standard Mapstraction methods. Aiming to fulfill the requests for @ajturner and @freyfogle in pull request #101.
Fri, 10 Feb 2012 14:24:02 -0800 palewire dcd6340
Fixed enableScrollWheelZoom bit
Fri, 10 Feb 2012 14:16:53 -0800 Ben Welsh 8fe4adb
Merge pull request #2 from tgbyte/infobubble-events
Fri, 10 Feb 2012 22:39:57 +0100 Thilo-Alexander Ginkel 2ce3cd9
Leaflet info bubble event refinements
Fri, 10 Feb 2012 22:29:18 +0100 Thilo-Alexander Ginkel 86947d9
Leaflet popup / info bubble event support
Sat, 4 Feb 2012 09:20:39 -0800 Ben Welsh c03745b
Merge pull request #1 from tgbyte/master
Sat, 4 Feb 2012 01:30:50 +0100 Thilo-Alexander Ginkel 42f7257
Added support for Leaflet getZoomLevelForBoundingBox
Fri, 3 Feb 2012 02:44:03 +0100 Thilo-Alexander Ginkel 9e735a3
Added click event support for Leaflet
Mon, 23 Jan 2012 23:23:15 -0500 Andrew Turner 4243f7a
Added OpenLayers support for addTileLayer. It's not perfect. I think we need to look at the 'layer management' in Mapstraction that is common between the providers. There has been a lot changed in the last few years where there is a real plethora of basemaps and layers to choose from. So restricting to just ROAD, SATELLITE, et al is constrictive while at the same time hard-coding a single option limits flexibility when developers want a different default.
Wed, 18 Jan 2012 14:00:17 +0000 Ed Freyfogle f4fb8c2
updated list of companies/orgs - removed Swivel (no longer exists), added IDELab, and LATimes
Thu, 29 Dec 2011 18:01:26 +0100 Christian Schulze a0fd8d0
Added support for closed polylines (polygon) in googlev3
Fri, 23 Dec 2011 19:56:32 -0800 palewire 63d50f0
Another patch from @freyfogle
Mon, 19 Dec 2011 10:09:22 -0800 palewire a22445e
A moveend event in the init and a try/catch in getBounds recommended by @freyfogle
Wed, 7 Dec 2011 13:17:28 +0000 Ed Freyfogle a1f8d24
in applyOptions check if zoom.MouseWheel component exists before attempting to remove it to prevent undefined errors
Wed, 7 Dec 2011 11:58:25 +0000 Ed Freyfogle 7db1c6c
add support for disableScrollWheelZoom
Mon, 28 Nov 2011 07:38:17 -0800 palewire 1f5128a
Removed dangling comma in JS
Mon, 28 Nov 2011 07:26:37 -0800 palewire ccb2d79
Swapped in OSM for Gmaps in example, per @ajturner advice in issue #97
Mon, 28 Nov 2011 07:07:21 -0800 palewire 9e3859e
Added a check in the init that verifies Leaflet's JS library is present, using a style similar to other mxn plug-ins.
Mon, 28 Nov 2011 07:02:05 -0800 palewire 6067bea
Swapped in Leaflet hosted dist
Fri, 25 Nov 2011 19:46:33 +0100 brunob 2925ffb
jslint fix
Mon, 21 Nov 2011 09:43:47 -0800 palewire f6a320a
Added leaflet library and a basic example
Thu, 17 Nov 2011 15:06:09 -0500 Andrew Turner 7718979
Adding Readme and kicking to regen documentation
Thu, 17 Nov 2011 01:30:52 +0000 Derek Fowler ed2d814
Merge branch 'freyfogle-master'
Thu, 17 Nov 2011 01:29:07 +0000 Derek Fowler 96b6a7a
Removed new core methods - Amended formatting - Amended setBounds
Thu, 17 Nov 2011 00:52:36 +0000 Derek Fowler b0fbc43
Merge branch 'master' of git://github.com/freyfogle/mxn into freyfogle-master
Thu, 17 Nov 2011 00:33:31 +0000 Derek Fowler ec6ec30
Merge branch 'scrollzoom' of git://github.com/stuessgen/mxn into stuessgen-scrollzoom
Thu, 17 Nov 2011 00:20:33 +0000 Derek Fowler 4c4a8d3
Merge branch 'vicchi-master'
Thu, 17 Nov 2011 00:19:53 +0000 Derek Fowler 9bf7558
Merge branch 'master' of git://github.com/vicchi/mxn into vicchi-master
Thu, 17 Nov 2011 00:04:47 +0000 Derek Fowler 60c3736
Merge branch 'master' of github.com:mapstraction/mxn
Thu, 17 Nov 2011 00:02:53 +0000 Derek Fowler 5b3cb65
Additional refinements to autoCenterAndZoom type functions
Wed, 16 Nov 2011 22:48:02 +0000 Derek Fowler f8b5bf2
Merge branch 'autocenterandzoom_fix' of git://github.com/brunob/mxn into brunob-autocenterandzoom_fix
Wed, 16 Nov 2011 14:41:15 -0800 Derek Fowler 219c6ae
Merge pull request #68 from cyberhobo/openlayers-anchor-fix
Wed, 16 Nov 2011 22:31:41 +0000 Derek Fowler f3c6877
Amended some whitespace
Wed, 16 Nov 2011 21:56:44 +0000 Derek Fowler 21fab51
Merge branch 'master' of git://github.com/vsr/mxn into vsr-master
Wed, 16 Nov 2011 13:49:20 -0800 Derek Fowler e68208b
Merge pull request #73 from brunob/yandex_geocoder
Sun, 13 Nov 2011 21:08:48 +0100 brunob 4ae7347
add geocoder and reverse_geocoder implementation for openlayers using http://wiki.openstreetmap.org/wiki/Nominatim
Mon, 7 Nov 2011 10:05:28 -0500 Greg Woods 6b0c0f8
implemented geocode module for microsoft7 provider added api key to geocode constructor geocode function now accepts a string literal address in addition to address object and latlonpoint
Sun, 6 Nov 2011 08:18:48 -0800 Dylan Kuhn 4308e94
Added a way to control the map background color by styling the map element.
Fri, 4 Nov 2011 12:29:33 -0400 David Estes 26a38be
improved compatibility with Microsoft Maps 6.3
Fri, 4 Nov 2011 12:29:14 -0400 David Estes 73557c9
Added Microsoft Maps Version 7 to the providers list
Thu, 3 Nov 2011 17:29:03 +0000 Ed Freyfogle 5228872
small documentation tweak caused by copy paste error
Thu, 3 Nov 2011 03:10:40 -0700 Ed Freyfogle 405da57
Merge pull request #1 from gravitystorm/patch-1
Thu, 3 Nov 2011 09:48:43 +0000 Andy Allan 63c404e
Fix documentation snafu
Wed, 2 Nov 2011 21:16:27 +0000 Ed Freyfogle d584000
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.
Mon, 31 Oct 2011 14:59:41 +0100 brunob 0789f32
clarification
Mon, 31 Oct 2011 14:21:27 +0100 brunob daf9f8e
endPan event shloud be fired on dragend google native event not on center_change (cause this one is fired multiple times during pan)
Thu, 27 Oct 2011 22:10:23 -0400 Dylan Kuhn d082b48
Implemented openlayers applyOptions.
Thu, 27 Oct 2011 14:40:16 +0200 brunob bb15c44
use bounds.extend() in autoCenterAndZoom()
Thu, 29 Sep 2011 21:56:59 -0700 Adam 4b25fd3
Added basic Open MapQuest provider (openmq)
Wed, 28 Sep 2011 13:35:52 -0700 jdorn 52e68d0
Firing click event when a marker is clicked.
Wed, 28 Sep 2011 10:27:00 -0700 jdorn cb22f05
Implementing getZoomLevelForBoundingBox for OpenLayers. Was just returning an undefined variable and throwing javascript errors.
Tue, 27 Sep 2011 20:56:21 -0700 Adam e515269
Added basic Open MapQuest stub
Mon, 12 Sep 2011 23:09:53 +0200 Tobi Urff 6d2a962
Added option to enable/disable mousewheel zooming.
Wed, 31 Aug 2011 10:20:29 -0700 Dylan Kuhn 405dd27
Added the overview control to complete functionality of addControls().
Fri, 12 Aug 2011 14:19:58 +0200 brunob dbef54b
lat is on the Y axis and lon on the X
Fri, 29 Jul 2011 01:44:43 +0530 Vinay Raikar aad6812
Fix for multiple InfoWindows being created on openBubble for Google V3
Mon, 25 Jul 2011 19:48:38 -0700 Dylan Kuhn e18c620
Added openlayers info bubble methods.
Sat, 23 Jul 2011 12:05:13 -0700 Dylan Kuhn 165bc87
Added code to run core tests with different providers.
Fri, 22 Jul 2011 20:47:58 -0700 Dylan Kuhn 95a459c
Made icon anchor offsets are negative for openlayers.
Sun, 17 Jul 2011 17:07:26 +0100 vicchi d343cf4
Add Nokia/Ovi Map geocoding support
Wed, 13 Jul 2011 23:13:24 +0100 Derek Fowler 90ecff7
Adding docs for 2.0.17
Tue, 28 Jun 2011 18:20:25 +0200 vicchi a7a8dd9
Added support for the Ovi Maps API
Mon, 11 Apr 2011 00:19:55 +0100 Derek Fowler 991467c
Initial project pages commit
- Created: 2011.07.13
- Tag name: 2.0.17
Wed, 13 Jul 2011 23:06:47 +0100 Derek Fowler 1a937d1
Amended license.js to include build version number
Wed, 13 Jul 2011 22:44:14 +0100 Derek Fowler ef60df5
Merge branch 'geocoder_reverse' of git://github.com/brunob/mxn into brunob-geocoder_reverse
Wed, 13 Jul 2011 14:38:12 -0700 Derek Fowler eb4c83f
Merge pull request #63 from cyberhobo/jsdoc-dimension-fixes
Wed, 13 Jul 2011 22:33:55 +0100 vicchi 7f3ee04
Added support for the Ovi Maps API
Sat, 28 May 2011 07:37:24 -0700 Dylan Kuhn 187e92f
Fixed jsdoc for marker methods that take dimension array arguments.
Thu, 14 Apr 2011 22:18:02 +0200 brunob 5f066c4
add reverse geocoding to googlev3 and goole : just call geocode(LatLonPoint) instead of geocode(adress) + a fix on return_location.country on google geocoder
- Created: 2011.04.10
- Tag name: 2.0.16
Sun, 10 Apr 2011 22:52:02 +0100 Derek Fowler 6336cf9
Amends to commits being merged.
Mon, 11 Apr 2011 05:41:04 +0800 chrisdew 517c7c6
fixed opacity and width for Google V3 - Issues #57 and #58.
Mon, 11 Apr 2011 05:36:24 +0800 Dylan Kuhn d73ceae
Overwrite properties when merging objects.
Mon, 11 Apr 2011 05:33:28 +0800 hayley 2810969
mxn.Mapstraction.PHYSICAL was missing from the documentation
Sun, 10 Apr 2011 22:23:49 +0100 Derek Fowler f660883
Amended Bruno's change: - Use street_address if present - Cater for route appearing before street_number - Cater for street_number being missing
Sun, 10 Apr 2011 22:05:11 +0100 Derek Fowler 2b95892
Merge branch 'googlev3_geocoder' of git://github.com/brunob/mxn into brunob-googlev3_geocoder
Sun, 10 Apr 2011 21:55:16 +0100 Derek Fowler 058be85
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
Sun, 10 Apr 2011 19:55:31 +0100 Derek Fowler 990531c
Merge branch 'ff4_fix' of git://github.com/brunob/mxn into brunob-ff4_fix
Sun, 10 Apr 2011 19:22:42 +0100 Derek Fowler 70785dd
Merge branch 'openlayers-getbounds-fix' of git://github.com/cyberhobo/mxn into cyberhobo-openlayers-getbounds-fix
Wed, 23 Mar 2011 12:49:24 +0100 brunob c39e241
firefox 4 throw an error "can't convert undefined to object" when using geocoder cause args is undefined
Wed, 9 Feb 2011 15:51:14 +0100 brunob f333ee3
refine geocoder return : add postal_code and street number
Sun, 23 Jan 2011 16:34:36 +0000 Derek Fowler 1f9441b
Amended Google v3 zoomChanged fix rom cyberhobo - Changed Google v3 endPan to use center_changed instead of dragend event
Sun, 23 Jan 2011 15:37:10 +0000 Derek Fowler ecdcfa8
Merge branch 'googlev3-zoom-change' of git://github.com/cyberhobo/mxn into cyberhobo-googlev3-zoom-change
Sun, 9 Jan 2011 12:14:54 -0700 Dylan Kuhn 984bc6b
Fixed openlayers getBounds() to use degrees instead of meters.
Wed, 17 Nov 2010 14:49:01 -0800 Dylan Kuhn f4640c1
Fixed zoomChanged to fire when getBounds() will work.
- Created: 2010.12.22
- Tag name: 2.0.15
Wed, 22 Dec 2010 00:44:12 +0000 Derek Fowler c1c22bc
Merge branch 'googlev3_closebubble' of git://github.com/brunob/mxn
Wed, 22 Dec 2010 00:39:27 +0000 Derek Fowler c4b947e
Making it pass lint and formatting changes.
Wed, 22 Dec 2010 00:03:48 +0000 Derek Fowler 0a546d4
Merge branch 'yandex' of git://github.com/kryzhovnik/mxn into kryzhovnik-yandex
Tue, 21 Dec 2010 22:30:46 +0000 Derek Fowler fb78ea9
Added map_type parameter to addTileLayer method in core template file.
Tue, 21 Dec 2010 22:25:38 +0000 Derek Fowler ef7a126
Merge branch 'openlayers_addtilelayer' of git://github.com/brunob/mxn into brunob-openlayers_addtilelayer
Tue, 21 Dec 2010 22:20:52 +0000 Derek Fowler 1cc0522
Merge branch 'openlayers_addoverlay' of git://github.com/brunob/mxn into brunob-openlayers_addoverlay
Tue, 21 Dec 2010 21:56:23 +0000 Derek Fowler f6b6c5e
Formatting
Tue, 21 Dec 2010 21:51:01 +0000 Derek Fowler fda5dca
Merge branch 'openlayers_addimageoverlay' of git://github.com/brunob/mxn into brunob-openlayers_addimageoverlay
Tue, 21 Dec 2010 21:43:23 +0000 Derek Fowler 70d0890
Amending some looping code and missing semicolon
Tue, 21 Dec 2010 21:27:51 +0000 Derek Fowler 18adbca
Merge branch 'googlev3_tilelayer' of git://github.com/brunob/mxn into brunob-googlev3_tilelayer
Mon, 29 Nov 2010 19:01:16 +0300 Andrey Samsonov f6b8941
Yandex provider and geocoder added. Simple test page for yandex provider added.
Thu, 25 Nov 2010 20:09:06 +0100 brunob bf1e380
don't throw an error when calling closeBubble() on a marker without bubble opened
Mon, 8 Nov 2010 19:41:00 +0100 brunob 7cff4ef
addTileLayer() for openlayers (lack of min/max zoom support)
Sun, 7 Nov 2010 21:09:05 +0100 brunob 2be2b1d
addOverlay() for openlayers (have to change map default projection to get it work...)
Sat, 6 Nov 2010 18:57:43 +0100 brunob e7fd035
addImageOverlay() for openlayers
Sat, 6 Nov 2010 18:32:23 +0100 brunob b7b8ae8
add/toggle tile layer for googlev3 + googlev3 example update
- Created: 2010.11.19
- Tag name: 2.0.14
Fri, 19 Nov 2010 00:51:44 +0000 Derek Fowler 8968906
Moved the layers property from core Mapstraction to OpenLayers as that is the only place it's used.
Fri, 19 Nov 2010 07:51:41 +0800 bb deab174
load event for openlayers
Fri, 19 Nov 2010 07:51:32 +0800 bb 903224f
openlayers map's events : click, changeZoom and endPan
- Created: 2010.10.24
- Tag name: 2.0.12
Sun, 24 Oct 2010 21:43:06 +0100 Derek Fowler bd1a945
From plopesc: Fixed fail in addOverlay method in microsoft provider
Sun, 24 Oct 2010 21:38:47 +0100 Derek Fowler ac73f84
addImageOverlay implementation for google v3 and merged in addImageOverlay example code from brunob
Mon, 25 Oct 2010 04:00:08 +0800 bb 18ff947
map.mousePosition() for googlev3
Sun, 24 Oct 2010 20:31:33 +0100 Derek Fowler 88c00ce
Merging in Marker.update() for googlev3
Mon, 25 Oct 2010 03:06:42 +0800 brunob bf83c82
Marker.update() for googlev3
Sun, 24 Oct 2010 19:50:34 +0100 Derek Fowler d3a7317
Amending getBounds change to throw on a null
Sun, 24 Oct 2010 03:03:38 +0800 Dylan Kuhn bb7b75d
Made the load event fire only once.
Sun, 24 Oct 2010 03:03:25 +0800 Dylan Kuhn 45b68d6
Load event and getBounds fixes.
Sun, 24 Oct 2010 03:02:52 +0800 Dylan Kuhn 665ea34
Fix for the GeoXml load event.
Sat, 23 Oct 2010 17:30:19 +0100 Derek Fowler 264f0fe
Refining some of brunob's changes
Sat, 23 Oct 2010 22:56:29 +0800 bb 8183c4f
init() function of geocoders don't need these arguments, we can get them using this.api, this.callback and this.error_callback
Sat, 23 Oct 2010 22:55:44 +0800 bb 70b92e0
don't need this
Sat, 23 Oct 2010 22:55:24 +0800 bb a20d728
add googlev3 geocoder script + update googlev3 exemple
Sat, 23 Oct 2010 22:51:57 +0800 bb 0241c3b
allow to use a personnal icon for markers in addJSON (if not defined fallback to current api default icon)
Fri, 22 Oct 2010 23:27:50 +0100 Derek Fowler c7ce4f7
Refining defaulting of value
Sat, 23 Oct 2010 06:20:26 +0800 bb e918c71
setHoverIcon() for openlayers
Sat, 23 Oct 2010 06:20:26 +0800 bb c4ddd56
setDraggable() for microsoft
Fri, 22 Oct 2010 22:38:49 +0100 Derek Fowler 3333794
Broke the build - dang, rookie error
Fri, 22 Oct 2010 21:31:33 +0100 Derek Fowler b0e780b
Fixing formatting and whitespace
Tue, 28 Sep 2010 17:26:10 +0100 Ed Freyfogle 8dda6e6
added optional ability to specify cloudmade_styleId
Tue, 7 Sep 2010 01:19:57 +0100 Derek Fowler 9ed6388
Merge branch 'master' of github.com:mapstraction/mxn
Tue, 7 Sep 2010 01:19:01 +0100 Derek Fowler f707a26
Merged from smitchell/mxn: Added implementation for handling Image Offset
Tue, 7 Sep 2010 01:16:49 +0100 Derek Fowler e8b2975
Marged from smitchell/mxn: Added implementation for handling Image Offset
Sat, 4 Sep 2010 23:56:45 +0100 Derek Fowler 5f0bc04
Merging in microsoft marker click
Sat, 4 Sep 2010 19:07:10 +0100 Derek Fowler e493725
Merge branch 'integration' of github.com:mapstraction/mxn
Sun, 5 Sep 2010 02:06:36 +0800 Steve Mitchell e03ad4a
Added call to mapstraction_marker.click.fire()
Sat, 4 Sep 2010 18:46:10 +0100 Derek Fowler dca18bd
Amending microsoft custom icon implementation
Sat, 4 Sep 2010 18:22:46 +0100 Derek Fowler eebe92c
Merge branch 'integration' of github.com:mapstraction/mxn
Sun, 5 Sep 2010 01:19:24 +0800 Steven Mitchell 88215b2
Fix for Microsoft custom markers
- Created: 2010.08.17
- Tag name: 2.0.11
Tue, 17 Aug 2010 23:38:36 +0100 Derek Fowler 05327e4
Refined geocoder implementation
Tue, 17 Aug 2010 22:34:09 +0100 Derek Fowler 1d25e4e
Renaming files to "geocoder"
Tue, 17 Aug 2010 22:28:10 +0100 Pablo Lopez 2c9e2eb
New implementation of cartociudad.geocode.js
Tue, 17 Aug 2010 22:28:10 +0100 Pablo Lopez 4be6488
Bug fixed -->'google' changed to 'cartociudad'
Tue, 17 Aug 2010 22:28:10 +0100 Pablo Lopez e06d344
Implementation of the geocoding module into mapstraction library
- Created: 2010.08.17
- Tag name: 2.0.10
Tue, 17 Aug 2010 22:04:05 +0100 Derek Fowler 0bd4793
Fixing issue with jsmin regex in build.xml - googlev3 was being missed
Tue, 17 Aug 2010 21:54:38 +0100 Derek Fowler a6ef95e
Fixing some variable scoping in event handlers
Tue, 17 Aug 2010 21:39:47 +0100 Derek Fowler 370431e
Amending some open/close info bubble implementations
Wed, 18 Aug 2010 02:52:21 +0800 Steve d716a59
Fix for Microsoft infobubbles
Tue, 10 Aug 2010 04:35:17 +0800 Dylan Kuhn bf2affb
Fixed the hide and show methods for openlayers.
Tue, 10 Aug 2010 04:28:52 +0800 Adam DuVander ae870a4
Added addOverlay support for KML/GeoRSS to Google Maps V3
Tue, 10 Aug 2010 04:28:51 +0800 Adam DuVander a29cd3b
Added openBubble and closeBubble code to Google Maps V3. Also made events fire. Left TODO: fire closeInfoBubble when user clicks infowindow shut.
Tue, 10 Aug 2010 04:28:51 +0800 Adam DuVander bc7ec47
Added removePolyline code
Tue, 10 Aug 2010 04:28:48 +0800 Adam DuVander afc2d6b
Added click function handler
Tue, 3 Aug 2010 23:13:26 +0100 Derek Fowler 788f6ef
Adding zip step to build process Fixing googlev3 linting
Thu, 22 Jul 2010 15:20:07 -0400 Andrew Turner 253e2e0
Updating README
Thu, 3 Jun 2010 04:11:12 +0800 Vito Tafuni 136981b
working on polyline... addPolyline works
Mon, 31 May 2010 23:21:37 -0400 Andrew Turner 123db8e
Merging mxn.core.js
Mon, 31 May 2010 23:19:51 -0400 Andrew Turner 39ea4ea
Adding README pointing to Google Code repository
Mon, 31 May 2010 23:19:18 -0400 Andrew Turner 9743beb
Adding GeoCommons documentation
Mon, 31 May 2010 23:18:59 -0400 Andrew Turner 68ed8b3
Use the GeoCommons addOverlay method
Mon, 31 May 2010 23:16:03 -0400 Andrew Turner aa6213e
GeoCommons provider working with deferred calls
Mon, 31 May 2010 23:12:53 -0400 Andrew Turner b64c1a3
Working on updating GeoCommons provider
Mon, 31 May 2010 23:07:17 -0400 Andrew Turner 5c647e4
Resolving merge conflicts with the Github branch
Mon, 31 May 2010 23:06:54 -0400 Andrew Turner 62a078d
Fixed OpenLayers controls to work with Small/Large zoom and pan. Extended Google tile support for Map type or just base tiles option
Mon, 31 May 2010 23:02:22 -0400 Andrew Turner e619a46
Fixed controls
Mon, 31 May 2010 23:01:32 -0400 Andrew Turner 223c8c2
First pass at GeoCommons wrapper
Tue, 25 May 2010 21:27:55 -0400 Andrew Turner 2e4312c
Adding README pointing to Google Code repository
Tue, 25 May 2010 21:26:33 -0400 Andrew Turner 78bf061
Merged semicolon differences
Sun, 23 May 2010 22:32:37 +0000 dezfowler 1179e00
Syntax error.
Sun, 23 May 2010 21:57:38 +0000 dezfowler 1a7aaa0
Initial bits of Google Earth support.
Fri, 21 May 2010 18:57:43 +0000 dezfowler d90a6a8
Making the geocoder pass JSLint
Fri, 21 May 2010 18:50:51 +0000 dezfowler 3899b63
Removing removeAllMarkers method from provider template file.
Fri, 21 May 2010 18:49:50 +0000 dezfowler d8d5e23
Removing empty removeAllMarkers provider methods as they aren't needed.
Wed, 19 May 2010 23:34:32 +0000 dezfowler 4ddf361
Multimap implementation passing Lint and test page.
Wed, 19 May 2010 23:33:35 +0000 dezfowler 7bca897
These files all now passing JSLint.
Tue, 18 May 2010 08:43:07 +0000 freyfogle 5dd37df
applying patch from Lev Tsypin to allow physical/terrain type for google and googlev3
Sun, 2 May 2010 01:49:36 +0000 freyfogle 6e7687b
patch from Lev Tsypin to add map type
Wed, 24 Mar 2010 18:33:58 +0000 freyfogle 889f02d
Adding patch from David Whitchurch-Bennett [email protected]
Thu, 11 Mar 2010 18:56:51 +0000 freyfogle f64e20f
turn off scrollwheel on by default, can then be activated vi applyOptions enableScrollWheelZoom
Thu, 11 Feb 2010 00:35:50 +0000 duvander d7f6d3c
Updated events code in Google V3 and CloudMade
Wed, 27 Jan 2010 23:59:51 +0000 dezfowler b42ce46
Minor amend to Color class.
Wed, 27 Jan 2010 23:59:15 +0000 dezfowler f13a3ca
A fromGoogle() call slipped though here from v1 - changed to fromProprietary().
Wed, 27 Jan 2010 23:57:47 +0000 dezfowler a42372c
Added comments to dynamically added proxy methods and amended some existing comments.
Thu, 14 Jan 2010 21:41:14 +0000 dezfowler 215f8b7
Fixes issue 29. - Fixed overrideApi issue where the api ID first argument isn't removed before the call is passed on to the provider implementation - Added fromProprietary call to OpenLayers getCenter - Fixed Cloudmade getCenter implementation
Tue, 15 Dec 2009 01:04:05 +0000 dezfowler 97417be
Brought file formatting back in line (tabs rather than spaces for indentation and Windows format line endings) - Also made some general readability changes - Removed "return" statements from deferred function calls as a deferrable function can never return a value - Added documentation comments to properties of Mapstraction class - Fixed a couple of linting issues - Fixed tests/index.htm
Sun, 13 Dec 2009 19:10:14 +0000 ajturner 2481abf
Fixing Lint warnings with missing semicolons and array initializations
Sun, 13 Dec 2009 19:10:10 +0000 ajturner aad0750
Removing Geocommons from the Test page for now
Sun, 13 Dec 2009 19:10:07 +0000 ajturner 741fdc3
Adding GeoCommons documentation
Sun, 13 Dec 2009 19:10:04 +0000 ajturner da7826b
Use the GeoCommons addOverlay method
Sun, 13 Dec 2009 19:10:00 +0000 ajturner b9cb635
GeoCommons provider working with deferred calls
Sun, 13 Dec 2009 19:09:56 +0000 ajturner e806875
Working on updating GeoCommons provider
Sun, 13 Dec 2009 19:09:52 +0000 ajturner c3afc62
Added back in the Radius helper class
Sun, 13 Dec 2009 19:09:49 +0000 ajturner b9ae4aa
Default tile layers to standard overlays, not map types
Sun, 13 Dec 2009 19:09:44 +0000 ajturner 6104a6c
Fixed OpenLayers controls to work with Small/Large zoom and pan. Extended Google tile support for Map type or just base tiles option
Sun, 13 Dec 2009 13:55:25 -0500 Andrew Turner 3f58d9a
Merge branch 'master' of [email protected]:mapstraction/mxn
Sun, 13 Dec 2009 13:55:08 -0500 Andrew Turner 5096336
Removing Geocommons from the Test page for now
Sun, 13 Dec 2009 12:36:57 -0500 Andrew Turner 67fe814
Adding GeoCommons documentation
Thu, 3 Dec 2009 17:52:05 -0500 Andrew Turner fcbda8e
Use the GeoCommons addOverlay method
Thu, 3 Dec 2009 11:48:32 -0500 Andrew Turner 43186be
Removing left over merge conflicts
Thu, 3 Dec 2009 10:43:25 -0500 Andrew Turner b4669e5
Resolving merges
Thu, 3 Dec 2009 10:42:13 -0500 Andrew Turner 0ed5e15
GeoCommons provider working with deferred calls
Thu, 3 Dec 2009 09:25:06 -0500 Andrew Turner 3da5d3f
Working on updating GeoCommons provider
Thu, 3 Dec 2009 09:24:38 -0500 Andrew Turner 50e3280
Added back in the Radius helper class
Thu, 3 Dec 2009 09:24:16 -0500 Andrew Turner 91411e5
Default tile layers to standard overlays, not map types
Thu, 3 Dec 2009 09:23:54 -0500 Andrew Turner 3740a3d
Fixed OpenLayers controls to work with Small/Large zoom and pan. Extended Google tile support for Map type or just base tiles option
Thu, 3 Dec 2009 00:39:48 +0000 dezfowler 6988f44
Fixing JSLint and removing some code duplication.
Tue, 17 Nov 2009 03:29:39 +0000 duvander 3d1c50e
V1 geocoder with minor changes to work with V2--structural changes still needed
Sat, 14 Nov 2009 19:36:18 +0000 robert.moran 74d5094
Added radius searching example
Sat, 14 Nov 2009 19:32:58 +0000 robert.moran 3055423
27 status:fixed Moved script laoding to top of mxn script and changed it to use document.write. Tested on chrome, firefox and IE
Fri, 6 Nov 2009 17:38:24 +0000 freyfogle fb9b2b2
avoid duplicate code
Fri, 6 Nov 2009 15:21:27 +0000 freyfogle 1d3b6ea
Marker should pass in google MarkerImage objects rather than just image URLs if possible
Wed, 4 Nov 2009 16:34:55 +0000 freyfogle 059d641
applied patch from John McKerrell
Fri, 9 Oct 2009 14:48:43 +0000 freyfogle 6b0bb7e
silly error in hovering
Fri, 9 Oct 2009 14:04:05 +0000 freyfogle 07bdc4b
minor tweaking around markers
Thu, 8 Oct 2009 18:19:37 +0000 freyfogle a9f25ad
minor simplification and explicitly define var
Thu, 8 Oct 2009 18:07:13 +0000 duvander 2d5d17b
Oops--removing debugging from standard Google
Thu, 8 Oct 2009 18:03:12 +0000 duvander 3f786ce
Marker and map click events added
Thu, 8 Oct 2009 17:48:23 +0000 freyfogle d9706bc
hoverIcon working for Markers
Thu, 8 Oct 2009 14:56:15 +0000 freyfogle 9a58723
new param pased to addTileLayer as result of ajturners recent changes
Thu, 8 Oct 2009 13:09:49 +0000 freyfogle b591dd7
Expanded example for googlev3 - getZoomLevelForBoundingBox working - jslint passing (final comma is death to MSIE sigh)
Wed, 7 Oct 2009 23:51:49 +0000 duvander c60c7eb
Major googlev3 progress. Still to do: polylines, image/tile overlays, and marker sizing
Sun, 4 Oct 2009 09:16:15 +0000 freyfogle 3a31c72
jslint passing and copy openlayers file during build
Sat, 3 Oct 2009 18:14:41 +0000 ajturner a1d1db5
Added back in Radius helper
Sat, 3 Oct 2009 14:14:31 -0400 Andrew Turner a9eac92
Merge branch 'master' of [email protected]:mapstraction/mxn
Sat, 3 Oct 2009 14:14:16 -0400 Andrew Turner 1f03cb6
Added back in Radius helper
Sat, 3 Oct 2009 18:12:59 +0000 ajturner 2ea5daf
Default tile layers to standard overlays, not map types
Sat, 3 Oct 2009 14:11:56 -0400 Andrew Turner f4df7bc
Added back in the Radius helper class
Sat, 3 Oct 2009 13:48:50 -0400 Andrew Turner b505e40
Default tile layers to standard overlays, not map types
Sat, 3 Oct 2009 13:48:16 -0400 Andrew Turner 2809100
Default tile layers to standard overlays, not map types
Sat, 3 Oct 2009 16:29:58 +0000 ajturner 1047a22
Resolving merge conflicts with the Github branch
Sat, 3 Oct 2009 16:29:54 +0000 ajturner e6b270b
Resolving merge conflicts with the Github branch
Sat, 3 Oct 2009 16:29:49 +0000 ajturner 007fb35
Fixed OpenLayers controls to work with Small/Large zoom and pan. Extended Google tile support for Map type or just base tiles option
Sat, 3 Oct 2009 12:29:30 -0400 Andrew Turner 52f75db
Resolving merge conflicts with the Github branch
Sat, 3 Oct 2009 12:27:46 -0400 Andrew Turner 0d4bd3b
Resolving merge conflicts with the Github branch
Sat, 3 Oct 2009 12:26:11 -0400 Andrew Turner 67404e4
Fixed OpenLayers controls to work with Small/Large zoom and pan. Extended Google tile support for Map type or just base tiles option
Sat, 3 Oct 2009 15:39:48 +0000 ajturner 4ae04d3
Added OpenLayers provider support
Sat, 3 Oct 2009 11:39:36 -0400 Andrew Turner 80fba19
Added OpenLayers provider support
Thu, 24 Sep 2009 18:52:25 +0000 freyfogle 3fdf9d7
setZoom working
Thu, 24 Sep 2009 18:47:43 +0000 freyfogle 008826b
patch from jokie36688 Tom
Mon, 21 Sep 2009 07:21:06 +0000 freyfogle 46a53f4
removed deprecated method draggable, all controls off when first creating the map, bit of work on adding controls, though still doesnt seem to be working correctly
Sun, 20 Sep 2009 15:03:05 +0000 freyfogle f4ff600
mxn.(provider).core.js passes jslint, and removed deprecated method draggable
Sun, 20 Sep 2009 14:01:02 +0000 freyfogle a8fd6a4
more work on googlev3
Sun, 20 Sep 2009 13:30:15 +0000 freyfogle e46d4af
cloudmade passing jslint
Sun, 20 Sep 2009 13:26:44 +0000 freyfogle 1c5514f
jslint now passing for google and googlev3
Sun, 20 Sep 2009 13:13:41 +0000 freyfogle 4435083
forgot to add googlev3 to build file
Sun, 20 Sep 2009 13:07:56 +0000 freyfogle de6f853
- simple example page showing how to create a google map via mxn. 2. first attempt at googlev3. Many bits still not working but basic map rendering seems to be working. Also googlev3 example page
Sun, 20 Sep 2009 11:50:06 +0000 freyfogle 632309b
changes to the add*Control code to try to avoid duplication. Also addLargeControls no longer adds the scale control, should be done by calling addControls({scale:true})
Mon, 14 Sep 2009 17:49:22 +0000 freyfogle 708ba5f
do replacement in tileLayer url globally rather than just first occurance
Thu, 3 Sep 2009 12:06:14 +0000 freyfogle cf4041f
A bit more verbose documentation - Allow for the parameter 'none' to be passed in to turn off autoloading of other libraries. It is then the application developer's responsibility to ensure the relevant libraries are loaded. Useful as a workaround for the problems of certain browsers (Safari, I'm looking at you) that proceed with execution before dependent libraries are loaded leading to an error.
Thu, 27 Aug 2009 17:43:39 +0000 freyfogle 2014667
mxn.core.js - removed creation of pinID in addMarker, I believe it's only used by microsoft.
Mon, 24 Aug 2009 02:48:12 +0000 ajturner a12f7f9
Changed build.xml to use correct directory slashes
Mon, 24 Aug 2009 02:47:07 +0000 ajturner ef5a6df
Added super-simple cloudmade provider
Mon, 24 Aug 2009 02:47:00 +0000 ajturner 03be0a6
Changing the host to geocommons.com
Mon, 24 Aug 2009 02:46:53 +0000 ajturner de0bac9
Fixed controls
Mon, 24 Aug 2009 02:46:44 +0000 ajturner d12122e
First pass at GeoCommons wrapper
Mon, 17 Aug 2009 00:18:10 +0000 dezfowler bbcab81
Got mxn.js and mxn.core.js linting. Added an ant build process (lint, doc, min, license).
Sat, 6 Jun 2009 22:53:35 +0000 dezfowler 036be4d
Update issue 19 Status: Done Reviewed and committed.
Fri, 5 Jun 2009 06:12:01 +0000 duvander c0ecc1d
Removed the removeAllMarkers function, as per dezfowler msg
Tue, 2 Jun 2009 11:10:54 +0000 robert.moran 881facc
Updated script loading function to use dom script addition and changed test page to use window.onload()
Mon, 1 Jun 2009 22:33:00 +0000 dezfowler dd94a1a
Fixed auto-load of mxn scripts in Chrome, for some reason it wasn't taking script tags added with an appendChild into account before firing the DOMContentLoaded event.
Mon, 1 Jun 2009 00:34:50 +0000 dezfowler 6003d3d
Refactored mxn.js so everything isn't defined inside body of mxn. This allows prototype to be used for constructor functions. Also moved auto load logic outside the main mxn definition function. * Added Color utility class for converting to and from '#000000' format and RGB integer values. * Fixed a Yahoo bug to do with pan control. * Styled test page up a bit better.
Mon, 1 Jun 2009 00:34:27 +0000 duvander f7c8666
Implemented most Cloudmade functions. Still requires image, tile and KML/GeoRSS overlays
Sun, 31 May 2009 18:13:23 +0000 robert.moran 7806cf7
Added functionality to automatically load scripts needed. Allowed mapstraction default constructor to have provider omitted (will use first loaded provider). Minor change to yahoo implementation - syntax/spelling error.
Sun, 31 May 2009 15:06:21 +0000 k8chapman 71ff609
merged changes adding line color class and completion of setMapType method
Sun, 31 May 2009 15:01:34 +0000 k8chapman 29ef6fc
merged changes adding line color class and completion of setMapType method
Fri, 29 May 2009 17:08:20 +0000 duvander 428c393
Including ajturner Cloudmade template from github
Thu, 28 May 2009 11:07:53 +0000 k8chapman 85924f5
Fixed overflow problem with Virtual Earth styles switching from float to relative
Thu, 28 May 2009 04:53:20 +0000 k8chapman b75256b
First pass at Microsoft Virtual Earth functionality
Tue, 26 May 2009 00:20:12 +0000 dezfowler f86b653
Altered Invoker.go() to accept an options hash as the third argument. Property of this is fallback which, if set to a function, will be called in the event that a provider implementation is not found. * Fixed Yahoo polyline * Added map and marker events for google and yahoo * Added event handling for new events to tests/index.htm
Thu, 14 May 2009 17:54:55 -0400 Andrew Turner d21fbd4
Fixed controls
Thu, 14 May 2009 17:52:39 -0400 Andrew Turner b6204cb
First pass at GeoCommons wrapper
Fri, 8 May 2009 21:40:26 +0000 dezfowler 835538d
Added first pass of Yahoo implementation which is passing the stuff in tests/index.htm. Added mxn.(provider).core.js template implementation file.
Sun, 3 May 2009 18:10:18 +0000 dezfowler 87e7b5c
Fixing Mapstraction.swap()
Thu, 30 Apr 2009 00:13:59 +0000 dezfowler c9110fa
git-svn-id: https://mapstraction.googlecode.com/svn/trunk@2 5785637c-5c24-0410-85b3-eb650f34d106
Mon, 11 Dec 2006 23:25:49 +0000 (no author) 62d33b9
Initial directory structure.
Each change log entry is generated by the git log
command, specifying a tag range and a custom format. For example the change log for v2.1 Release Candidate 1, would be re-generated by:
$ git log --pretty=format:"%cD %an %h %n%s%n" 2.0.18..v2.1-RC1
(note the 2 space characters between %h
and %n
to enforce a line break via GitHub's Markdown syntax)
Release dates are assumed to be the date that the release's tag was created. A full list of release tags can be generated by git log
as follows:
$ git log --tags --simplify-by-decoration --pretty="format:%ai %d"