December 2023
·
34 Reads
·
1 Citation
This page lists works of an author who doesn't have a ResearchGate profile or hasn't added the works to their profile yet. It is automatically generated from public (personal) data to further our legitimate goal of comprehensive and accurate scientific recordkeeping. If you are this author and want this page removed, please let us know.
December 2023
·
34 Reads
·
1 Citation
August 2023
·
41 Reads
·
2 Citations
The Cartographic Journal
June 2023
·
45 Reads
Cartography and Geographic Information Science
September 2022
·
22 Reads
·
13 Citations
IEEE Transactions on Visualization and Computer Graphics
Visualizing sets of elements and their relations is an important research area in information visualization. In this paper, we present MosaicSets : a novel approach to create Euler-like diagrams from non-spatial set systems such that each element occupies one cell of a regular hexagonal or square grid. The main challenge is to find an assignment of the elements to the grid cells such that each set constitutes a contiguous region. As use case, we consider the research groups of a university faculty as elements, and the departments and joint research projects as sets. We aim at finding a suitable mapping between the research groups and the grid cells such that the department structure forms a base map layout. Our objectives are to optimize both the compactness of the entirety of all cells and of each set by itself. We show that computing the mapping is NP-hard. However, using integer linear programming we can solve real-world instances optimally within a few seconds. Moreover, we propose a relaxation of the contiguity requirement to visualize otherwise non-embeddable set systems. We present and discuss different rendering styles for the set overlays. Based on a case study with real-world data, our evaluation comprises quantitative measures as well as expert interviews.
September 2022
·
17 Reads
Abstracts of the ICA
August 2022
·
56 Reads
Visualizing sets of elements and their relations is an important research area in information visualization. In this paper, we present MosaicSets: a novel approach to create Euler-like diagrams from non-spatial set systems such that each element occupies one cell of a regular hexagonal or square grid. The main challenge is to find an assignment of the elements to the grid cells such that each set constitutes a contiguous region. As use case, we consider the research groups of a university faculty as elements, and the departments and joint research projects as sets. We aim at finding a suitable mapping between the research groups and the grid cells such that the department structure forms a base map layout. Our objectives are to optimize both the compactness of the entirety of all cells and of each set by itself. We show that computing the mapping is NP-hard. However, using integer linear programming we can solve real-world instances optimally within a few seconds. Moreover, we propose a relaxation of the contiguity requirement to visualize otherwise non-embeddable set systems. We present and discuss different rendering styles for the set overlays. Based on a case study with real-world data, our evaluation comprises quantitative measures as well as expert interviews.
August 2021
·
57 Reads
·
6 Citations
Computers & Graphics
Map applications on mobile devices such as smartphones and smartwatches have become ubiquitous. When visualizing spatial data on such small-screen devices, one major challenge is annotating the data with labels (e.g., small icons). The restricted space requires new visualization techniques as established strategies, such as maximizing the number of placed labels, easily lead to the omission of information. We propose an approach that distributes all labels contained in a temporarily fixed map section on multiple pages. Applying interaction techniques for navigating through the pages, a user can access all information both without any overlapping labels and without the need for zooming. We propose a method with two phases; a pre-processing phase and a query phase. We use an optimization approach to pre-compute labelings on the level of a whole city and provide the on-demand querying of individual labelings at a more local level. Our approach provides a consistent label-page assignment, meaning that labels do not appear and disappear when the user pans the map. Further, our model provides quick access to important information and a spatially balanced distribution of labels on pages. In experiments on real-world data we analyze different parameter settings and show that our model yields high-quality labelings.
January 2021
·
77 Reads
·
6 Citations
Cartography and Geographic Information Science
Map generalization is the process of deriving small-scale target maps from a large-scale source map or database while preserving valuable information. In this paper we focus on topographic data, in particular areas of different land-use classes and line features representing the road network. When reducing the map scale, some areas need to be merged to larger composite regions. This process is known as area aggregation. Given a planar partition of areas, one usually aims to build geometrically compact regions of sufficient size while keeping class changes small. Since line features (e.g. roads) are perceived as separating elements in a map, we suggest integrating them into the process of area aggregation. Our aim is that boundaries of regions coincide with line features in such a way that strokes (i.e. chains of line features with small angles of deflection) are not broken into short sections. Complementing the criteria of compact regions and preserving land-use information, we consider this aim as a third criterion. Regarding all three criteria, we formalize an optimization problem and solve it with a heuristic approach using simulated annealing. Our evaluation is based on experiments with different parameter settings. In particular, we compare results of a baseline method that considers two criteria, namely compactness and class changes, with results of our new method that additionally considers our stroke-based criterion. Our results show that this third criterion can be substantially improved while keeping the quality with respect to the original two criteria on a similar level.
October 2020
·
101 Reads
·
8 Citations
IEEE Transactions on Visualization and Computer Graphics
Visualizing spatial data on small-screen devices such as smartphones and smartwatches poses new challenges in computational cartography. The current interfaces for map exploration require their users to zoom in and out frequently. Indeed, zooming and panning are tools suitable for choosing the map extent corresponding to an area of interest. They are not as suitable, however, for resolving the graphical clutter caused by a high feature density since zooming in to a large map scale leads to a loss of context. Therefore, in this paper, we present new external labeling methods that allow a user to navigate through dense sets of points of interest while keeping the current map extent fixed. We provide a unified model, in which labels are placed at the boundary of the map and visually associated with the corresponding features via connecting lines, which are called leaders. Since the screen space is limited, labeling all features at the same time is impractical. Therefore, at any time, we label a subset of the features. We offer interaction techniques to change the current selection of features systematically and, thus, give the user access to all features. We distinguish three methods, which allow the user either to slide the labels along the bottom side of the map or to browse the labels based on pages or stacks. We present a generic algorithmic framework that provides us with the possibility of expressing the different variants of interaction techniques as optimization problems in a unified way. We propose both exact algorithms and fast and simple heuristics that solve the optimization problems taking into account different criteria such as the ranking of the labels, the total leader length as well as the distance between leaders. In experiments on real-world data we evaluate these algorithms and discuss the three variants with respect to their strengths and weaknesses proving the flexibility of the presented algorithmic framework.
August 2020
·
36 Reads
Visualizing spatial data on small-screen devices such as smartphones and smartwatches poses new challenges in computational cartography. The current interfaces for map exploration require their users to zoom in and out frequently. Indeed, zooming and panning are tools suitable for choosing the map extent corresponding to an area of interest. They are not as suitable, however, for resolving the graphical clutter caused by a high feature density since zooming in to a large map scale leads to a loss of context. Therefore we present new external labeling methods that allow navigating through dense sets of points of interest while keeping the current map extent fixed. We provide a unified model, in which labels are placed at the boundary of the map and visually associated with the corresponding features via connecting lines, which are called leaders. Since the screen space is limited, labeling all features at the same time is impractical. Therefore, at any time, we label a subset of the features. We offer interaction techniques to change the current selection of features systematically and, thus, give the user access to all features. We distinguish three methods, which allow the user either to slide the labels along the bottom side of the map or to browse the labels based on pages or stacks. We present a generic algorithmic framework that provides us with the possibility of expressing the different variants of interaction techniques as optimization problems in a unified way. We propose both exact algorithms and fast and simple heuristics that solve the optimization problems taking into account different criteria such as the ranking of the labels, the total leader length and the distance between leaders. We experimentally evaluate these algorithms and discuss the three variants with respect to their strengths and weaknesses proving the flexibility of the presented algorithmic framework.
... Secondly, additional tasks (routing, landmark selection..) are now mediated through the map. The challenge is in keeping interfaces simple while expanding interaction possibilities (Gedicke and Haunert, 2023). ...
Reference:
Browsing Map Browsers
August 2023
The Cartographic Journal
... To enable efficient examination of the relevant samples, a grid visualization is employed because of its effectiveness in exploring image content [14,15,51]. The cells of the grid display selected samples with their predictions. ...
September 2022
IEEE Transactions on Visualization and Computer Graphics
... While map zooming alleviates these issues, it results in a loss of map context and can also cause users to get lost in zooming [11]. Researchers have designed a variety of methods, such as selection, aggregation [12], displacement [13], density surface fitting [14], pagination design [15], and multi-level structure [16], to achieve legible visualization of POIs, but such methods lead to a very limited number of POIs that are visualized simultaneously on the map, which is not conducive to the user's complete understanding of the surrounding environment. Therefore, it is of great research significance and application value to design a new visualization method that can integrate global distribution and local details and help users quickly and efficiently understand the surrounding POIs from a global perspective. ...
August 2021
Computers & Graphics
... While we focus on a single map generalization operator-the aggregation of polygons-our method for exploring different parameter values can be used for automatic parameter tuning and, thus, considered as a machine-learning contribution. Polygon aggregation is relevant when generalizing categorical coverage maps [11,12] or choropleth maps [13], where the polygons form a mosaic. These tasks are similar to districting tasks where the aim is to group small areal units to form larger regions such as electoral districts or police districts [14,15]. ...
January 2021
Cartography and Geographic Information Science
... In urban areas with high population densities, there are many POIs, and it is usually difficult for normal users to explore surrounding POIs quickly and comprehensively [5]. For this problem, some studies focused on information retrieval, e.g., recommending more relevant POIs according to user interests, preferences, and context [6,7]; the other studies concerned visualization of POIs, e.g., using spatial visualization and other methods to construct interactive forms suitable for user cognition [8,9]. This paper focuses on the latter and proposes a novel tag cloud for the visualization of POI in LBS. ...
October 2020
IEEE Transactions on Visualization and Computer Graphics
... Mobile-first is a user experience design pattern optimized for the technological constraints of mobile devices [e.g., small screen size, performance, limited memory and battery life, and multitouch interaction ]. Adapting mobile map displays to the limited screen sizes of mobile devices has been proposed for various tasks, such as for route planning and wayfinding (Zipf and Richter, 2002;Baudisch and Rosenholtz, 2003;Burigat and Chittaro, 2007;Schmid et al., 2010;Gedicke et al., 2019). In a recent study, Savino et al. (2021) suggest that mobile users of Google Maps also use the app to explore the map and that adapting the map display based on map use context might support such user behavior. ...
November 2019
Advances in Cartography and GIScience of the ICA