[Qgis-user] Separating Polygons from Polyline

2015-06-22 Thread Tobias Quezada






Since
I did not have professional/mapping grade GPS I had to result in
single frequency recreational grade GPS unit.   I have one continuous
polyline that contains both line and polygon and I would like to
“explode” it and separate the polygons and lines from that single
polyline.  Is there a tool in quantum 2.8.2 or a plugin?
Thanks
FOSS community!




A



  ___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] How To overcome the limitation of real data width

2015-06-22 Thread Dan Lyke
On Mon, Jun 22, 2015 at 8:39 AM, zehari  wrote:
> Is there any way to overcome the limitation of real data width (max 20
> digit).
> Thanks to anybody for this solution

It's worth noting that if the underlying data type is an 64 bit IEEE
floating point "real", in base 10 you're only getting 15-17
significant digits no matter how many digits you have in the user
interface.

If you need more accuracy than that you should probably use a BCD
type, and might want to carefully examine your data path, because it's
likely that you're fooling yourself about the acuracy of your data,
and how precision is being carried through your various computational
stages.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] How To overcome the limitation of real data width

2015-06-22 Thread Andreas Neumann

Hi,

This depends on the data format or database. With most databases you can 
go beyond the 20 digits. E.g. in Postgis numeric data type the limit is 
up to 131072 digits before the decimal point; up to 16383 digits after 
the decimal point. See also 
http://www.postgresql.org/docs/9.4/interactive/datatype-numeric.html


I am not entirely sure if QGIS or qt would have problems displaying or 
editing such large numbers, though - but the PostgreSQL database 
supports it.


Andreas

On 22.06.2015 17:39, zehari wrote:


Dear all,
Is there any way to overcome the limitation of real data width (max 20 
digit).

Thanks to anybody for this solution

Best,
Zihrin (zihrin...@gmail.com ) / ahmad jauhari
Forestry Faculty, Univ. Lambung Mangkurat
Banjarbaru, Indonesia



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] How To overcome the limitation of real data width

2015-06-22 Thread zehari
Dear all,
Is there any way to overcome the limitation of real data width (max 20
digit).
Thanks to anybody for this solution

Best,
Zihrin (zihrin...@gmail.com) / ahmad jauhari
Forestry Faculty, Univ. Lambung Mangkurat
Banjarbaru, Indonesia
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Article on DXF export improvements

2015-06-22 Thread Andreas Neumann

Hi,

I just did a short article (
http://www.qgis.ch/en/projects/dxf-export) explaining the current 
capabilities and limitations of the DXF export of the soon to be 
released QGIS 2.10 and also yet unreleased 2.8.3 (the dxf improvements 
will be back-ported) - you can already use the nightlies to use all of 
the features mentioned in the article.


The credits go to Jürgen Fischer and Marco Hugentobler who developed 
this feature and Vevey/SIGE/Morges/Uster who paid for it.


Now in the next few months we hope that Jürgen can work on DXF/DWG 
import ;-) - and that we can come up with the funds for it.


Greetings,
Andreas
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Merging Shapefiles on Top of Each Other

2015-06-22 Thread Tom Lennon
Hi Tom
I betting that your merged file has NULL in the color-item you used for all
polygons from the roads source.
If that is so you could try changing the NULL color-item to a value not
included in the valid sectors color-item.
Then go to properties > style and click CLASSIFY to get the new color-item
included.
Right click the color swatch in the legend, choose change transparency and
make the color 99 percent transparent.
You can also change the outline color to be different to that of the sector
outline.
Hope it works.

Regards

On Mon, Jun 22, 2015 at 6:19 AM, DelazJ  wrote:

