[QGIS-Developer] Plugin [1522] Ground Radiation Monitoring approval notification.

2018-08-17 Thread noreply

Plugin Ground Radiation Monitoring approval by pcav.
The plugin version "[1522] Ground Radiation Monitoring 1.0.0" is now approved
Link: http://plugins.qgis.org/plugins/ground-radiation-monitoring-plugin/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Plugin [1523] Map Corners Coordinates approval notification.

2018-08-17 Thread noreply

Plugin Map Corners Coordinates approval by pcav.
The plugin version "[1523] Map Corners Coordinates 1.0.0" is now approved
Link: http://plugins.qgis.org/plugins/map-coords-plugin/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Plugin [998] Standard Deviational Ellipse approval notification.

2018-08-17 Thread noreply

Plugin Standard Deviational Ellipse approval by pcav.
The plugin version "[998] Standard Deviational Ellipse 3.0.1" is now approved
Link: http://plugins.qgis.org/plugins/SDEllipse/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Plugin [998] Standard Deviational Ellipse approval notification.

2018-08-17 Thread noreply

Plugin Standard Deviational Ellipse approval by pcav.
The plugin version "[998] Standard Deviational Ellipse 1.2.2" is now approved
Link: http://plugins.qgis.org/plugins/SDEllipse/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] QGIS 3 Ellipsoid Parameters

2018-08-17 Thread C Hamilton
Nyall,

Thanks!!! That is just what I needed.

Calvin

On Thu, Aug 16, 2018 at 5:35 PM, Nyall Dawson 
wrote:

> On Fri, 17 Aug 2018 at 01:24, C Hamilton  wrote:
> >
> > How do I get access to the ellipsoid parameters, in Python, found in the
> Project Properties under Measurements->Ellipsoid? -- ie. the ellipsoid
> name, semi-major, and semi-minor axis.
>
> QgsProject.instance().ellipsoid()
>
> and
>
> QgsEllipsoidUtils.ellipsoidParameters( QgsProject.instance().ellipsoid() )
>
> > Does QGIS 3 still use Vincinty to calculate geodesic distances and
> position or does it use something else?
>
> Yes.
> .
> .
> .
> (Until you port your nice functions to c++ and send in a pull request ;P )
>
> Nyall
>
> >
> > Thanks,
> >
> > Calvin
> > ___
> > QGIS-Developer mailing list
> > QGIS-Developer@lists.osgeo.org
> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] [Server] feature typeName namespace in WFS GetFeature

2018-08-17 Thread Stéphane Brunner
Hello,

In the test we configure the typeName like this
https://github.com/qgis/QGIS/blob/6d1e420c71615307bb2d5e84c187b32a1a363cda/tests/src/python/test_qgsserver_wfs.py#L217
http://www.qgis.org/gml";>


But I understand this is wrong, it should be
http://www.qgis.org/gml";>
or
http://www.qgis.org/gml";>

Am I right or not?

CU
Stéphane


-- 
camptocamp.com
mapfish.org
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer