diff options
author | Michal Klocek <michal.klocek@theqtcompany.com> | 2015-07-10 13:55:17 +0200 |
---|---|---|
committer | Michal Klocek <michal.klocek@theqtcompany.com> | 2015-07-13 10:33:33 +0000 |
commit | a990d458f752aedb8b91aeafb4a62bb7c8ed4c50 (patch) | |
tree | 6cb8bc9ccaf4d55e9c3325029fb501f24800ab09 /src | |
parent | 5e71363485b3760601544f6365b039ef3b986123 (diff) | |
download | qtlocation-a990d458f752aedb8b91aeafb4a62bb7c8ed4c50.tar.gz |
Update places-list and places-map examples
Change position used in examples to Oslo. Update marker
icons to be the same as in mapviewer example.
Update screenshots, so they contain osm map.
Add marker icon to places_list, so it does not look so boring.
Add places title to places_map, so it is more readable.
Change-Id: Ia321aa8577e77f76468c504cd4e6ce877712089c
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/location/doc/images/places-list.png | bin | 28215 -> 18195 bytes | |||
-rw-r--r-- | src/location/doc/images/places-map.png | bin | 0 -> 167995 bytes | |||
-rw-r--r-- | src/location/doc/src/examples/places-map.qdoc | 2 | ||||
-rw-r--r-- | src/location/doc/src/places.qdoc | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/src/location/doc/images/places-list.png b/src/location/doc/images/places-list.png Binary files differindex 02416e53..bf09a031 100644 --- a/src/location/doc/images/places-list.png +++ b/src/location/doc/images/places-list.png diff --git a/src/location/doc/images/places-map.png b/src/location/doc/images/places-map.png Binary files differnew file mode 100644 index 00000000..4982df23 --- /dev/null +++ b/src/location/doc/images/places-map.png diff --git a/src/location/doc/src/examples/places-map.qdoc b/src/location/doc/src/examples/places-map.qdoc index 7796c8ba..6e58bfb8 100644 --- a/src/location/doc/src/examples/places-map.qdoc +++ b/src/location/doc/src/examples/places-map.qdoc @@ -32,7 +32,7 @@ \brief The Places Map example demonstrates how to search for and display a list of places on a map using a MapItemView - \image places-map.jpg + \image places-map.png The example displays a map of the current location or, if no position is available, it uses Brisbane/Australia. Subsequently a search for places diff --git a/src/location/doc/src/places.qdoc b/src/location/doc/src/places.qdoc index 4de65220..291af614 100644 --- a/src/location/doc/src/places.qdoc +++ b/src/location/doc/src/places.qdoc @@ -155,7 +155,7 @@ \li \snippet places_map/places_map.qml Places MapItemView \li - \inlineimage places-map.jpg + \inlineimage places-map.png \endtable \note For simplicty's sake we have assumed that every search result is of |