> Hi,
> Tom, so you have both roads and sectors in same shapefile.
> To show all of them, unless you use rule-based renderer style, in
> categorized style, they should have a common field filled.
> Once you have set the colors for all, at the right bottom of the dialog,
> you have an "Advanced" button. Use "symbol level" option to set which color
> will be on top of which one...
>
> Regards,
>
> 2015-06-22 10:33 GMT+02:00 Paulo van Breugel :
>
>> If you want one shapefile only, you might want a topologically correct
>> file, i.e., no overlapping polygons / boundaries. These could be created
>> using the v.clean function (a GRASS function available in the QGIS toolbox).
>>
>>
>> On Mon, Jun 22, 2015 at 9:55 AM, Tom Faro <
>> tom.f...@zenith-insurance.co.uk> wrote:
>>
>>>  Hi David,
>>>
>>> My apologies to both you and Matt as I should have been clearer. My aim
>>> is to merge them both so that I can use this shapefile in another piece of
>>> software (which will only accept one shapefile to be viewed at a time).
>>> However, what you are both suggesting does work perfectly if I want to stay
>>> in QGIS, so thanks very much for your help!
>>>
>>> Regards,
>>> Tom
>>>
>>>
>>>
>>>Tom Faro
>>>
>>> Pricing Analyst
>>>
>>> Zenith Insurance Management UK Ltd
>>>
>>>
>>>
>>> E-Mail :
>>>
>>> tom.f...@zenith-insurance.co.uk
>>>
>>> Web :
>>>
>>> www.zenith-insurance.co.uk
>>>
>>> Address :
>>>
>>> Chester House, Harlands Road, Haywards Heath, West Sussex, RH16 1LR
>>>
>>>
>>>
>>> Zenith Insurance Management UK Limited, a part of the Markerstudy Group
>>> of Companies
>>>
>>>  *From:* David Fawcett [mailto:david.fawc...@gmail.com]
>>> *Sent:* 19 June 2015 15:06
>>> *To:* Matt Boyd
>>> *Cc:* Tom Faro; qgis-user@lists.osgeo.org
>>> *Subject:* Re: [Qgis-user] Merging Shapefiles on Top of Each Other
>>>
>>>
>>>
>>> Tom,
>>>
>>> As Matt says, you don't need to combine the roads and sectors into the
>>> same dataset to display them together in QGIS.  You can add both separate
>>> datasets to a map and you can order the layers so that the roads are drawn
>>> after the polygons.
>>>
>>> David.
>>>
>>>
>>>
>>> On Thu, Jun 18, 2015 at 11:02 PM, Matt Boyd 
>>> wrote:
>>>
>>> Hi Tom,
>>>
>>> Have a look at some of the QGIS tutorials (google or the QGIS website
>>> shoudl have some). It sounds like you just need to overlay the layers in
>>> the correct order, merge generally means something else.
>>>
>>> You can drag / move the layers around / up / down in the layers window.
>>> Generally from top to bottom, points, lines, polygons. There is also an
>>> option to give each layer a level of transparency.
>>>
>>>
>>>
>>> On Thu, Jun 18, 2015 at 8:59 PM, Tom Faro <
>>> tom.f...@zenith-insurance.co.uk> wrote:
>>>
>>>
>>>
>>> I have been having some trouble with merging two shapefiles – one is a
>>> map of all sectors in the UK and one is a map of all motorways in the UK. I
>>> have successfully merged them by putting them both as polygons. However,
>>> when I fill in the sectors with different colours the road map disappears.
>>> The same happens when I use the same shapefile in other software.
>>>
>>>
>>>
>>> Is it possible to merge them so that the roads are always on top? Any
>>> Help with this matter would be greatly appreciated.
>>>
>>> Many Thanks,
>>> Tom
>>>
>>>
>>>
>>>
>>>
>>> [image: Environment]
>>>--
>>>
>>> Zenith Insurance Management UK Limited is an appointed service provider
>>> to Zenith Insurance plc and is not an Agent of Zenith Insurance plc. Zenith
>>> and Link are the European brands of the Markerstudy Group of Companies.
>>>
>>> Zenith Insurance Management UK Limited (Registered No. 5309111). Link
>>> Underwriting Agency Limited (Registered No. 4227586). Both companies are
>>> registered in England & Wales at Chester House, Harlands Road, Haywards
>>> Heath, West Sussex, RH16 1LR. Zenith Insurance Management UK Limited is
>>> authorised and regulated by the Financial Conduct Authority (No. 429279).
>>> For security and training purposes, all calls may be monitored or recorded.
>>>
>>> Any views of opinions expressed in this e-mail are solely those of the
>>> author and do not necessarily represent those of the Markerstudy Group of
>>> Companies. This message (and any attachments) contains information that may
>>> be confidential and protected from disclosure. If you are not the intended
>>> recipient

