Index: trunk/extensions/SemanticMaps/SemanticMaps.php |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | |
37 | 37 | // Only initialize the extension when all dependencies are present. |
38 | 38 | if (defined( 'Maps_VERSION' ) && defined( 'SMW_VERSION' )) { |
39 | | - define('SM_VERSION', '0.5.2'); |
| 39 | + define('SM_VERSION', '0.5.3 a1'); |
40 | 40 | |
41 | 41 | $smgScriptPath = $wgScriptPath . '/extensions/SemanticMaps'; |
42 | 42 | $smgIP = $IP . '/extensions/SemanticMaps'; |
Index: trunk/extensions/SemanticMaps/README |
— | — | @@ -1,23 +1,25 @@ |
2 | 2 | == About == |
3 | 3 | |
4 | | -Semantic Maps is an extension that adds semantic capabilities to the Maps extension, and |
5 | | -therefore provides the ability to add, view and edit coordinate data stored through the |
6 | | -Semantic MediaWiki extension. |
| 4 | +Semantic Maps is an extension that adds semantic capabilities to the Maps extension. This |
| 5 | +includes the ability to add, edit, aggregate and visualize coordinate data stored through |
| 6 | +the Semantic MediaWiki extension. |
7 | 7 | |
8 | | -Due to it's unique structure, it allows you to use multiple mapping services to display |
9 | | -your coordinates. These include Google Maps, Yahoo! Maps, OpenLayers, and also allow you to |
10 | | -display maps with Google Earth, OpenStreetMaps, Bing maps and others. Modifying the mapping |
11 | | -service of a map is as easy as changing a single parameter! Examples of how to use Semantic |
12 | | -Maps can be found here. |
| 8 | +Since Semantic Maps uses the Maps API, you can use multiple mapping services. These include |
| 9 | +Google Maps (with Google Earth support), Yahoo! Maps, OpenLayers and OpenStreetMap. |
13 | 10 | |
14 | 11 | Both Semantic Maps and Maps are based on Semantic Google Maps and Semantic Layers, and are |
15 | | -meant to replace these extensions. |
| 12 | +meant to replace these extensions. Having Semantic MediaWiki and Maps installed is a |
| 13 | +prerequisite for the Semantic Maps extension; the code will not work without it. |
16 | 14 | |
17 | | -Having Semantic MediaWiki and Maps installed is a prerequisite for the Semantic Maps extension; |
18 | | -the code will not work without it. |
19 | | - |
20 | 15 | Notes on installing Semantic Maps are found in the file INSTALL. |
21 | 16 | |
22 | | -== Contributors == |
23 | 17 | |
24 | | -http://www.mediawiki.org/wiki/Extension:Semantic_Maps#Contributing_to_the_project |
| 18 | +== Contributing == |
| 19 | + |
| 20 | +If you have bug reports or requests, please add them to the Talk page [0]. You can also |
| 21 | +send them to Jeroen De Dauw, jeroendedauw -at- gmail.com, and Yaron Koren, at yaron57 -at- |
| 22 | +gmail.com. |
| 23 | + |
| 24 | +[0] http://www.mediawiki.org/w/index.php?title=Extension_talk:Semantic_Maps |
| 25 | + |
| 26 | +For more info, see http://www.mediawiki.org/wiki/Extension:Semantic_Maps#Contributing_to_the_project |
\ No newline at end of file |