Re: [Qgis-user] Composer projection

2019-11-08 Thread Nicolas Cadieux
Yup, My thoughts exactly! Quickmap plugin work works better than most. Be careful with the data, most have strict licenses that prohibit most use and publication. Nicolas > Le 8 nov. 2019 à 14:19, Alexandre Neto a écrit : > >  > Are you using basemaps like google or bing? > > If that's th

Re: [Qgis-user] Composer projection

2019-11-08 Thread Alexandre Neto
Are you using basemaps like google or bing? If that's the case, it's the basemaps that are moving, not your dots. The reason is that most of those webservices are not suited for printing. Best regards, Alexandre neto A sexta, 8/11/2019, 14:16, MIKE MCGRADY escreveu: > I am a QGIS neophyte.

Re: [Qgis-user] Composer image and exported jpg and pdf differ

2019-11-08 Thread Nicolas Cadieux
Hi, Are you using a wms plugin or server with downloaded data or is all the data rasters and vectors on your computer? Nicolas > Le 6 nov. 2019 à 17:46, MIKE MCGRADY a écrit : > >  > I am a QGIS neophyte. Why when I export a map from composer are the mapped > features (dots in this case) in

[Qgis-user] Composer projection

2019-11-08 Thread MIKE MCGRADY
I am a QGIS neophyte. Why when I export a map from composer are the mapped features (dots in this case) in the resulting jpg or pdf not in the same location as in composer? For example. One of my locations was in the middle of London in composer, but when saved as a jpg or pdf that location w

[Qgis-user] Composer image and exported jpg and pdf differ

2019-11-06 Thread MIKE MCGRADY
I am a QGIS neophyte. Why when I export a map from composer are the mapped features (dots in this case) in the resulting jpg or pdf not in the same location as in composer? For example. One of my locations was in the middle of London in composer, but when saved as a jpg or pdf that location w

[Qgis-user] composer item - map geometry comparison

2017-07-27 Thread Tom Colley
Hi, I’m trying to find a way to test whether item(s) on a composer are obscuring part of the atlas feature so that I can dynamically move item(s) if needed. Is there a way to either a) Convert the bbox (or even better actual geom) of the atlas feature to composer coordinates b) Co

Re: [Qgis-user] Composer Atlas: How get rid of the big red cross when there is no image?

2016-10-26 Thread Bernd Vogelgesang
Am 27.10.2016, 00:12 Uhr, schrieb Nyall Dawson : On 27 Oct 2016 7:18 AM, "Bernd Vogelgesang" wrote: Am 26.10.2016, 22:57 Uhr, schrieb Nyall Dawson : On 27 Oct 2016 6:51 AM, "Bernd Vogelgesang" wrote: > > Arghh, sorry for the noise! > > When hovering over the data-driven input button n

Re: [Qgis-user] Composer Atlas: How get rid of the big red cross when there is no image?

2016-10-26 Thread Nyall Dawson
On 27 Oct 2016 7:18 AM, "Bernd Vogelgesang" wrote: > > Am 26.10.2016, 22:57 Uhr, schrieb Nyall Dawson : > >> On 27 Oct 2016 6:51 AM, "Bernd Vogelgesang" wrote: >> > >> > Arghh, sorry for the noise! >> > >> > When hovering over the data-driven input button not so hectically, I discovered the expla

Re: [Qgis-user] Composer Atlas: How get rid of the big red cross when there is no image?

2016-10-26 Thread Bernd Vogelgesang
Am 26.10.2016, 22:57 Uhr, schrieb Nyall Dawson : On 27 Oct 2016 6:51 AM, "Bernd Vogelgesang" wrote: Arghh, sorry for the noise! When hovering over the data-driven input button not so hectically, I discovered the explanation that it expects a 0 or 1. So case when'mypath'|| @atlas_pagena

Re: [Qgis-user] Composer Atlas: How get rid of the big red cross when there is no image?

