~ubuntu-branches/ubuntu/trusty/mapnik/trusty-proposed

« back to all changes in this revision

Viewing changes to plugins/input/osm/osm_datasource.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Sauthier
  • Date: 2009-08-27 00:28:37 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090827002837-ztqzfg2rmclfh4i9
Tags: 0.6.1-0ubuntu1
* New upstream release.
* Change usr/lib to usr/lib* to enable build on 64 bits systems due to new
  configuration in SConstruct in :
  - debian/libmapnik-dev.install
  - debian/libmapnik0.6.install
  - debian/mapnik-plugin-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
    if (url!="" && bbox!="")
63
63
    {
64
64
        // otherwise if we supplied a url and a bounding box, load from the url
 
65
#ifdef MAPNIK_DEBUG
65
66
                cerr<<"loading_from_rul: url="<<url << " bbox="<<bbox<<endl;
 
67
#endif
66
68
        if((osm_data_=dataset_deliverer::load_from_url
67
69
            (url,bbox,parser))==NULL)    
68
70
        {