/*
* Hic Est Leo -- Global Map Operations
*
- * (c) 2014 Martin Mares <mj@ucw.cz>
+ * (c) 2014--2015 Martin Mares <mj@ucw.cz>
*/
#include <ucw/lib.h>
double rmin_y = INFINITY, rmax_y = -INFINITY;
CLIST_FOR_EACH(struct data_source *, ds, map_sources)
{
+ if (ds->format == DATA_SOURCE_FIXED)
+ continue;
CLIST_FOR_EACH(struct osm_node *, n, ds->osm->obj_list[OSM_TYPE_NODE])
{
pmin_x = MIN(pmin_x, n->x);