2016-10-26 Thread Nyall Dawson
On 27 Oct 2016 6:51 AM, "Bernd Vogelgesang" wrote: > > Arghh, sorry for the noise! > > When hovering over the data-driven input button not so hectically, I discovered the explanation that it expects a 0 or 1. > So > case when > 'mypath'|| @atlas_pagename ||'_1.jpeg' IS NULL > THEN > 0 > END > > di

Re: [Qgis-user] Composer Atlas: How get rid of the big red cross when there is no image?

2016-10-26 Thread Bernd Vogelgesang
Arghh, sorry for the noise! When hovering over the data-driven input button not so hectically, I discovered the explanation that it expects a 0 or 1. So case when 'mypath'|| @atlas_pagename ||'_1.jpeg' IS NULL THEN 0 END did the trick! Just amazing!!! Thanx Bernd Am 26.10.2016, 22:19 Uhr,

Re: [Qgis-user] Composer Atlas: How get rid of the big red cross when there is no image?

2016-10-26 Thread DelazJ
2016-10-26 22:36 GMT+02:00 Bernd Vogelgesang : > Hi Harrissou, > thanx for the hint. I already saw the checkbox, but had no idea what to do > with it. > > My problem now is, that I have really no idea what to put in the "case > when" > Maybe something like > '/mypath/'|| @atlas_pagename ||'_1.jpeg

Re: [Qgis-user] Composer Atlas: How get rid of the big red cross when there is no image?

2016-10-26 Thread Bernd Vogelgesang
Hi Harrissou, thanx for the hint. I already saw the checkbox, but had no idea what to do with it. My problem now is, that I have really no idea what to put in the "case when" Maybe something like '/mypath/'|| @atlas_pagename ||'_1.jpeg' IS NULL or so? I do not know what is expected to be r

Re: [Qgis-user] Composer Atlas: How get rid of the big red cross when there is no image?

2016-10-26 Thread DelazJ
Hi, what about using the data-defined option near the "Exclude items from export" in the items properties --> Rendering (with a case when expression)? http://docs.qgis.org/2.14/en/docs/user_manual/print_composer/composer_items/composer_items_options.html#rendering-mode HTH, Harrissou 2016-10-26 2

[Qgis-user] Composer Atlas: How get rid of the big red cross when there is no image?

2016-10-26 Thread Bernd Vogelgesang
Hi, I set up a neat atlas for displaying a row of 50 sample plots. On a second page, I want to show 2 pictures taken of these plots automatically with an expression including the path || @atlas_pagenumber || '_1.jpeg' or '_2.jpeg' to display up to two photos named e.g. 1_1.jpeg, 1_2.jpeg.

Re: [Qgis-user] Composer - legend & attribute table HELP

2014-10-20 Thread skampus
thank you! it's better than i hoped. if you set your frame as "extend to next page", it continues the list in other page and this frame is indipendent from previous so you can drag it into another place of the page. wonderful!!! thank you all, s. -- View this message in context: http://osgeo

Re: [Qgis-user] Composer - legend & attribute table HELP

2014-10-20 Thread Junior Delaz
Hi, Actually, it is already present in dev version. After you added an attribute table in your composer, in its properties tab, there is the ability to "add frame". Adding new frame helps you organize the way you present your attribute data according to the size of each frame. Regards, 2014-10-20

Re: [Qgis-user] Composer - legend & attribute table HELP

2014-10-20 Thread skampus
Nyall Dawson wrote > On 07/07/2014 8:28 am, "skampus" < > skampus@ > > wrote: >> >> hi, two simple questions about composer, hoping there's a solution for > them. >> >> 1) is there the possibility to split inserted attribute table in two > columns >> as for the legend? i have almost 100 records h

Re: [Qgis-user] Composer - legend & attribute table HELP

2014-07-06 Thread skampus
nyall, thank you very much for your quick reply! s. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Composer-legend-attribute-table-HELP-tp5149866p5149873.html Sent from the Quantum GIS - User mailing list archive at Nabble.com.

Re: [Qgis-user] Composer - legend & attribute table HELP