[Qgis-user] Print composer crash

2015-06-22 Thread Joris Hintjens
Hello,
since recently, I cannot save a print without crashing QGIS.
I tried this both on windows7 and OX Yosemite:

Saving a map via print composer (in jpg OR in pdf!): once I click the “save” 
button, the print composer goed white and stalls.
It started wit trying to save to a A0 paper format. So I reduced to smaller 
paper size, but still the problem persists. I am now back to A4 format, with a 
300 DPI resolution, but still, no improvement.
I can use my print model only 1 time, but for the second map, the composer 
crashes. I can work again when I make a new print template.

Screen record of proces is here:
https://youtu.be/iBXwC-ebubs 


When I close the composer and go back to main window to close and restart; I 
get a crash alert on quit. Crash report is stored here:

https://www.dropbox.com/s/z8vuw45o3wqxzse/crashReport.txt?dl=0

thanks for any comment or idea to solve this annoying hickup.

Joris




___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Local Government for QGIS

2015-06-22 Thread DelazJ
Hi,

2015-06-19 15:19 GMT+02:00 Carlos Cerdán :

> Hi there:
>
> As open source philosophy, personal motivation has a big weight. One
> enthusiastic QGIS user can do difference to motivate other GIS users into
> QGIS adventure.
>
> I'm working in a local government for two years and half. It took me
> almost a year convince other that our geodatabase is public and that we had
> to share shapes also, not PDF only (Sorry... life in tropics).
>
> Next step was QGIS. I developed a pilot QGIS course into the office: two
> hours each day, per one week, doing exercises with our own data.
>
> QGIS has new followers over here. The seed is sown.
>
> Here, the main feature that attracts to QGIS is the language so i
> think it'll be great if plugins can be also translated.
>
>
Agree with this, reason why I opened this thread (
http://lists.osgeo.org/pipermail/qgis-developer/2015-May/037762.html) that
unfortunately doesn't seem to attract the crowds. Any comment, idea or help
is still welcome.

Regards,
DelazJ



> Cheers from Peru
>
> Carlos Cerdán
>
>
>
> 2015-06-19 6:30 GMT-05:00 Bernhard Ströbl :
>
>> Hi all,
>>
>> I think this is a useful discussion as QGIS is (at least IMHO) the most
>> popular OpenSource GIS in the public sector. From the discussion I
>> understand there are two reasons to not use QGIS as the sole GIS in this
>> context:
>> One are missing features (e.g. missing dwg support). As the discussion
>> shows this can easily be overcome by extending QGIS. Someone needs to
>> coordinate and pay, of course, but if there are enough users in need of
>> this particular feature it will be done. The second reason seems less easy
>> to tackle: A local government has many different tasks related to spatial
>> information: parks, sewage, streets, water bodies, playgrounds, cadastral
>> information etc.. Most administrations lack the knowledge to just take QGIS
>> and model the needed data themselves, instead they are willing to pay some
>> money to a company that does it for them (and I assume this is what ESRI
>> offers with "ArcGIS for Local Government"). But most of these companies are
>> tied to a proprietary GIS software. Maybe it is also the other way round:
>> the adminstration already has a proprietary GIS and looks for someone to
>> implement their needs with it because it is (understandibly) unwilling to
>> introduce another GIS for this particular task.
>> IMHO the situation is as it is because for the overwhelming majority of
>> local government tasks there are no data standards. As soon as data
>> standards exist users are more free to choose the software that addresses
>> their needs, e.g. WMS-Servers. IMHO this makes it hard "to extend QGIS to
>> include more "applied" solutions for local government". There are, however,
>> examples: The Swiss QGEP project implementing the Swiss sewage data
>> standard, the German PostNAS project implementing the German cadastral data
>> standard. For non-stanardized data every user/company is free to model the
>> data according to their specific needs therefore QGIS is probably not the
>> right addressee. Instead the national QGIS user groups could try to
>> standardize their data needs thus making it possible to enhance QGIS to
>> support this "standard", which then would lead to an extension of QGIS.
>>
>> just some more thoughts :)
>>
>> Bernhard
>>
>>
>> Am 18.06.2015 um 08:10 schrieb Steve Golden:
>>
>>> I am glad to have sparked some discussion.  Being a FOSS4G application
>>> forum,
>>> I am not entirely surprised by some of the comments, but all are
>>> appreciated. (sorry upfront, this turned into a long post which perhaps
>>> would be better suited on a blog of some sort)
>>>
>>> I am a bit envious of those individuals who work in the public sector
>>> outside of the U.S. because it seems like there is more acceptance and
>>> directive to use FOSS/FOSS4G as primary applications and not just
>>> something
>>> that you "kick the tires" with.  As for the use of FOSS4G applications in
>>> the States, I think that Randal and others summarized it pretty well (at
>>> least perhaps for the mid-sized cities).  I knew of some cities that were
>>> using Intergraph or MapInfo, but now it is ESRI all the way.  You read
>>> about
>>> some larger government organizations using FOSS for GIS web services,
>>> but my
>>> main focus, at least for this post, is small/mid-sized local government.
>>> ESRI seems to have done a very good sales job with their "ArcGIS for
>>> Local
>>> Government" branding.  And like my original post suggested, if you look
>>> at
>>> all of the tools, apps, and maps that ESRI provides for "free" (yes,
>>> this is
>>> part of the sales propaganda) it makes their product look really good for
>>> local governments might see it as a great GIS entry point or for those
>>> older
>>> systems looking to extend into more web mapping or application
>>> development.
>>> And as others pointed out, there is the reality that you have to have
>>> staff
>>>

