Re: [QGIS-Developer] Profile plugins

2019-08-27 Thread Wilhelm Berg
Hi, I'm the developer of the VoGIS Profile Tool.

I understand the goal of unifying and it makes total sense to reduce
redundancy, but this plugin was contract work for the Austrian province
Vorarlberg (
https://vorarlberg.at/web/land-vorarlberg/-/landesamt-fuer-vermessung-und-geoinformation-lvg)
tailored to their needs (eg hectometers)

I have to consult with them about their thoughts first before being able to
provide any suggestions.

Cheers


On Tue, Aug 27, 2019 at 9:22 AM Paolo Cavallini 
wrote:

> Dear developers of profile plugins,
> as you know, we do our best to keep the plugin repository tidy and
> clean, to reduce duplication which is confusing for the users and makes
> management and maintenance more difficult. With >1,000 plugins now, this
> is a necessity more than a choice.
> A suggestion from Calvin[0] in the qgis-dev mailing list pushed me to
> approach you again, to check together the opportunities to improve the
> current situation. I would be grateful if you could take the time to
> check his suggestions and discuss together the way to come up with a
> beautiful, unified plugin. I know this is extra work for you, and that
> everybody tends to like his own solutions, but the gains from having an
> unified solutions are great from all points of view.
> Looking forward for your suggestions.
> Cheers.
>
> [0]
> > I don't consider "Profile Tool" to be perfect, but I find it useful to
> > generate cross sections on DEMS. There are 4 plugins that create
> > profiles, but I would say that "Profile Tool" is the easiest to use. The
> > plugin "Temporal/Spectral Profile Tool" probably should not have been
> > accepted as a QGIS plugin because it is a modified version of the
> > Profile Tool. I can't get it to work. That author should have worked
> > with the Profile Tool author to make a better plugin. VoGIS Profile Tool
> > is also very similar. qProf seems to be a little more advanced.
> > Ultimately, it would be nice to merge all 4 into one tool.
>
> --
> Paolo Cavallini - www.faunalia.eu
> QGIS.ORG Chair:
> http://planet.qgis.org/planet/user/28/tag/qgis%20board/
>
___
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] Please approve CKAN-Browser 0.2.9 update

2016-02-12 Thread Wilhelm Berg
http://plugins.qgis.org/plugins/CKANBrowser/version/0.2.9/

Thanks,
Wilhelm
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] PlugIn Approval: VoGisProfilTool 1.8.7

2014-04-02 Thread Wilhelm Berg
Please approve new version of VoGIS Profiltool:

http://plugins.qgis.org/plugins/VoGisProfilTool/

I've added more checks for invalid geometries.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] PlugIn Approval: VoGisProfilTool 1.8.5

2014-01-28 Thread Wilhelm Berg
Hi,

please approve new version.
http://plugins.qgis.org/plugins/VoGisProfilTool/

