Index: trunk/extensions/SemanticMaps/RELEASE-NOTES |
— | — | @@ -12,6 +12,7 @@ |
13 | 13 | |
14 | 14 | * Added compatibility with SMW 1.6.2 and later. |
15 | 15 | * Removed compatibility with SMW 1.6.1 and earlier. |
| 16 | +* Improved default map format handling. |
16 | 17 | |
17 | 18 | === Semantic Maps 1.0.3 === |
18 | 19 | (2011-09-14) |
Index: trunk/extensions/SemanticMaps/includes/SM_GeoCoordsHooks.php |
— | — | @@ -71,7 +71,7 @@ |
72 | 72 | * @return true |
73 | 73 | */ |
74 | 74 | public static function initGeoCoordsType() { |
75 | | - SMWDataValueFactory::registerDatatype( '_geo', 'SMGeoCoordsValue', SMWDataItem::TYPE_GEO, 'Geographic coordinate' ); |
| 75 | + SMWDataValueFactory::registerDatatype( '_geo', 'SMGeoCoordsValue', SMWDataItem::TYPE_GEO ); |
76 | 76 | return true; |
77 | 77 | } |
78 | 78 | |