Re: [Qgis-user] Merging Shapefiles on Top of Each Other

2015-06-22 Thread DelazJ
Hi,
Tom, so you have both roads and sectors in same shapefile.
To show all of them, unless you use rule-based renderer style, in
categorized style, they should have a common field filled.
Once you have set the colors for all, at the right bottom of the dialog,
you have an "Advanced" button. Use "symbol level" option to set which color
will be on top of which one...

Regards,

2015-06-22 10:33 GMT+02:00 Paulo van Breugel :

> If you want one shapefile only, you might want a topologically correct
> file, i.e., no overlapping polygons / boundaries. These could be created
> using the v.clean function (a GRASS function available in the QGIS toolbox).
>
>
> On Mon, Jun 22, 2015 at 9:55 AM, Tom Faro  > wrote:
>
>>  Hi David,
>>
>> My apologies to both you and Matt as I should have been clearer. My aim
>> is to merge them both so that I can use this shapefile in another piece of
>> software (which will only accept one shapefile to be viewed at a time).
>> However, what you are both suggesting does work perfectly if I want to stay
>> in QGIS, so thanks very much for your help!
>>
>> Regards,
>> Tom
>>
>>
>>
>>Tom Faro
>>
>> Pricing Analyst
>>
>> Zenith Insurance Management UK Ltd
>>
>>
>>
>> E-Mail :
>>
>> tom.f...@zenith-insurance.co.uk
>>
>> Web :
>>
>> www.zenith-insurance.co.uk
>>
>> Address :
>>
>> Chester House, Harlands Road, Haywards Heath, West Sussex, RH16 1LR
>>
>>
>>
>> Zenith Insurance Management UK Limited, a part of the Markerstudy Group
>> of Companies
>>
>>  *From:* David Fawcett [mailto:david.fawc...@gmail.com]
>> *Sent:* 19 June 2015 15:06
>> *To:* Matt Boyd
>> *Cc:* Tom Faro; qgis-user@lists.osgeo.org
>> *Subject:* Re: [Qgis-user] Merging Shapefiles on Top of Each Other
>>
>>
>>
>> Tom,
>>
>> As Matt says, you don't need to combine the roads and sectors into the
>> same dataset to display them together in QGIS.  You can add both separate
>> datasets to a map and you can order the layers so that the roads are drawn
>> after the polygons.
>>
>> David.
>>
>>
>>
>> On Thu, Jun 18, 2015 at 11:02 PM, Matt Boyd  wrote:
>>
>> Hi Tom,
>>
>> Have a look at some of the QGIS tutorials (google or the QGIS website
>> shoudl have some). It sounds like you just need to overlay the layers in
>> the correct order, merge generally means something else.
>>
>> You can drag / move the layers around / up / down in the layers window.
>> Generally from top to bottom, points, lines, polygons. There is also an
>> option to give each layer a level of transparency.
>>
>>
>>
>> On Thu, Jun 18, 2015 at 8:59 PM, Tom Faro <
>> tom.f...@zenith-insurance.co.uk> wrote:
>>
>>
>>
>> I have been having some trouble with merging two shapefiles – one is a
>> map of all sectors in the UK and one is a map of all motorways in the UK. I
>> have successfully merged them by putting them both as polygons. However,
>> when I fill in the sectors with different colours the road map disappears.
>> The same happens when I use the same shapefile in other software.
>>
>>
>>
>> Is it possible to merge them so that the roads are always on top? Any
>> Help with this matter would be greatly appreciated.
>>
>> Many Thanks,
>> Tom
>>
>>
>>
>>
>>
>> [image: Environment]
>>--
>>
>> Zenith Insurance Management UK Limited is an appointed service provider
>> to Zenith Insurance plc and is not an Agent of Zenith Insurance plc. Zenith
>> and Link are the European brands of the Markerstudy Group of Companies.
>>
>> Zenith Insurance Management UK Limited (Registered No. 5309111). Link
>> Underwriting Agency Limited (Registered No. 4227586). Both companies are
>> registered in England & Wales at Chester House, Harlands Road, Haywards
>> Heath, West Sussex, RH16 1LR. Zenith Insurance Management UK Limited is
>> authorised and regulated by the Financial Conduct Authority (No. 429279).
>> For security and training purposes, all calls may be monitored or recorded.
>>
>> Any views of opinions expressed in this e-mail are solely those of the
>> author and do not necessarily represent those of the Markerstudy Group of
>> Companies. This message (and any attachments) contains information that may
>> be confidential and protected from disclosure. If you are not the intended
>> recipient of this message or any parts of it, please immediately contact
>> the sender and delete the message from your system. No other person is
>> authorised to copy, forward, distribute, disseminate or retain this message
>> in any form.
>>  --
>>
>> This email message has been scanned for viruses by Mimecast.
>> Mimecast delivers a complete managed email solution from a single web
>> based platform.
>> For more information please visit http://www.mimecast.com
>>  --
>>
>>
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>>
>>
>>
>> ___
>> Qgis-user 

