Re: [GRASS-dev] [GRASS GIS] #3320: d.text does not show anything with screen position in geographic coordinates or pixels

2017-04-05 Thread GRASS GIS
#3320: d.text does not show anything with screen position in geographic
coordinates or pixels
--+
  Reporter:  wenzeslaus   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.1
 Component:  Display  |Version:  7.2.0
Resolution:   |   Keywords:  d.text d.graph
   CPU:  Unspecified  |   Platform:  Unspecified
--+

Comment (by hcho):

 Not only in GUI, it happens in d.mon wx0 as well (command line monitor).
 Flags -p and -g don't work both in g.gui GUI and d.mon WX monitors. They
 only work for direct cairo and png. Would it be difficult to fix -p & -g
 in GUI & d.mon WX monitors?

 Also, I don't understand why forcing the default position at the center
 (50%,50%) would make sure the entire text is rendered without being cut
 off. We're losing a lot more space by placing text at the center instead
 of starting it from the upper-left corner. We also lost the capability of
 starting from the default upper-left corner because now we have to guess
 where that would be and type it in the at option. That's not ideal at all.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3320: d.text does not show anything with screen position in geographic coordinates or pixels

2017-04-05 Thread GRASS GIS
#3320: d.text does not show anything with screen position in geographic
coordinates or pixels
--+
  Reporter:  wenzeslaus   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.1
 Component:  Display  |Version:  7.2.0
Resolution:   |   Keywords:  d.text d.graph
   CPU:  Unspecified  |   Platform:  Unspecified
--+

Comment (by annakrat):

 Replying to [comment:4 hcho]:
 > I found the default at=50,50 in DtextController in decorations.py. The
 default for d.text is actually the upper-left corner. This option is empty
 in GUI, so at=50,50 is totally unexpected. I think it shouldn't have any
 hard-coded default. Because of this forced default, we cannot run:
 > {{{
 > d.text input=text.txt
 > }}}
 > to display text from the upper-left corner.

 Positioning in GUI is handled separately, because it needs to be more
 interactive. The 50,50 is there to make sure the entire text is rendered
 and not cut off anywhere. Flags -p and -g won't work here easily, the GUI
 would have to recompute the coordinates. But that should be a separate
 ticket I think.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3320: d.text does not show anything with screen position in geographic coordinates or pixels

2017-04-05 Thread GRASS GIS
#3320: d.text does not show anything with screen position in geographic
coordinates or pixels
--+
  Reporter:  wenzeslaus   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.1
 Component:  Display  |Version:  7.2.0
Resolution:   |   Keywords:  d.text d.graph
   CPU:  Unspecified  |   Platform:  Unspecified
--+

Comment (by annakrat):

 Replying to [comment:2 hcho]:
 > In [changeset:"70840" 70840]:
 > {{{
 > #!CommitTicketReference repository="" revision="70840"
 > d.text: Fix -p, -g (See #3320)
 > }}}

 Thanks for fixing this, in #70841 I hopefully fixed the background color,
 but otherwise it works nicely. I suggest backporting.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3320: d.text does not show anything with screen position in geographic coordinates or pixels

2017-04-05 Thread GRASS GIS
#3320: d.text does not show anything with screen position in geographic
coordinates or pixels
--+
  Reporter:  wenzeslaus   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.1
 Component:  Display  |Version:  7.2.0
Resolution:   |   Keywords:  d.text d.graph
   CPU:  Unspecified  |   Platform:  Unspecified
--+

Comment (by hcho):

 I found the default at=50,50 in DtextController in decorations.py. The
 default for d.text is actually the upper-left corner. This option is empty
 in GUI, so at=50,50 is totally unexpected. I think it shouldn't have any
 hard-coded default. Because of this forced default, we cannot run:
 {{{
 d.text input=text.txt
 }}}
 to display text from the upper-left corner.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3329: d.erase requires a delay to actually clear the monitor

2017-04-05 Thread GRASS GIS
#3329: d.erase requires a delay to actually clear the monitor
--+-
  Reporter:  hcho |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.1
 Component:  wxGUI|Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by hcho):

 * Attachment "wx0.png" added.

 d.erase issue

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] [GRASS GIS] #3329: d.erase requires a delay to actually clear the monitor