2014-07-06 Thread Nyall Dawson
On 07/07/2014 8:28 am, "skampus" wrote: > > hi, two simple questions about composer, hoping there's a solution for them. > > 1) is there the possibility to split inserted attribute table in two columns > as for the legend? i have almost 100 records having only two field so if i'd > have two column

[Qgis-user] Composer - legend & attribute table HELP

2014-07-06 Thread skampus
hi, two simple questions about composer, hoping there's a solution for them. 1) is there the possibility to split inserted attribute table in two columns as for the legend? i have almost 100 records having only two field so if i'd have two columns in composer i could insert all the table just in s

[Qgis-user] Composer bugs (?) when opened again

2013-07-03 Thread Sebastiano Lora
Hallo list, Some problems emerged with the Map composer in the new QGIS master and I wanted to know if somebody else faced the same issued before to open in case a ticket. - Last week I create new map composer, all went smooth and I printed a jpegimage from it. Some days after I opened it again t

Re: [Qgis-user] Composer and transparency

2013-03-04 Thread Pedro Venâncio
@lists.osgeo.org Sent: Monday, March 4, 2013 10:46 AM Subject: [Qgis-user] Composer and transparency Hello valuable list! Qgis composer has a known bug in managing raster layers with  transparency. So I need a workaround to merge rgb relief with single band DEM. Is there a pret-a-porter

[Qgis-user] Composer and transparency

2013-03-04 Thread Cascafico Giovanni
Hello valuable list! Qgis composer has a known bug in managing raster layers with transparency. So I need a workaround to merge rgb relief with single band DEM. Is there a pret-a-porter expression for raster calculator? Or I need to convert rgb to hsv before? If so, how? _

Re: [Qgis-user] Composer Grid and Scale Problem

2012-09-06 Thread skampus
see http://osgeo-org.1560.n6.nabble.com/Lat-long-grid-in-print-composer-with-a-Mercator-map-td4135890.html -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Composer-Grid-and-Scale-Problem-tp5000222p5000244.html Sent from the Quantum GIS - User mailing list archive at Nabble.

[Qgis-user] Composer Grid and Scale Problem

2012-09-06 Thread Al Tongco
Hello QGIS users, How can I display lat-long grid and meter (or kilometer) scale bar on the same layout? (I get degree scale bar when I use lat-long grid.  I do get meter scale bar if I use projected grid.) Thanks, Al Tongco 36°07'26.46"N; 97°04'19.23"W "The people who get on in this world are t

Re: [Qgis-user] Composer question.

2012-09-05 Thread Andreas Neumann
Hi, In the top toolbar right-click and enable it again. In QGIS 1.9 there will also be a menu entry as this problem comes up again and again ... Hope this helps, Andreas Am 06.09.2012 06:51, schrieb Chandra Shekhar Balachandran: > I am still trying to learn the ropes in Q-GIS. > > I started us

[Qgis-user] Composer question.

2012-09-05 Thread Chandra Shekhar Balachandran
I am still trying to learn the ropes in Q-GIS. I started using 1.8.0 After a few days, when I was trying to practice using the composer, I accidentally dismissed the item properties dialog. I have not been able to get it back. I tried right-clicking and double-clicking (separately) on the item,

Re: [Qgis-user] Composer problems.

2012-08-01 Thread Percy Langa
On 2012/08/01 10:28 PM, Tim Sutton wrote: Hi On Wed, Aug 1, 2012 at 12:52 PM, Chandra Shekhar Balachandran wrote: I am a new user and returning to some simple GIS work to create maps for geography education in Bangalore, India. I have been doing some trial runs. I use two systems: A MacBoo

Re: [Qgis-user] Composer problems.

2012-08-01 Thread Tim Sutton
Hi On Wed, Aug 1, 2012 at 12:52 PM, Chandra Shekhar Balachandran wrote: > I am a new user and returning to some simple GIS work to create maps for > geography education in Bangalore, India. > > I have been doing some trial runs. > > I use two systems: > > A MacBook Pro running OS X Lion 10.7.3. M