[Qgis-user] QGIS crashes when zooming out from MS SQL layer

2015-06-22 Thread Blumentrath, Stefan
Hi,

I have a View in MS SQL containing some point data (263 points) and a int64 
primary key (qlonglong data type in QGIS), which I have loaded to QGIS (CRS: 
4326, no OTF-projection).
When I zoom out, QGIS crashes at a certain zoom level. "Zoom to layer" crashes 
every time I try. This happens both in master and 2.8.2.

When I export the layer to shape, the resulting file alone works just fine 
(some data types in the attribute table were converted)...
Both layers (shape and MS SQL) have exactly the same spatial extent.
I tried to compare the number of features in the MS SQL layer and the shape 
layer. "Count features" did not work for the MS SQL layer, but number of 
entries in the attribute table are the same...

Any ideas? Should I file a ticket?

Thanks for helping.

Cheers
Stefan
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] FW: QGIS crashes when zooming out from MS SQL layer

2015-06-22 Thread Blumentrath, Stefan
Should have probably mentioned: Points are stored as  data type...
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Merging Shapefiles on Top of Each Other

2015-06-22 Thread Paulo van Breugel
If you want one shapefile only, you might want a topologically correct
file, i.e., no overlapping polygons / boundaries. These could be created
using the v.clean function (a GRASS function available in the QGIS toolbox).


