map: separate name, route source logic
authorSungTaek Hong <sth253.hong@samsung.com>
Tue, 22 Mar 2016 22:58:18 +0000 (15:58 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 22 Mar 2016 22:58:24 +0000 (15:58 -0700)
commit5bde5fc431cb80660f693c42ed6331ae9d4d10c8
treef52a89270ffd42136cd35645267a74d9153d044e
parent2d0343dcded1c1f3c594bdcf38fc9d6e5909cf52
map: separate name, route source logic

Summary:
 - So far, elm_map only provides Open Street Map
   and lacks ability to expand to other map providers
   since it's xml parse only fits into that of OSM.
 - This patch is to make route and name source same to
   tile source, which supports other map tile providers.

Reviewers: woohyun, cedric

Reviewed By: cedric

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D3303

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
legacy/elementary/src/lib/elm_map.c
legacy/elementary/src/lib/elm_widget_map.h
legacy/elementary/src/modules/test_map/mod.c