Index: branches/SemanticMaps0.8/RELEASE-NOTES |
— | — | @@ -17,8 +17,14 @@ |
18 | 18 | |
19 | 19 | * Fixed fatal error occuring when running maintenance/refreshLinks.php. |
20 | 20 | |
| 21 | +* Rewrote all the form inputs to jQuery plugins. |
| 22 | + |
21 | 23 | * Rewrote the map printers to use the SMQueryHandler class. |
22 | 24 | |
| 25 | +* Added geocoding capability to the OpenLayers form input when having a GeoNames API account. |
| 26 | + |
| 27 | +* Added 'update map' button to all form inputs. |
| 28 | + |
23 | 29 | === Semantic Maps 0.7.3 === |
24 | 30 | (2010-11-30) |
25 | 31 | |
Index: branches/SemanticMaps0.8/includes/services/GoogleMaps3/jquery.googlemapsinput.js |
— | — | @@ -41,7 +41,7 @@ |
42 | 42 | this.setupGeocoder = function() { |
43 | 43 | if ( geocoder === false ) { |
44 | 44 | geocoder = new google.maps.Geocoder(); |
45 | | - } |
| 45 | + } |
46 | 46 | } |
47 | 47 | |
48 | 48 | this.geocodeAddress = function( address ) { |