Thanks for the patch. The build goes through with this. But, the plugins menu is still empty. This is what I did to build.
qmake -r GDAL=1 PROJ=1 make The version available on ubuntu is 0.14 which does not have the geotiff tracing features. So I need to build it from sources. Thanks, --MB On Sun, Feb 27, 2011 at 6:00 PM, Chris Browet <[email protected]> wrote: > Mmm... You are still using a Qt version < 4.6, are you? > Please apply the attached patch if so. > > - Chris - > > > On Mon, Feb 28, 2011 at 02:09, Manoj Bist <[email protected]> wrote: > >> I did that but now build fails with this error. >> >> >> GdalAdapter.cpp: In member function ‘bool GdalAdapter::loadImage(const >> QString&)’: >> GdalAdapter.cpp:374: error: ‘fromHsl’ is not a member of ‘QColor’ >> GdalAdapter.cpp:429: error: ‘fromHsl’ is not a member of ‘QColor’ >> make[3]: *** [tmp/obj_debug/GdalAdapter.o] Error 1 >> >> Thanks, >> >> --MB. >> >> On Sun, Feb 27, 2011 at 4:23 PM, Chris Browet <[email protected]> wrote: >> >>> >>> >>> On Sun, Feb 27, 2011 at 23:46, Manoj Bist <[email protected]> wrote: >>> >>>> >>>> I want to add a Geotiff file as a data source over which I can do >>>> tracing. To do that I right click on the map-tab. But I do not see any >>>> option to add a geotiff. >>>> >>>> It's in the "Plugins" subemnu when you right-click on a map layer. >>> Then "Load Image" to load your GeoTIFF. >>> >>> If you don't see the "GeoTIFF" plugin and you compiled merkaartor by >>> yourself, be sure that your qmake command-line was something like: >>> qmake -r GDAL=1 PROJ=1 ... >>> >>> - Chris - >>> >>> >> >> >> >> >
_______________________________________________ Merkaartor mailing list [email protected] http://lists.openstreetmap.org/listinfo/merkaartor
