Re: [Qgis-developer] Old symbology removed in master

2013-04-08 Thread Andreas Neumann
Hi Martin, Thank you for your work on removing the old symbology stuff. Marco is working on data-defined symbology and it is already in master. These are now all on the symbol level as you may want different rotations for each component of a combined symbol. Also the units are now more

Re: [Qgis-developer] Old symbology removed in master

2013-04-08 Thread Mathieu Pellerin
Re texture fill, does the svg fill support bitmap within svg? M On 8 Apr 2013 13:25, Andreas Neumann a.neum...@carto.net wrote: Hi Martin, Thank you for your work on removing the old symbology stuff. Marco is working on data-defined symbology and it is already in master. These are now all

Re: [Qgis-developer] Old symbology removed in master

2013-04-08 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Martin, thanks for this. Il 08/04/2013 00:38, Martin Dobias ha scritto: - data-defined rotation / scale / symbol name - TODO - map units flag for point symbol - TODO - continuous color renderer - no equivalent in new symbology (graduated

Re: [Qgis-developer] Old symbology removed in master

2013-04-08 Thread jr . morreale
Le 2013-04-08 00:38, Martin Dobias a écrit : Old labeling has been kept as-is - there's not so much code involved (basically just one class, QgsLabel) so it's not such hot topic within the API cleanup. Is the .ui part of old labeling now gone ? ___

Re: [Qgis-developer] Old symbology removed in master

2013-04-08 Thread Marco Hugentobler
Hi Martin Thanks for cleaning out the symbology. I also like to have the V2 postfixes removed. Regards, Marco On 08.04.2013 00:38, Martin Dobias wrote: Hi just a quick note that old symbology API has been removed: QgsRenderer (+ implementations), QgsSymbol and few others are gone. Projects

[Qgis-developer] mbtiles for android

2013-04-08 Thread Marco Bernasocchi
Note that with GDAL 1.10, you'll be able to open mbtiles files directly as any other GDAL rasters. Even, do you already have a release date in mind? In the effort to get a QGIS 2.0 version out on android with a nice featureset (Python, better stability, ...), having mbtiles would be great.

[Qgis-developer] QgsRubberband does not draw polygons(python)

2013-04-08 Thread vinayan
Hi, I am simply stuck at a seemingly simple issue. I want to create a polygon rubberband. But even after setting the isPolygon in the constructor to 'True', it is creating a polyline rubberband. I am using latest master version. Here is what i tried in the python console. pastebin link

Re: [Qgis-developer] QgsRubberband does not draw polygons(python)

2013-04-08 Thread vinayan
thanks to Salvatore's help on irc, i got over this issue. apparently the 'isPolygon' method was deprected.. here is the snippet that worked.. mCanvas = iface.mapCanvas() rb = QgsRubberBand(mCanvas,QGis.Polygon) rb.addPoint(QgsPoint(300,300)) rb.addPoint(QgsPoint(400,400))

Re: [Qgis-developer] mbtiles for android

2013-04-08 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 08/04/2013 14:09, Marco Bernasocchi ha scritto: Note that with GDAL 1.10, you'll be able to open mbtiles files directly as any other GDAL rasters. Even, do you already have a release date in mind? In the effort to get a QGIS 2.0 version out

Re: [Qgis-developer] mbtiles for android

2013-04-08 Thread Even Rouault
Selon Marco Bernasocchi ma...@bernawebdesign.ch: Note that with GDAL 1.10, you'll be able to open mbtiles files directly as any other GDAL rasters. Even, do you already have a release date in mind? In the effort to get a QGIS 2.0 version out on android with a nice featureset (Python,

Re: [Qgis-developer] mbtiles for android

2013-04-08 Thread Even Rouault
Selon Marco Bernasocchi ma...@bernawebdesign.ch: is there a beta src archive somewhere? i couldnt find it. so i could try if it builds well. Yes, see the announcement here : http://lists.osgeo.org/pipermail/gdal-dev/2013-March/035807.html Windows daily builds are also available at

Re: [Qgis-developer] Error updating color ramps

2013-04-08 Thread Etienne Tourigny
I have updated color ramp manager to version 0.2.1 which uses new package files in the repository at github.org . Please test and report here - could you test downloading the selection as well as the full cpt-city package? Regards, Etienne On Wed, Apr 3, 2013 at 4:03 AM, Paolo Cavallini

Re: [Qgis-developer] Old symbology removed in master

2013-04-08 Thread Ramon Andiñach
On 09/04/2013, at 05:32 , Paolo Cavallini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 08/04/2013 23:19, Martin Dobias ha scritto: I agree, but that would be a new feature to make random color assignment simpler in new symbology. Yo can see it like this, but from the user

Re: [Qgis-developer] Label backgrounds (shape, SVG, drop shadow)

2013-04-08 Thread Larry Shaffer
Hi, Here's an update on the labeling work I've been doing for the past week: * Label backgrounds (geometric shapes and SVG) have been implemented/committed, but currently have a couple of loose ends [0]. * Label drop shadows are essentially functional, and work for label buffers [1]. I need a