[Qgis-user] Composer problems.

2012-08-01 Thread Chandra Shekhar Balachandran
I am a new user and returning to some simple GIS work to create maps for geography education in Bangalore, India. I have been doing some trial runs. I use two systems: 1. A MacBook Pro running OS X Lion 10.7.3. My Q-GIS is version 1.7.4 1. I have created (from a variety of sources) a se

Re: [Qgis-user] Composer right click menu

2012-02-09 Thread Andreas Neumann
Hi, The right click context menu is ok with me as long as there is another way to access the same functionality. Some platforms do not easily support right-click context menus (such as Android, or crippled Macs with just one mouse button). Maybe Marco B. can find a way to support right click

Re: [Qgis-user] Composer right click menu

2012-02-09 Thread Tim Sutton
Hi On Tue, Feb 7, 2012 at 10:09 AM, Andreas Neumann wrote: > Hi, > > I agree with Micha. Borders shouldn't be on by default. > > The right click context menu is ok with me as long as there is another way > to access the same functionality. Some platforms do not easily support > right-click contex

Re: [Qgis-developer] Re: [Qgis-user] Composer right click menu

2012-02-07 Thread Marco Bernasocchi
On Feb 7, 2012 9:06 AM, "Anita Graser" wrote: > > Hi, > > On Tue, Feb 7, 2012 at 8:54 AM, Micha Silver wrote: >> >> On 02/07/2012 09:41 AM, Nathan Woodrow wrote: >> >> >> Remove/Show border ?? >> >> I find myself almost always removing the (default) border for nearly every item that can have a bo

Re: [Qgis-user] Composer right click menu

2012-02-07 Thread Andreas Neumann
Hi, I agree with Micha. Borders shouldn't be on by default. The right click context menu is ok with me as long as there is another way to access the same functionality. Some platforms do not easily support right-click context menus (such as Android, or crippled Macs with just one mouse button

Re: [Qgis-developer] Re: [Qgis-user] Composer right click menu

2012-02-07 Thread Anita Graser
Hi, On Tue, Feb 7, 2012 at 8:54 AM, Micha Silver wrote: > On 02/07/2012 09:41 AM, Nathan Woodrow wrote: > > > > > Remove/Show border ?? > > I find myself almost always removing the (default) border for nearly every > item that can have a border. I was considering to request that borders be > *o

Re: [Qgis-user] Composer right click menu

2012-02-06 Thread Micha Silver
On 02/07/2012 09:41 AM, Nathan Woodrow wrote: Hey all, Playing around with some ideas I have for the print composer and I was thinking it might be handy to add a right click context menu.for items.  Nothing in the menus would be context me

[Qgis-user] Composer right click menu

2012-02-06 Thread Nathan Woodrow
Hey all, Playing around with some ideas I have for the print composer and I was thinking it might be handy to add a right click context menu.for items. Nothing in the menus would be context menu only stuff mainly just shortcuts to existing functions. Stuff like: - Align - Group - Ungrou

Re: [Qgis-user] Composer with deg min sec and utm coordinat unit

2011-06-18 Thread Ramon Andinach
On 17/06/2011, at 20:23 , herman buol wrote: > How to change the unit coordinat by default degrees unit to dms or utm unit > coordinat if i want print at paper > Thanks > Lover qgis > 10.6.6 > Macbook pro 15“ > indonesia > Sulteng > Buol Hi, If I understand correctly, the composer uses the co

[Qgis-user] Composer with deg min sec and utm coordinat unit

2011-06-17 Thread herman buol
How to change the unit coordinat by default degrees unit to dms or utm unit coordinat if i want print at paper Thanks Lover qgis 10.6.6 Macbook pro 15“ indonesia Sulteng Buol ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mail

Re: [Qgis-user] Composer crashes qgis

2011-04-06 Thread custard
Hi, - "custard" wrote: > Hi, > > Wondering if someone could make some suggestions on this? > > I've a project that was originally set up in 1.6 and has 10 different > composers attached to it. > > I've loaded it up and resaved it into 1.7 (trunk). Now when I try and > print from any of