2017-04-05 Thread GRASS GIS
#3329: d.erase requires a delay to actually clear the monitor
-+-
 Reporter:  hcho |  Owner:  grass-dev@…
 Type:  defect   | Status:  new
 Priority:  normal   |  Milestone:  7.2.1
Component:  wxGUI|Version:  svn-trunk
 Keywords:   |CPU:  Unspecified
 Platform:  Unspecified  |
-+-
 Running a display command right after d.erase does not clear the monitor.
 {{{
 d.mon wx0
 d.text hello
 d.erase; d.text overwrite
 }}}

 If I run this, it seems working.
 {{{
 d.text hello; d.erase; d.text overwrite
 }}}
 or
 {{{
 d.text hello
 d.erase; sleep 1; d.text overwrite
 }}}

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3320: d.text does not show anything with screen position in geographic coordinates or pixels

2017-04-05 Thread GRASS GIS
#3320: d.text does not show anything with screen position in geographic
coordinates or pixels
--+
  Reporter:  wenzeslaus   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.1
 Component:  Display  |Version:  7.2.0
Resolution:   |   Keywords:  d.text d.graph
   CPU:  Unspecified  |   Platform:  Unspecified
--+
Changes (by hcho):

 * Attachment "png.png" added.

 d.text with the png driver

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3320: d.text does not show anything with screen position in geographic coordinates or pixels

2017-04-05 Thread GRASS GIS
#3320: d.text does not show anything with screen position in geographic
coordinates or pixels
--+
  Reporter:  wenzeslaus   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.1
 Component:  Display  |Version:  7.2.0
Resolution:   |   Keywords:  d.text d.graph
   CPU:  Unspecified  |   Platform:  Unspecified
--+
Changes (by hcho):

 * Attachment "cairo.png" added.

 d.text with the cairo driver

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3320: d.text does not show anything with screen position in geographic coordinates or pixels

2017-04-05 Thread GRASS GIS
#3320: d.text does not show anything with screen position in geographic
coordinates or pixels
--+
  Reporter:  wenzeslaus   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.1
 Component:  Display  |Version:  7.2.0
Resolution:   |   Keywords:  d.text d.graph
   CPU:  Unspecified  |   Platform:  Unspecified
--+

Comment (by hcho):

 I fixed d.text, but d.mon still has the same problem. I think this issue
 is related to d.mon rendering. If I use the cairo or png driver directly,
 it works fine.
 {{{
 d.mon start=cairo output=cairo.png --o
 d.text percent size=5 at=70,70
 d.text pixel size=5 at=50,50 -p
 d.text mapcoors size=5 at=-402022,924563 -g   # any map coordinates inside
 the monitor
 d.mon stop=cairo
 }}}

 If I use the wx0 monitor, only -p works.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3320: d.text does not show anything with screen position in geographic coordinates or pixels

2017-04-05 Thread GRASS GIS
#3320: d.text does not show anything with screen position in geographic
coordinates or pixels
--+
  Reporter:  wenzeslaus   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.1
 Component:  Display  |Version:  7.2.0
Resolution:   |   Keywords:  d.text d.graph
   CPU:  Unspecified  |   Platform:  Unspecified
--+

Comment (by hcho):

 In [changeset:"70840" 70840]:
 {{{
 #!CommitTicketReference repository="" revision="70840"
 d.text: Fix -p, -g (See #3320)
 }}}

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] [GRASS GIS] #3328: d.mon: wrong zoom after region modification

2017-04-05 Thread GRASS GIS
#3328: d.mon: wrong zoom after region modification
---+-
 Reporter:  mlennert   |  Owner:  grass-dev@…
 Type:  defect | Status:  new
 Priority:  normal |  Milestone:  7.2.1
Component:  Display|Version:  svn-trunk
 Keywords:  d.mon zoom region  |CPU:  Unspecified
 Platform:  Unspecified|