As suggested by Paolo Cavallini (
https://github.com/BergWerkGIS/VoGIS-Profil-Tool/issues/1) I've moved the
menu entry to the Raster menu.

Regards,
Wilhelm
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Plugin approval: VoGIS Profiltool 1.8.4

2014-01-17 Thread Wilhelm Berg
Hi Anita,

I'm still not able to reproduce the problem, but looking at this is bug,
geos seems to break shapely.
http://comments.gmane.org/gmane.linux.debian.devel.bugs.general/838

Would you mind checking with this version, if you still encounter an
exception?
https://github.com/BergWerkGIS/VoGIS-Profil-Tool/raw/master/VoGisProfilTool/VoGisProfilTool.zip

Thanks,
Wilhelm



*www.Immo-Focus-Wien.at* http://www.immo-focus-wien.at/
Die Innovative Lösung für Immobilienmakler

*Dr. Wilhelm BERG*
BergWerk EDV-Dienstleistungen e.U.
Bruckweg 24
3508 Paudorf

Tel: +43 664 345 0 417

w...@bergwerk-gis.at
www.BergWerk-GIS.at http://www.bergwerk-gis.at/




On Thu, Jan 16, 2014 at 6:37 PM, Anita Graser anitagra...@gmx.at wrote:

 Am 15.01.2014, 22:50 Uhr, schrieb Wilhelm Berg w...@bergwerk-gis.at:


  Thanks for the Stacktrace.

 Looks like the problem with missing shapely I took care of in version
 1.8.4.
 Did you use 1.8.3 or 1.8.4?



 I made sure to first install python-shapely from the Advanced installer
 and then installed the VoGIS Profile tool version 1.8.4

 Interestingly, the installer offers python-shapely 1.2.9 and 1.2.18. I
 installed 1.2.18-1.

 Best wishes,
 Anita




 Regards,
 Wilhelm

 On Wed, Jan 15, 2014 at 6:21 PM, Anita Graser anitagra...@gmx.at wrote:

  Am 15.01.2014, 15:03 Uhr, schrieb Wilhelm Berg w...@bergwerk-gis.at:


  Thanks.

 I just checked with 64bit OSGeo4W (Express Install).
 No problems.

 Have you done a custom install and maybe manually deselected any
 dependencies?


 I did the advanced install but did not (knowingly) deselect any
 dependencies.

 Maybe this trace helps:

 Couldn't load plugin VoGisProfilTool due an error when calling its
 classFactory() method

 Traceback (most recent call last):
   File C:/OSGeo4W/apps/qgis/./python\qgis\utils.py, line 204, in
 startPlugin
 plugins[packageName] = package.classFactory(iface)
   File C:\Users\Anita/.qgis2/python/plugins\VoGisProfilTool\__
 init__.py,
 line 63, in classFactory
 from vogisprofiltoolmain import VoGISProfilToolMain
   File C:/OSGeo4W/apps/qgis/./python\qgis\utils.py, line 453, in
 _import
 mod = _builtin_import(name, globals, locals, fromlist, level)
   File C:\Users\Anita/.qgis2/python/plugins\VoGisProfilTool\
 vogisprofiltoolmain.py,
 line 27, in
 from vogisprofiltoolmaindialog import VoGISProfilToolMainDialog
   File C:/OSGeo4W/apps/qgis/./python\qgis\utils.py, line 453, in
 _import
 mod = _builtin_import(name, globals, locals, fromlist, level)
   File C:\Users\Anita/.qgis2/python/plugins\VoGisProfilTool\
 vogisprofiltoolmaindialog.py,
 line 37, in
 from util.createProfile import CreateProfile
   File C:/OSGeo4W/apps/qgis/./python\qgis\utils.py, line 453, in
 _import
 mod = _builtin_import(name, globals, locals, fromlist, level)
   File C:\Users\Anita/.qgis2/python/plugins\VoGisProfilTool\util\
 createProfile.py,
 line 4, in
 from shapely.wkb import loads
   File C:/OSGeo4W/apps/qgis/./python\qgis\utils.py, line 453, in
 _import
 mod = _builtin_import(name, globals, locals, fromlist, level)
   File C:\OSGeo4W\apps\Python27\lib\site-packages\shapely\wkb.py, line
 6, in
   File C:/OSGeo4W/apps/qgis/./python\qgis\utils.py, line 453, in
 _import
 mod = _builtin_import(name, globals, locals, fromlist, level)
   File C:\OSGeo4W\apps\Python27\lib\site-packages\shapely\geos.py,
 line
 99, in
   File C:\OSGeo4W\apps\Python27\lib\site-packages\shapely\geos.py,
 line
 97, in _geos_c_version
   File C:\OSGeo4W\apps\Python27\lib\site-packages\shapely\geos.py,
 line
 97, in
 ValueError: invalid literal for int() with base 10: '2 r3921'

 Python version:
 2.7.4 (default, Apr  6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]


 QGIS version:
 2.0.1-Dufour Dufour, ebebdf3

 Python path: ['C:\\Users\\Anita/.qgis2/python/plugins\\processing',
 'C:/OSGeo4W/apps/qgis/./python', 'C:\\Users\\Anita/.qgis2/python',
 'C:\\Users\\Anita/.qgis2/python/plugins', 'C:/OSGeo4W/apps/qgis/./
 python/plugins',
 'C:\\OSGeo4W\\bin\\python27.zip', 'C:\\OSGeo4W\\apps\\Python27\\DLLs',
 'C:\\OSGeo4W\\apps\\Python27\\lib', 'C:\\OSGeo4W\\apps\\Python27\\
 lib\\plat-win',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\lib-tk', 'C:\\OSGeo4W\\bin',
 'C:\\OSGeo4W\\apps\\Python27', 'C:\\OSGeo4W\\apps\\Python27\\
 lib\\site-packages',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\PIL',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\win32',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\win32\\lib',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\Pythonwin',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\Shapely-1.
 2.18-py2.7-win32.egg',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\wx-2.8-msw-unicode',
 '.', '~/.qgis/python', '.']











  Regards,
 Wilhelm


 On Wed, Jan 15, 2014 at 2:10 PM, Josef K groundwater...@gmail.com
 wrote:


  I can confirm the same errors as reported by Anita. I have a osgeo4w
 64-bit install of QGIS 2.0.1 (win 7 professional).

 Please see screen dump here: http://goo.gl

Re: [Qgis-developer] Plugin approval: VoGIS Profiltool 1.8.4

2014-01-15 Thread Wilhelm Berg
Thanks.
I just checked with 64bit OSGeo4W (Express Install).
No problems.

Have you done a custom install and maybe manually deselected any
dependencies?

Regards,
Wilhelm


On Wed, Jan 15, 2014 at 2:10 PM, Josef K groundwater...@gmail.com wrote:


 I can confirm the same errors as reported by Anita. I have a osgeo4w
 64-bit install of QGIS 2.0.1 (win 7 professional).

 Please see screen dump here: http://goo.gl/mjfoO2

 regards
 Josef



 -- Vidarebefordrat meddelande --
 From: Anita Graser anitagra...@gmx.at
 To: Wilhelm Berg w...@bergwerk-gis.at
 Cc: qgis-developer qgis-developer@lists.osgeo.org
 Date: Tue, 14 Jan 2014 22:47:47 +0100
 Subject: Re: [Qgis-developer] Plugin approval: VoGIS Profiltool 1.8.4

 Am 14.01.2014, 21:56 Uhr, schrieb Wilhelm Berg w...@bergwerk-gis.at:

  Hi Anita,

 could you be a bit more specific about your setup?
 I tested the lasted version on Windows with 1.8 and 2.0.1 (Standalone
 installer) without problems.


 Sure, Win 7 + QGIS 2.0.1 from OSGeo4W installer. It's the first time I've
 seen an error like this.

 Best wishes,
 Anita



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

Re: [Qgis-developer] Plugin approval: VoGIS Profiltool 1.8.4

2014-01-15 Thread Wilhelm Berg
Thanks again for testing.
Don't know about any changes in the OSGeo4W Installer though.
I'm using the Standalone Installer mostly.

Are you using version 1.8.3 or 1.8.4 of the plugin?
1.8.4, where I'm checking for missing shapely, is not approved yet.

However you can get it here:
https://github.com/BergWerkGIS/VoGIS-Profil-Tool/raw/master/VoGisProfilTool/VoGisProfilTool.zip

Regards,
Wilhelm




On Wed, Jan 15, 2014 at 4:44 PM, Josef K groundwater...@gmail.com wrote:

 Hi Wilhelm
 I updated my QGIS install with default dependencies as they are installed
 by the osgeo4w advanced installer.
 Now the voGIS profileTools is installed without errors. It seems like
 shapely has been updated since my last install?
 regards
 Josef


 2014/1/15 Wilhelm Berg w...@bergwerk-gis.at


 Thanks.
 I just checked with 64bit OSGeo4W (Express Install).
 No problems.

 Have you done a custom install and maybe manually deselected any
 dependencies?

 Regards,
 Wilhelm


 On Wed, Jan 15, 2014 at 2:10 PM, Josef K groundwater...@gmail.comwrote:


 I can confirm the same errors as reported by Anita. I have a osgeo4w
 64-bit install of QGIS 2.0.1 (win 7 professional).

 Please see screen dump here: http://goo.gl/mjfoO2

 regards
 Josef



 -- Vidarebefordrat meddelande --
 From: Anita Graser anitagra...@gmx.at
 To: Wilhelm Berg w...@bergwerk-gis.at
 Cc: qgis-developer qgis-developer@lists.osgeo.org
 Date: Tue, 14 Jan 2014 22:47:47 +0100
 Subject: Re: [Qgis-developer] Plugin approval: VoGIS Profiltool 1.8.4

 Am 14.01.2014, 21:56 Uhr, schrieb Wilhelm Berg w...@bergwerk-gis.at:

  Hi Anita,

 could you be a bit more specific about your setup?
 I tested the lasted version on Windows with 1.8 and 2.0.1 (Standalone
 installer) without problems.


 Sure, Win 7 + QGIS 2.0.1 from OSGeo4W installer. It's the first time
 I've seen an error like this.

 Best wishes,
 Anita





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

Re: [Qgis-developer] Plugin approval: VoGIS Profiltool 1.8.4

2014-01-15 Thread Wilhelm Berg
Thanks for the Stacktrace.

Looks like the problem with missing shapely I took care of in version 1.8.4.
Did you use 1.8.3 or 1.8.4?

Regards,
Wilhelm

On Wed, Jan 15, 2014 at 6:21 PM, Anita Graser anitagra...@gmx.at wrote:

 Am 15.01.2014, 15:03 Uhr, schrieb Wilhelm Berg w...@bergwerk-gis.at:


  Thanks.
 I just checked with 64bit OSGeo4W (Express Install).
 No problems.

 Have you done a custom install and maybe manually deselected any
 dependencies?


 I did the advanced install but did not (knowingly) deselect any
 dependencies.

 Maybe this trace helps:

 Couldn't load plugin VoGisProfilTool due an error when calling its
 classFactory() method

 Traceback (most recent call last):
   File C:/OSGeo4W/apps/qgis/./python\qgis\utils.py, line 204, in
 startPlugin
 plugins[packageName] = package.classFactory(iface)
   File C:\Users\Anita/.qgis2/python/plugins\VoGisProfilTool\__init__.py,
 line 63, in classFactory
 from vogisprofiltoolmain import VoGISProfilToolMain
   File C:/OSGeo4W/apps/qgis/./python\qgis\utils.py, line 453, in _import
 mod = _builtin_import(name, globals, locals, fromlist, level)
   File 
 C:\Users\Anita/.qgis2/python/plugins\VoGisProfilTool\vogisprofiltoolmain.py,
 line 27, in
 from vogisprofiltoolmaindialog import VoGISProfilToolMainDialog
   File C:/OSGeo4W/apps/qgis/./python\qgis\utils.py, line 453, in _import
 mod = _builtin_import(name, globals, locals, fromlist, level)
   File 
 C:\Users\Anita/.qgis2/python/plugins\VoGisProfilTool\vogisprofiltoolmaindialog.py,
 line 37, in
 from util.createProfile import CreateProfile
   File C:/OSGeo4W/apps/qgis/./python\qgis\utils.py, line 453, in _import
 mod = _builtin_import(name, globals, locals, fromlist, level)
   File 
 C:\Users\Anita/.qgis2/python/plugins\VoGisProfilTool\util\createProfile.py,
 line 4, in
 from shapely.wkb import loads
   File C:/OSGeo4W/apps/qgis/./python\qgis\utils.py, line 453, in _import
 mod = _builtin_import(name, globals, locals, fromlist, level)
   File C:\OSGeo4W\apps\Python27\lib\site-packages\shapely\wkb.py, line
 6, in
   File C:/OSGeo4W/apps/qgis/./python\qgis\utils.py, line 453, in _import
 mod = _builtin_import(name, globals, locals, fromlist, level)
   File C:\OSGeo4W\apps\Python27\lib\site-packages\shapely\geos.py, line
 99, in
   File C:\OSGeo4W\apps\Python27\lib\site-packages\shapely\geos.py, line
 97, in _geos_c_version
   File C:\OSGeo4W\apps\Python27\lib\site-packages\shapely\geos.py, line
 97, in
 ValueError: invalid literal for int() with base 10: '2 r3921'

 Python version:
 2.7.4 (default, Apr  6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]


 QGIS version:
 2.0.1-Dufour Dufour, ebebdf3

 Python path: ['C:\\Users\\Anita/.qgis2/python/plugins\\processing',
 'C:/OSGeo4W/apps/qgis/./python', 'C:\\Users\\Anita/.qgis2/python',
 'C:\\Users\\Anita/.qgis2/python/plugins', 
 'C:/OSGeo4W/apps/qgis/./python/plugins',
 'C:\\OSGeo4W\\bin\\python27.zip', 'C:\\OSGeo4W\\apps\\Python27\\DLLs',
 'C:\\OSGeo4W\\apps\\Python27\\lib', 
 'C:\\OSGeo4W\\apps\\Python27\\lib\\plat-win',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\lib-tk', 'C:\\OSGeo4W\\bin',
 'C:\\OSGeo4W\\apps\\Python27', 
 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\PIL',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\win32',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\win32\\lib',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\Pythonwin',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\Shapely-1.2.18-py2.7-win32.egg',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\wx-2.8-msw-unicode',
 '.', '~/.qgis/python', '.']











 Regards,
 Wilhelm


 On Wed, Jan 15, 2014 at 2:10 PM, Josef K groundwater...@gmail.com
 wrote:


 I can confirm the same errors as reported by Anita. I have a osgeo4w
 64-bit install of QGIS 2.0.1 (win 7 professional).

 Please see screen dump here: http://goo.gl/mjfoO2

 regards
 Josef



  -- Vidarebefordrat meddelande --
 From: Anita Graser anitagra...@gmx.at
 To: Wilhelm Berg w...@bergwerk-gis.at
 Cc: qgis-developer qgis-developer@lists.osgeo.org
 Date: Tue, 14 Jan 2014 22:47:47 +0100
 Subject: Re: [Qgis-developer] Plugin approval: VoGIS Profiltool 1.8.4

 Am 14.01.2014, 21:56 Uhr, schrieb Wilhelm Berg w...@bergwerk-gis.at:

  Hi Anita,


 could you be a bit more specific about your setup?
 I tested the lasted version on Windows with 1.8 and 2.0.1 (Standalone
 installer) without problems.


 Sure, Win 7 + QGIS 2.0.1 from OSGeo4W installer. It's the first time
 I've
 seen an error like this.

 Best wishes,
 Anita





 --
 anitagraser.com

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

Re: [Qgis-developer] Plugin approval: new version of VoGIS Profiltool

2014-01-14 Thread Wilhelm Berg
Hi,

I've tested with 1.8, 2.0.1 and 2.1.0 on W7, OsGeo 6.5, OsGeo 7.0 and
vanilla Ubuntu 13.10 (with only QGIS installed) and have never come across
an issue with shapely.

Any advice on how to get QGIS without shapely for testing?

Regards,
Wilhelm


On Mon, Jan 13, 2014 at 10:53 PM, Tim Sutton li...@linfiniti.com wrote:

 Hi

 I approved it, but note that there are some issues that may make it
 difficult for your users:

 * it does not gracefully handle missing shapely dependency
 * the main dialog's vertical orientation without and ability to scroll
 makes it impossible to see the bottom (or click on any buttons etc.)

 Regards

 Tim


 On Mon, Jan 13, 2014 at 4:57 PM, Wilhelm Berg w...@bergwerk-gis.at wrote:


 Hi,

 please approve the new version of VoGIS Profiltool.
 It is now compatible with 1.8 and 2.x.

 http://plugins.qgis.org/plugins/VoGisProfilTool/

 Regards
 Wilhelm


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




 --
 Tim Sutton - QGIS Project Steering Committee Member
 ==
 Please do not email me off-list with technical
 support questions. Using the lists will gain
 more exposure for your issues and the knowledge
 surrounding your issue will be shared with all.

 Irc: timlinux on #qgis at freenode.net
 ==

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

[Qgis-developer] Plugin approval: VoGIS Profiltool 1.8.4

2014-01-14 Thread Wilhelm Berg
Hi,

please approve VoGIS Profiltool 1.8.4
http://plugins.qgis.org/plugins/VoGisProfilTool/

* Error message instead of exception, if shapely is missing
* Main form features more compact layout

Regards,
Wilhelm
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Plugin approval: VoGIS Profiltool 1.8.4

2014-01-14 Thread Wilhelm Berg
Hi Anita,

could you be a bit more specific about your setup?
I tested the lasted version on Windows with 1.8 and 2.0.1 (Standalone
installer) without problems.

Cheers,
Wilhelm
On Jan 14, 2014 8:32 PM, Anita Graser anitagra...@gmx.at wrote:

 Hi Wilhelm,

 Am 14.01.2014, 18:10 Uhr, schrieb Wilhelm Berg w...@bergwerk-gis.at:

 Hi,

 please approve VoGIS Profiltool 1.8.4
 http://plugins.qgis.org/plugins/VoGisProfilTool/


 I tried to install the new version on Windows but get an Error loading
 plugin: The plugin is broken. Python said: invalid literal for int() with
 base 10: '2r3921'.

 Best wishes,
 Anita

 --
 anitagraser.com

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

[Qgis-developer] Plugin approval: new version of VoGIS Profiltool

2014-01-13 Thread Wilhelm Berg
Hi,

please approve the new version of VoGIS Profiltool.
It is now compatible with 1.8 and 2.x.

http://plugins.qgis.org/plugins/VoGisProfilTool/

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

Re: [Qgis-developer] Plugin approval: new version of VoGIS Profiltool

2014-01-13 Thread Wilhelm Berg
Thanks for your feedback.
I will take care of these things.

Regards,
Wilhelm
 On Jan 13, 2014 10:53 PM, Tim Sutton li...@linfiniti.com wrote:

 Hi

 I approved it, but note that there are some issues that may make it
 difficult for your users:

 * it does not gracefully handle missing shapely dependency
 * the main dialog's vertical orientation without and ability to scroll
 makes it impossible to see the bottom (or click on any buttons etc.)

 Regards

 Tim


 On Mon, Jan 13, 2014 at 4:57 PM, Wilhelm Berg w...@bergwerk-gis.at wrote:


 Hi,

 please approve the new version of VoGIS Profiltool.
 It is now compatible with 1.8 and 2.x.

 http://plugins.qgis.org/plugins/VoGisProfilTool/

 Regards
 Wilhelm


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




 --
 Tim Sutton - QGIS Project Steering Committee Member
 ==
 Please do not email me off-list with technical
 support questions. Using the lists will gain
 more exposure for your issues and the knowledge
 surrounding your issue will be shared with all.

 Irc: timlinux on #qgis at freenode.net
 ==

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

Re: [Qgis-developer] Plugin Re-approval: VoGIS Profiltool

2013-11-04 Thread Wilhelm Berg
Hi,

i just removed the Experimental flag.
Now says again: This plugin has no public version yet.

Please approve again:
http://plugins.qgis.org/plugins/VoGisProfilTool/

Thanks,
Wilhelm


On Tue, Oct 22, 2013 at 12:26 PM, Wilhelm Berg w...@bergwerk-gis.at wrote:


 Hi,

 I had to change the name of the plugin (added only a dash '-') to make it
 upgradeable from the previously private repository.

 Could it please be approved again:
 http://plugins.qgis.org/plugins/VoGisProfilTool/

 Thanks,
 Wilhelm

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

[Qgis-developer] Plugin Re-approval: VoGIS Profiltool

2013-10-22 Thread Wilhelm Berg
Hi,

I had to change the name of the plugin (added only a dash '-') to make it
upgradeable from the previously private repository.

Could it please be approved again:
http://plugins.qgis.org/plugins/VoGisProfilTool/

Thanks,
Wilhelm
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Plugin [376] VoGIS-Profiltool approval notification.

2013-10-22 Thread Wilhelm Berg
Thanks!
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Plugin Approval: VoGIS Profiltool

2013-10-07 Thread Wilhelm Berg
Hi,

two weeks ago I've uploaded a plugin I've created for the Vorarlberger
Landesregierung:
http://plugins.qgis.org/plugins/VoGisProfilTool/

It is not approved yet.
Could you tell me how long it normally takes to get a plugin approved, or
what is missing to get it approved?

Regards,
Wilhelm
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Plugin Approval: VoGIS Profiltool

2013-10-07 Thread Wilhelm Berg
Richard,

thank you for your fast response.

Yes, it is 1.8 only.
It will be upgraded, when Vorarlberger Landesregierung moves to 2.0.

Regards,
Wilhelm


On Mon, Oct 7, 2013 at 12:08 PM, Richard Duivenvoorde
rdmaili...@duif.netwrote:

 On 07-10-13 11:38, Wilhelm Berg wrote:
 
  Hi,
 
  two weeks ago I've uploaded a plugin I've created for the Vorarlberger
  Landesregierung:
  http://plugins.qgis.org/plugins/VoGisProfilTool/
 
  It is not approved yet.
  Could you tell me how long it normally takes to get a plugin approved,
  or what is missing to get it approved?
 
  Regards,
  Wilhelm

 Hi Wilhelm,

 your plugin is approved now, I see that it is 1.8 only.

 It just slipped throught the net of 'approvers'... sorry for that.

 Regards,

 Richard Duivenvoorde


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