[Qgis-user] GEOJSON Marker colours

2015-10-30 Thread Phil (The Geek) Wyatt
Hi Folks, Can anyone give me any clues on how I can export from a shapefile to GEOJSON and maintain my marker colours? Cheers - Phil ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] GEOJSON Marker colours

2015-10-30 Thread Phil (The Geek) Wyatt
Thanks folks, Much appreciated -Original Message- From: Alex Mandel [mailto:tech_...@wildintellect.com] Sent: Saturday, 31 October 2015 1:45 AM To: David Fawcett; Phil (The Geek) Wyatt Cc: qgis-user Subject: Re: [Qgis-user] GEOJSON Marker colours That said, there are some potential

Re: [Qgis-user] QGIS 2.8.2 GPS Tools and Garmin USB Connection

2015-10-30 Thread Piotr Kania
Hi all, as a workaround try to use DNRGPS - it's free app (http://www.dnr.state.mn.us/mis/gis/DNRGPS/DNRGPS.html). In settings it's possible to set up your country epsg code, in that way all waypoints and traces transfered from garmin receiver to DNRGPS can be saved as shp in your preferred

[Qgis-user] QGIS 2.12 packaging for Ubuntu 14.04?

2015-10-30 Thread G. Allegri
AFAICS the ubuntugis dist doesn't contain QGIS 2.12 for Ubuntu Trusty. Is the packaging going to be created or will it be available for Precise only? Trusty is an LTS so IMHO it should be mantained with up to date QGIS releases. giovanni -- Giovanni Allegri http://about.me/giovanniallegri

Re: [Qgis-user] QGIS 2.8.2 GPS Tools and Garmin USB Connection

2015-10-30 Thread Markus Weidenbach
Hi Antonio, I have the same problem with the same GPS device (Garmin GPSMap 76CSx) connected via USB cable to my Win 7 and QGIS 2.8: QGIS does not recognize the Garmin device. The USB driver is updated from the Garmin webpage and the connection works to transfer data to the SD Card of Garmin

Re: [Qgis-user] QGIS- How to render a raster using a field other than Value [SEC=UNCLASSIFIED]

2015-10-30 Thread Paulo van Breugel
I guess what you are referring to is that in ArcGIS you can link attribute tables to rasters, and subsequently use any column to define the legend. There have been feature requests for this in QGIS, but it has not been implemented yet as far as I know. It is however fairly easy to define the

Re: [Qgis-user] QGIS 2.12 packaging for Ubuntu 14.04?

2015-10-30 Thread G. Allegri
I see the nightly contains QGIS 2.12 up to 42e9dbe commit. Anyway, ubuntugis should contain the latest release, i.e. commit cd9d6450 (tag final_2_12_0). giovanni 2015-10-30 11:49 GMT+01:00 G. Allegri : > AFAICS the ubuntugis dist doesn't contain QGIS 2.12 for Ubuntu Trusty.

[Qgis-user] Marine or Aviation Navigation plugins

2015-10-30 Thread G. Garibaldi
Anybody doing marine or aviation navigation plugins for course plotting? G. ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] GEOJSON Marker colours

2015-10-30 Thread Alex Mandel
That said, there are some potential workarounds. If this is for a web map you could 1. save the style to SLD, then reapply the SLD with your web js code or 2. Save the style information into columns of your attribute table and the use code to rextract those components to be useful. The QGIS2leaf

Re: [Qgis-user] QGIS 2.12 packaging for Ubuntu 14.04?

2015-10-30 Thread G. Allegri
What I meant is having 2.12 (final realease) in qgis.org/ubuntugis. At the moment we have 2.12 (latest commit) in http://qgis.org/debian-nightly-release, also for Ubuntu. In any case, yes, the need of ppa ubuntugis-unstable for dependencies make it quite cumbersome for common users... giovanni

Re: [Qgis-user] GEOJSON Marker colours

2015-10-30 Thread David Fawcett
Phil, Both shapefile and GeoJSON are just data formats, and they don't encode any styling or marker information. In QGIS, after you export to GeoJSON and add it to your project, you can copy the styling from the shapefile instance of that layer to your GeoJSON layer. That styling will only

Re: [Qgis-user] QGIS 2.12 packaging for Ubuntu 14.04?

2015-10-30 Thread Jürgen E . Fischer
Hi Alex, On Fri, 30. Oct 2015 at 07:48:43 -0700, Alex Mandel wrote: > I think Jurgen decided to keep ubuntugis at the LTS and push the newer > ones on qgis.org, since you can only have 1 version in a given repo. No. The trusty build just with ubuntugis dependencies for amd64 build failed with:

Re: [Qgis-user] QGIS 2.12 packaging for Ubuntu 14.04?

2015-10-30 Thread G. Allegri
Ok, thanks Jurgen. 2015-10-30 16:17 GMT+01:00 Jürgen E. : > Hi Alex, > > On Fri, 30. Oct 2015 at 07:48:43 -0700, Alex Mandel wrote: > > I think Jurgen decided to keep ubuntugis at the LTS and push the newer > > ones on qgis.org, since you can only have 1 version in a given repo.

Re: [Qgis-user] QGIS 2.12 packaging for Ubuntu 14.04?

2015-10-30 Thread Alex Mandel
I think Jurgen decided to keep ubuntugis at the LTS and push the newer ones on qgis.org, since you can only have 1 version in a given repo. Both are built against ubuntugis dependencies. But to get 2.12 you have to have both the qgis.org ubuntugis repo and the ubuntugis-unstable repo. This