On Mon, Jun 22, 2015 at 9:55 AM, Tom Faro 
wrote:

>  Hi David,
>
> My apologies to both you and Matt as I should have been clearer. My aim is
> to merge them both so that I can use this shapefile in another piece of
> software (which will only accept one shapefile to be viewed at a time).
> However, what you are both suggesting does work perfectly if I want to stay
> in QGIS, so thanks very much for your help!
>
> Regards,
> Tom
>
>
>
>Tom Faro
>
> Pricing Analyst
>
> Zenith Insurance Management UK Ltd
>
>
>
> E-Mail :
>
> tom.f...@zenith-insurance.co.uk
>
> Web :
>
> www.zenith-insurance.co.uk
>
> Address :
>
> Chester House, Harlands Road, Haywards Heath, West Sussex, RH16 1LR
>
>
>
> Zenith Insurance Management UK Limited, a part of the Markerstudy Group of
> Companies
>
>  *From:* David Fawcett [mailto:david.fawc...@gmail.com]
> *Sent:* 19 June 2015 15:06
> *To:* Matt Boyd
> *Cc:* Tom Faro; qgis-user@lists.osgeo.org
> *Subject:* Re: [Qgis-user] Merging Shapefiles on Top of Each Other
>
>
>
> Tom,
>
> As Matt says, you don't need to combine the roads and sectors into the
> same dataset to display them together in QGIS.  You can add both separate
> datasets to a map and you can order the layers so that the roads are drawn
> after the polygons.
>
> David.
>
>
>
> On Thu, Jun 18, 2015 at 11:02 PM, Matt Boyd  wrote:
>
> Hi Tom,
>
> Have a look at some of the QGIS tutorials (google or the QGIS website
> shoudl have some). It sounds like you just need to overlay the layers in
> the correct order, merge generally means something else.
>
> You can drag / move the layers around / up / down in the layers window.
> Generally from top to bottom, points, lines, polygons. There is also an
> option to give each layer a level of transparency.
>
>
>
> On Thu, Jun 18, 2015 at 8:59 PM, Tom Faro 
> wrote:
>
>
>
> I have been having some trouble with merging two shapefiles – one is a map
> of all sectors in the UK and one is a map of all motorways in the UK. I
> have successfully merged them by putting them both as polygons. However,
> when I fill in the sectors with different colours the road map disappears.
> The same happens when I use the same shapefile in other software.
>
>
>
> Is it possible to merge them so that the roads are always on top? Any Help
> with this matter would be greatly appreciated.
>
> Many Thanks,
> Tom
>
>
>
>
>
> [image: Environment]
>--
>
> Zenith Insurance Management UK Limited is an appointed service provider to
> Zenith Insurance plc and is not an Agent of Zenith Insurance plc. Zenith
> and Link are the European brands of the Markerstudy Group of Companies.
>
> Zenith Insurance Management UK Limited (Registered No. 5309111). Link
> Underwriting Agency Limited (Registered No. 4227586). Both companies are
> registered in England & Wales at Chester House, Harlands Road, Haywards
> Heath, West Sussex, RH16 1LR. Zenith Insurance Management UK Limited is
> authorised and regulated by the Financial Conduct Authority (No. 429279).
> For security and training purposes, all calls may be monitored or recorded.
>
> Any views of opinions expressed in this e-mail are solely those of the
> author and do not necessarily represent those of the Markerstudy Group of
> Companies. This message (and any attachments) contains information that may
> be confidential and protected from disclosure. If you are not the intended
> recipient of this message or any parts of it, please immediately contact
> the sender and delete the message from your system. No other person is
> authorised to copy, forward, distribute, disseminate or retain this message
> in any form.
>  --
>
> This email message has been scanned for viruses by Mimecast.
> Mimecast delivers a complete managed email solution from a single web
> based platform.
> For more information please visit http://www.mimecast.com
>  --
>
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Merging Shapefiles on Top of Each Other

