diff --git a/readme.txt b/readme.txt index 709f094b3d803527640f2b236df8bd50bcd445e2..ec2c7f85209626ad058491b44eb90ff16248c206 100644 --- a/readme.txt +++ b/readme.txt @@ -1,8 +1,12 @@ Qt Openstreepmap viewer --------------------------- +We are very glad to publish qplanetosm viewer V1.0.0, a plug-in based cross platform opensource map viewer. -This Project contains a cross-platform qt-based openstreetmap(OSM) viewer, which contains most popular features such like: - * A plugin system provides layer extension. - * A win32 active-X warpper , provides cross env usages. - * 2 sample plugin examples, demonstrating how plugin works. +This Project contains a cross-platform qt-based openstreetmap(OSM) viewer. + * Project qtviewer_planetosm is the main project, provides a plugin system for layer extension. + * Project qtviewer_planetosm is also a win32 active-X warpper , C#, VB, MFC and Web Apps in win32 will take advantage of this feature. +2 sample plugin examples, demonstrating how plugin works. + * Project qtvplugin_grid demonstrating low-level painting and event handling using QPainter and Coordinates convertions. + * Project qtvplugin_geomarker demonstrating heigh-level painting and event handling using QGraphicsScene system. It may be very interesting to see how to deal with map zooming in QGraphicsScene , keeping point marks same pixel size in different level. +1 ActiveX container, demonstrating how to draw animation marks on OSM Map.