[Qgis-user] Composer crashes qgis

2011-04-06 Thread custard
Hi, Wondering if someone could make some suggestions on this? I've a project that was originally set up in 1.6 and has 10 different composers attached to it. I've loaded it up and resaved it into 1.7 (trunk). Now when I try and print from any of these composers one of these two things happe

Re: [Qgis-user] Composer Fonts

2011-03-01 Thread Laura Briley
Thanks for the fix! Laura On 3/1/11 1:18 PM, "John C. Tull" wrote: > Hi all, > > You might want to look at this bug report: > https://trac.osgeo.org/qgis/ticket/1752 > > Cheers, > John > > On Mar 1, 2011, at 10:57 AM, Andreas Neumann wrote: > >> Hi Laura, >> >> Can you provide some more

Re: [Qgis-user] Composer Fonts

2011-03-01 Thread John C. Tull
Hi all, You might want to look at this bug report: https://trac.osgeo.org/qgis/ticket/1752 Cheers, John On Mar 1, 2011, at 10:57 AM, Andreas Neumann wrote: > Hi Laura, > > Can you provide some more details please? What QGIS version do you use? On > what operating system? If on Windows - do yo

Re: [Qgis-user] Composer Fonts

2011-03-01 Thread Andreas Neumann
Hi Laura, Can you provide some more details please? What QGIS version do you use? On what operating system? If on Windows - do you use the OSGeo installation or the standalone installer? What qt-version? What build nr? You can find this information in the Help/About menu. I just briefly chec

[Qgis-user] Composer Fonts

2011-03-01 Thread Laura Briley
> Hi, > I am trying to use the composer to display my map with a title. When I add a > new label for my title, I can change the text in the box but I can not change > anything pertaining to the font ­ the options exist but when I select OK it > does not save the changes. Has anyone else had this

Re: [Qgis-user] Composer Scale

2010-09-06 Thread Andreas Neumann
Hi Ahmad, Did you build pyramids on your raster data to improve the performance? Double click the raster layer and the layer properties dialogue opens. Then in the left iconbar go to "Pyramids". On the bottom right you can use the "Build Pyramids" button. If you already have pyramids, you will se

Re: [Qgis-user] Composer Scale

2010-09-05 Thread Brett Adams
You were spot on Andreas. Even though the map displayed one projection it was still running in lat-long. Thanks heaps On 5/09/2010 5:48 AM, Andreas Neumann wrote: Hi, Not sure if you got help/reply already. Often, you should first check if the map units AND the projection is correctly set.

Re: [Qgis-user] Composer Scale

2010-09-04 Thread ahmad jauhari
Dear, I'm using ubuntu as OS, RAM 4GB, HD 320GB, RAM VGA 256MB. I digitized on screen a sattelite image in big size (43 MB). I got problem, the program crash or restart suddenly. Or, QGIS is run Slowly when rendering process. I Already check the quality of shape file, it's OK. What's problem? Are

Re: [Qgis-user] Composer Scale

2010-09-04 Thread Andreas Neumann
Hi, Not sure if you got help/reply already. Often, you should first check if the map units AND the projection is correctly set. In most cases, this fixes any scale issues. QGIS cannot know which projection your project is in, if you do not tell it. If, after explicitly setting units and projecti

[Qgis-user] Composer Scale

2010-09-02 Thread Brett Adams
Hi Folks, How does the map scale in composer work? The scale suggested doesn't appear related to what my map is showing. I want to generate a map at 1:25,000 -- Brett Adams Spinifex Geophysics 0438 861 974 SKYPE:brettadams_spinifex ___ Qgis-user ma

Re: [Qgis-user] Composer: how to delete an item

2010-01-22 Thread Lionel Roubeyrie
Hi, Or just a right-click menu, the bottom one is not very convenient when we have many elements to change Lionel Le 22/01/2010 07:44, Andreas Neumann a écrit : Hi, actually it would be good if the backspace key would also delete the elements. On Macintosh keyboards ther are no delete keys

