Changes between Version 13 and Version 14 of maestro
- Timestamp:
- 01/24/13 17:30:21 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
maestro
v13 v14 1 1 2 = = Welcome to the home of !MapGuide Maestro ==2 = Welcome to the home of !MapGuide Maestro = 3 3 !MapGuide Maestro is an Open Source ([http://www.gnu.org/copyleft/lgpl.html LGPL]) map authoring tool for !MapGuide Open Source. 4 4 … … 7 7 Currently !MapGuide Maestro has specialized editor interfaces for editing the following components of !MapGuide Open Source: Feature sources, Layer definitions, Map Definitions, Web Layouts and Fusion Layouts. There are specialized editors avalible for all the [http://fdo.osgeo.org/OSProviderOverviews.html official FDO providers], as well as a fallback editor for unknown types. 8 8 9 !MapGuide Maestro is written in 100% managed C#, targeting the .Net 2.0 Framework. It consists of a user interface, and an API (MaestroAPI). The API wraps server communication and Xml formats, in easily accesible, fully managed classes. It can use the official !MapGuide API for fast access on the local network, or a fully managed http-only connection.9 !MapGuide Maestro is written in 100% managed C#, targeting the .Net framework. It consists of a user interface, and an API (MaestroAPI). The API wraps server communication and Xml formats, in easily accesible, fully managed classes. It can use the official !MapGuide API for fast access on the local network, or a fully managed http-only connection. 10 10 11 11 !MapGuide Maestro aims to support all features avalible in the !MapGuide Open Source server, but is currently under development, and does not directly support some of the !MapGuide Open Source features, such as Symbol libraries and Print layouts. … … 17 17 18 18 * '''[wiki:maestro/Downloads Download MapGuide Maestro]'''. !MapGuide Maestro currently runs on windows, linux and mac os. 19 * '''[wiki:maestro/SDK Download the Maestro SDK]''' if you want to create applications using the Maestro API.20 19 * '''[wiki:maestro/Sourcecode Download source code]'''. You may access the current version of the code through SVN. 21 20 * '''[wiki:maestro/Screenshots View MapGuide Maestro screenshots]'''. You can view the application user interface here. 22 21 * '''[wiki:maestro/UserGuide User guides and manual]'''. A user guide is currently being written. 23 * '''[wiki:maestro/MaestroAPI Developer Documentation]'''. Learn how to use the MaestroAPI for your own !MapGuide applications.24 22 * '''[wiki:maestro/Translation How to translate MapGuide Maestro]''' Find out how to translate !MapGuide Maestro to your native language. 25 23 26 24 !MapGuide Maestro was previously named [http://code.google.com/p/mapstudioos/ MapStudio Open Source]. 25 26 == Developer Information == 27 28 * '''[wiki:maestro/SDK Download the Maestro SDK]''' if you want to create applications using the Maestro API. 29 * '''[wiki:maestro/MaestroAPI Developer Documentation]'''. Learn how to use the MaestroAPI for your own !MapGuide applications.