---+-
 {{{
 g.region vect=busroute1
 d.mon wx0
 d.rast elevation
 d.vect busroute1
 }}}

 Then click on the zoom-in tool and click in the map.

 Result: everything works as expected

 {{{
 g.region rast=elevation
 d.mon wx0
 g.region vect=busroute1
 d.erase
 d.rast elevation
 d.vect busroute1
 }}}

 Then click on the zoom-in tool and click in the map.

 Result: the map jumps to a different, unexpected zoom level.

 My guess is that internally it is still using the elevation region as
 reference.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3319: v.overlay: incorrect results with "not" operator

2017-04-05 Thread GRASS GIS
#3319: v.overlay: incorrect results with "not" operator
--+-
  Reporter:  sbl  |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.4.0
 Component:  Vector   |Version:  svn-releasebranch72
Resolution:   |   Keywords:  v.overlay
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by sbl):

 * milestone:  7.2.1 => 7.4.0


Comment:

 In the particular case where I stumbled upon the issue, the fix seem to
 cover all cases.\\
 However, if these errors still can occur, it is probably only a question
 of the number of features  processed if the problem shows up?\\
 Thus, I would probably prefer to keep it open and re-target. But of course
 I would not object if you close it...

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3242: Gui does not disply correctly and locks up when scrolling down to make alternative mapsets visible in d.vect and d.rast.

2017-04-05 Thread GRASS GIS
#3242: Gui does not disply correctly and locks up when scrolling down to make
alternative mapsets visible in d.vect and d.rast.
---+-
  Reporter:  ewcgrass  |  Owner:  grass-dev@…
  Type:  defect| Status:  new
  Priority:  critical  |  Milestone:  7.0.6
 Component:  wxGUI |Version:  7.2.0
Resolution:|   Keywords:
   CPU:  x86-64|   Platform:  Linux
---+-

Comment (by ewcgrass):

 This problem still exists and can be a real game stopper when it occurs
 during a long working session.

 Scott Talbert on Redhat Bugzilla (Bug # 1411165) suggests (comment 3) that
 message flooding may be a widget sizing issue that needs to be fixed in
 GRASS. Nothing more appears to have been done upstream since Markus last
 commented on 10 January 2017. Your thoughts Markus?

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3182: GUI of v.db.join does not display the names of columns in "other_column"

2017-04-05 Thread GRASS GIS
#3182: GUI of v.db.join does not display the names of columns in "other_column"
-+-
  Reporter:  veroandreo  |  Owner:  grass-dev@…
  Type:  defect  | Status:  new
  Priority:  normal  |  Milestone:  7.2.1
 Component:  wxGUI   |Version:  svn-trunk
Resolution:  |   Keywords:  v.db.join
   CPU:  x86-64  |   Platform:  Linux
-+-

Comment (by mlennert):

 I can confirm that this is still an issue with current trunk.

 I guess this is somehow related to r70518, but that change does not seem
 to have solved the problem here.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2435: finish replacement of python api doxygen doc by sphinx

2017-04-05 Thread GRASS GIS
#2435: finish replacement of python api doxygen doc by sphinx
--+-
  Reporter:  martinl  |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  major|  Milestone:  7.2.1
 Component:  Docs |Version:  unspecified
Resolution:   |   Keywords:  doxygen, python, sphinx
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by mlennert):

 What is the status here ?

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #498: r.sun2 commissioning trials

2017-04-05 Thread GRASS GIS
#498: r.sun2 commissioning trials
-+--
  Reporter:  hamish  |  Owner:  hamish
  Type:  defect  | Status:  assigned
  Priority:  major   |  Milestone:  7.2.1
 Component:  Raster  |Version:  svn-develbranch6
Resolution:  |   Keywords:  r.sun
   CPU:  All |   Platform:  All
-+--

Comment (by mlennert):

 What is the status on this bug report ?

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3242: Gui does not disply correctly and locks up when scrolling down to make alternative mapsets visible in d.vect and d.rast.