Re: [Qgis-user] Composer: how to delete an item

2010-01-21 Thread Andreas Neumann
Hi, actually it would be good if the backspace key would also delete the elements. On Macintosh keyboards ther are no delete keys and for some users it may not be so obvious that Fn-Backspace is the combination for delete. So maybe the Print Composer could listen for both key events - delete

Re: [Qgis-user] Composer: how to delete an item

2010-01-21 Thread Agustin Lobo
!! ...I was using backspace all time... Thanks! Agus Marco Hugentobler wrote: Hi Agus Select the item and press the 'delete' key on the keyboard. Regards, Marco Am Donnerstag, 21. Januar 2010 18.56:14 schrieb Agustin Lobo: Hi! I've included a legend in Composer, don't like it and want to d

Re: [Qgis-user] Composer: how to delete an item

2010-01-21 Thread Marco Hugentobler
Hi Agus Select the item and press the 'delete' key on the keyboard. Regards, Marco Am Donnerstag, 21. Januar 2010 18.56:14 schrieb Agustin Lobo: > Hi! > > I've included a legend in Composer, don't like it > and want to delete it, but cannot find the way to do it... > > Help appreciated, > > A

[Qgis-user] Composer: how to delete an item

2010-01-21 Thread Agustin Lobo
Hi! I've included a legend in Composer, don't like it and want to delete it, but cannot find the way to do it... Help appreciated, Agus ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Composer raster output

2009-03-05 Thread John C. Tull
Actually, I would like this from the composer as well. This would allow me to use a composer image with mapserver to gain the superior labeling if a utm grid overlay for field maps. Thanks John C. Tull, Ph.D. Conservation Director Nevada Wilderness Project 8550 White Fir St. Reno, NV 89523 U

Re: AW: [Qgis-user] Composer raster output

2009-03-05 Thread John C. Tull
nevada.org] Gesendet am: Mittwoch, 4. März 2009 20:25 An: Hugentobler Marco Cc: qgis-user List Betreff: [Qgis-user] Composer raster output Marco, I am a little unclear of the new raster output option in the Print Composer. I do not seem to see a difference in output when saving as an image (png) with a

AW: [Qgis-user] Composer raster output

2009-03-04 Thread Düster Horst
r Marco Cc: qgis-user List Betreff: [Qgis-user] Composer raster output Marco, I am a little unclear of the new raster output option in the Print Composer. I do not seem to see a difference in output when saving as an image (png) with and without this option checked. My hope was to get a png o

Re: [Qgis-user] Composer raster output

2009-03-04 Thread Andreas Neumann
Hi John, The raster output saves the whole layout (with page-oriented coordinates) and with a given mapscale to a raster file instead of printing or saving it to a PDF. Since it is a layout with many elements around the map, and with a defined mapscale, it doesn't make much sense to write the rast

[Qgis-user] Composer raster output

2009-03-04 Thread John C. Tull
Marco, I am a little unclear of the new raster output option in the Print Composer. I do not seem to see a difference in output when saving as an image (png) with and without this option checked. My hope was to get a png output with an associated world file. Am I misunderstanding the conc

Re: [Qgis-user] Composer

2008-04-01 Thread Maciej Sieczka
Celso Catelani pisze: Map Composer in v 0.9.1 do not insert layers on Windows version, instaled on a windows XP. There is a bug that map composer does not display on-the-fly reprojected vector layers [1]. Is this your problem too? [1]https://trac.osgeo.org/qgis/ticket/891 Maciek ___

[Qgis-user] Composer

2008-03-31 Thread Celso Catelani
Map Composer in v 0.9.1 do not insert layers on Windows version, instaled on a windows XP. -- Celso de Souza Catelani Geógrafo visitante do Laboratório de Geoprocessamento (LAGEO) Departamento de Ciências Agrárias Universidade de Taubaté Estrada Mun. Dr. José Luiz Cembranelli, 5.000 Bairro Itaim