Index: trunk/extensions/Maps/Maps.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | echo '<b>Warning:</b> You need to have <a href="http://www.mediawiki.org/wiki/Extension:Validator">Validator</a> installed in order to use <a href="http://www.mediawiki.org/wiki/Extension:Maps">Maps</a>.'; |
35 | 35 | } |
36 | 36 | else { |
37 | | - define('Maps_VERSION', '0.5.2'); |
| 37 | + define('Maps_VERSION', '0.5.3 a1'); |
38 | 38 | |
39 | 39 | $egMapsScriptPath = $wgScriptPath . '/extensions/Maps'; |
40 | 40 | $egMapsIP = $IP . '/extensions/Maps'; |
Index: trunk/extensions/Maps/README |
— | — | @@ -1,17 +1,20 @@ |
2 | 2 | == About == |
3 | 3 | |
4 | | -Maps is a MediaWiki extension that provides the ability to display coordinate data |
5 | | -on maps and allows users to geocode addresses. |
| 4 | +Maps is the MediaWiki extension that provides the ability to visualize geographic data |
| 5 | +with dynamic, JavaScript based, mapping API's such as Google Maps and OpenLayers in your |
| 6 | +wiki pages. It has build in support for geocoding, displaying maps, displaying markers, |
| 7 | +adding pop-ups, and more. Maps allows extensive customization of your maps, either per |
| 8 | +map, or via a general setting affecting all maps on your wiki. |
6 | 9 | |
7 | | -Due to it's unique structure, it allows you to use multiple mapping services to |
8 | | -display your coordinates. These include Google Maps, Yahoo! Maps, OpenLayers, and |
9 | | -also allow you to display maps with Google Earth, OpenStreetMaps, Bing maps and others. |
10 | | -Modifying the mapping service of a map is as easy as changing a single parameter! |
| 10 | +Due to Maps modular build, modifying the mapping service of a map is as easy as changing |
| 11 | +a single map property! These mapping services include Google Maps, Yahoo! Maps, OpenLayers |
| 12 | +and OpenStreetMap. These also allow you to display maps with Google Earth, OpenStreetMaps, |
| 13 | +Bing maps and others. |
11 | 14 | |
12 | 15 | Notes on installing Maps are found in the file INSTALL. |
13 | 16 | |
14 | 17 | |
15 | | -== Contributors == |
| 18 | +== Contributing == |
16 | 19 | |
17 | 20 | If you have bug reports or requests, please add them to the Talk page [0]. You can also |
18 | 21 | send them to Jeroen De Dauw, jeroendedauw -at- gmail.com, and Yaron Koren, at yaron57 -at- |
— | — | @@ -21,6 +24,7 @@ |
22 | 25 | |
23 | 26 | For more info, see http://www.mediawiki.org/wiki/Extension:Maps#Contributing_to_the_project |
24 | 27 | |
| 28 | + |
25 | 29 | == Credits to other projects == |
26 | 30 | |
27 | 31 | * OpenLayers |