2017-04-05 Thread GRASS GIS
#3242: Gui does not disply correctly and locks up when scrolling down to make
alternative mapsets visible in d.vect and d.rast.
---+-
  Reporter:  ewcgrass  |  Owner:  grass-dev@…
  Type:  defect| Status:  new
  Priority:  critical  |  Milestone:  7.0.6
 Component:  wxGUI |Version:  7.2.0
Resolution:|   Keywords:
   CPU:  x86-64|   Platform:  Linux
---+-

Comment (by mlennert):

 Can we close this ?

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3171: Python script fails on windows if parameter contains non-latin letters

2017-04-05 Thread GRASS GIS
#3171: Python script fails on windows if parameter contains non-latin letters
--+-
  Reporter:  marisn   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.1
 Component:  Python   |Version:  svn-releasebranch72
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  MSWindows 8
--+-

Comment (by mlennert):

 Has r69617 solved this issue ?

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3258: Launching in text mode should not automaticly use location/mapset from rc file

2017-04-05 Thread GRASS GIS
#3258: Launching in text mode should not automaticly use location/mapset from rc
file
--+-
  Reporter:  marisn   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.1
 Component:  Startup  |Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by mlennert):

 I wouldn't classify this as a defect. This was a design decision and
 personally, I actually like the way it works. It requires a bit of getting
 used to, but then it is quite nice.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3198: r.stats.quantile: hardcoded max number of categries in base map

2017-04-05 Thread GRASS GIS
#3198: r.stats.quantile: hardcoded max number of categries in base map
--+---
  Reporter:  mlennert |  Owner:  grass-dev@…
  Type:  defect   | Status:  closed
  Priority:  normal   |  Milestone:  7.2.1
 Component:  Raster   |Version:  unspecified
Resolution:  fixed|   Keywords:  r.stats.quantile MAX_CATS
   CPU:  Unspecified  |   Platform:  Unspecified
--+---
Changes (by mlennert):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Closing this as the original issue seems to be fixed. As the solution is
 not a simple bug fix, it should probably not go into 7.2.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3210: r.texture: bug when non continuous series of values

2017-04-05 Thread GRASS GIS
#3210: r.texture: bug when non continuous series of values
--+-
  Reporter:  mlennert |  Owner:  grass-dev@…
  Type:  defect   | Status:  closed
  Priority:  normal   |  Milestone:  7.2.1
 Component:  Raster   |Version:  svn-trunk
Resolution:  fixed|   Keywords:  r.texture
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by mlennert):

 * status:  reopened => closed
 * resolution:   => fixed


--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3215: The eval of g.proj -g fails due to white space in projection name string

2017-04-05 Thread GRASS GIS
#3215: The eval of g.proj -g fails due to white space in projection name string
--+-
  Reporter:  neteler  |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.1
 Component:  LibGIS   |Version:  svn-releasebranch70
Resolution:   |   Keywords:  g.proj
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by mlennert):

 What is the status of this ticket ? Can the patch be applied ?

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3226: v.select: how to handle situation where no features are found

2017-04-05 Thread GRASS GIS
#3226: v.select: how to handle situation where no features are found
--+-
  Reporter:  mlennert |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.1
 Component:  Vector   |Version:  svn-trunk
Resolution:   |   Keywords:  v.select
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by mlennert):

 Can we close this bug ?

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3319: v.overlay: incorrect results with "not" operator

2017-04-05 Thread GRASS GIS
#3319: v.overlay: incorrect results with "not" operator
--+-
  Reporter:  sbl  |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.1
 Component:  Vector   |Version:  svn-releasebranch72
Resolution:   |   Keywords:  v.overlay
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by mlennert):

 I would actually suggest to close this and open a new ticket if others
 errors come up.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [release] GRASS 7.2.1 planning