2015-06-22 Thread Tom Faro
Hi David,

My apologies to both you and Matt as I should have been clearer. My aim is to 
merge them both so that I can use this shapefile in another piece of software 
(which will only accept one shapefile to be viewed at a time). However, what 
you are both suggesting does work perfectly if I want to stay in QGIS, so 
thanks very much for your help!

Regards,
Tom

[cid:image007.jpg@01D0ACC9.A48A37B0]
Tom Faro

Pricing Analyst

Zenith Insurance Management UK Ltd


E-Mail :

tom.f...@zenith-insurance.co.uk

Web :

www.zenith-insurance.co.uk

Address :

Chester House, Harlands Road, Haywards Heath, West Sussex, RH16 1LR


[cid:image003.jpg@01D0ACC9.A2AB6590]  [cid:image004.jpg@01D0ACC9.A2AB6590]

Zenith Insurance Management UK Limited, a part of the Markerstudy Group of 
Companies
[cid:image005.jpg@01D0ACC9.A2AB6590]
From: David Fawcett [mailto:david.fawc...@gmail.com]
Sent: 19 June 2015 15:06
To: Matt Boyd
Cc: Tom Faro; qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Merging Shapefiles on Top of Each Other

Tom,
As Matt says, you don't need to combine the roads and sectors into the same 
dataset to display them together in QGIS.  You can add both separate datasets 
to a map and you can order the layers so that the roads are drawn after the 
polygons.
David.

On Thu, Jun 18, 2015 at 11:02 PM, Matt Boyd 
mailto:mattsli...@gmail.com>> wrote:
Hi Tom,
Have a look at some of the QGIS tutorials (google or the QGIS website shoudl 
have some). It sounds like you just need to overlay the layers in the correct 
order, merge generally means something else.
You can drag / move the layers around / up / down in the layers window. 
Generally from top to bottom, points, lines, polygons. There is also an option 
to give each layer a level of transparency.

On Thu, Jun 18, 2015 at 8:59 PM, Tom Faro 
mailto:tom.f...@zenith-insurance.co.uk>> wrote:

I have been having some trouble with merging two shapefiles – one is a map of 
all sectors in the UK and one is a map of all motorways in the UK. I have 
successfully merged them by putting them both as polygons. However, when I fill 
in the sectors with different colours the road map disappears. The same happens 
when I use the same shapefile in other software.

Is it possible to merge them so that the roads are always on top? Any Help with 
this matter would be greatly appreciated.

Many Thanks,
Tom


[Environment]


Zenith Insurance Management UK Limited is an appointed service provider to 
Zenith Insurance plc and is not an Agent of Zenith Insurance plc. Zenith and 
Link are the European brands of the Markerstudy Group of Companies.

Zenith Insurance Management UK Limited (Registered No. 5309111). Link 
Underwriting Agency Limited (Registered No. 4227586). Both companies are 
registered in England & Wales at Chester House, Harlands Road, Haywards Heath, 
West Sussex, RH16 1LR. Zenith Insurance Management UK Limited is authorised and 
regulated by the Financial Conduct Authority (No. 429279). For security and 
training purposes, all calls may be monitored or recorded.

Any views of opinions expressed in this e-mail are solely those of the author 
and do not necessarily represent those of the Markerstudy Group of Companies. 
This message (and any attachments) contains information that may be 
confidential and protected from disclosure. If you are not the intended 
recipient of this message or any parts of it, please immediately contact the 
sender and delete the message from your system. No other person is authorised 
to copy, forward, distribute, disseminate or retain this message in any form.

This email message has been scanned for viruses by Mimecast.
Mimecast delivers a complete managed email solution from a single web based 
platform.
For more information please visit http://www.mimecast.com


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user