2017-04-05 Thread Markus Neteler
On Apr 5, 2017 2:55 PM, "Markus Neteler"  wrote:
>
> On Wed, Apr 5, 2017 at 2:20 PM, Moritz Lennert
>  wrote:
> > On 04/04/17 23:12, Markus Neteler wrote:
> >>
> >> Hi devs,
> >>
> >> grass-7.2.1RC1.tar.gz is out and uploaded.
> >
> > Where ?
>
> - svn tag
> - the common download directory

https://grass.osgeo.org/grass72/source/

To be completed:

https://trac.osgeo.org/grass/wiki/Release/7.2.1-News

> /me in a hurry

Got the train :)

Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3263: r.to.vect: option to filter raster values

2017-04-05 Thread GRASS GIS
#3263: r.to.vect: option to filter raster values
--+---
  Reporter:  martinl  |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.4.0
 Component:  Raster   |Version:  svn-trunk
Resolution:   |   Keywords:  r.to.vect, values
   CPU:  Unspecified  |   Platform:  Unspecified
--+---

Comment (by mlennert):

 +1

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3320: d.text does not show anything with screen position in geographic coordinates or pixels

2017-04-05 Thread GRASS GIS
#3320: d.text does not show anything with screen position in geographic
coordinates or pixels
--+
  Reporter:  wenzeslaus   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.1
 Component:  Display  |Version:  7.2.0
Resolution:   |   Keywords:  d.text d.graph
   CPU:  Unspecified  |   Platform:  Unspecified
--+

Comment (by mlennert):

 I can confirm.

 Interestingly in 7.0, -p seems to work, but -g doesn't (it seems to work
 like -p).

 Moritz

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [release] GRASS 7.2.1 planning

2017-04-05 Thread Markus Neteler
On Wed, Apr 5, 2017 at 2:20 PM, Moritz Lennert
 wrote:
> On 04/04/17 23:12, Markus Neteler wrote:
>>
>> Hi devs,
>>
>> grass-7.2.1RC1.tar.gz is out and uploaded.
>
> Where ?

- svn tag
- the common download directory

/me in a hurry

markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [release] GRASS 7.2.1 planning

2017-04-05 Thread Moritz Lennert

On 04/04/17 23:12, Markus Neteler wrote:

Hi devs,

grass-7.2.1RC1.tar.gz is out and uploaded.


Where ?

;-)

Moritz

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2062: r.fillnulls: Input map has no holes || No NULL cells found

2017-04-05 Thread GRASS GIS
#2062: r.fillnulls: Input map has no holes || No NULL cells found
-+-
  Reporter:  zarch   |  Owner:  grass-dev@…
  Type:  defect  | Status:  closed
  Priority:  normal  |  Milestone:  7.0.6
 Component:  Raster  |Version:  svn-trunk
Resolution:  worksforme  |   Keywords:
   CPU:  x86-64  |   Platform:  Linux
-+-
Changes (by marisn):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 I could not reproduce the issue with 7.3 on Linux with provided data or
 with my own data.* If the problem still persists, a location with sample
 data should be provided for testing.

 .* Of course, output of r.fillnulls on CELL data is FCELL/DCELL

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Job offer: GIS Coordinator I, Washington, International Food Policy Research Institute (IFPRI)

2017-04-05 Thread Moritz Lennert

Just came across this offer:

https://unjobs.org/vacancies/1489187482760

Required Qualifications:

[...]
"Significant experience using major GIS software such as ArcGIS or GRASS."
[...]
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #1088: r.fillnulls: support other interpolation methods

2017-04-05 Thread GRASS GIS
#1088: r.fillnulls: support other interpolation methods
-+-
  Reporter:  kyngchaos   |  Owner:  grass-dev@…
  Type:  | Status:  new
  enhancement|
  Priority:  normal  |  Milestone:  6.4.6
 Component:  Raster  |Version:  svn-develbranch6
Resolution:  |   Keywords:  r.fillnulls, RST, bspline,
 |  r.buffer, r.grow.distance
   CPU:  All |   Platform:  All
-+-

Comment (by marisn):

 As r.fillnulls now supports RST and B-Spline options, I think this issue
 can be closed. If there are some missing features, separate issues should
 be opened.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev