#2520: d.grid: -c and -d flags not displaying + and - marks
----------------------+-----------------------------------------------------
Reporter: richardc | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Display | Version: svn-trunk
Keywords: d.grid | Platform: Linux
Cpu: x86-32 |
----------------------+-----------------------------------------------------
The -c and -d flags which specify '+' and '-' marks instead of grid lines
do not display. If the latter flags are unticked then the grid lines
display fine.
{{{
g.proj -p
-PROJ_INFO-------------------------------------------------
name : Lambert Azimuthal Equal Area
proj : laea
lat_0 : 13
lon_0 : 101.5
x_0 : 0
y_0 : 0
no_defs : defined
datum : wgs84
ellps : wgs84
towgs84 : 0.000,0.000,0.000
-PROJ_UNITS------------------------------------------------
unit : meter
units : meters
meters : 1
#2520: d.grid: -c and -d flags not displaying + and - marks
----------------------+-----------------------------------------------------
Reporter: richardc | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Display | Version: svn-trunk
Keywords: d.grid | Platform: Linux
Cpu: x86-32 |
----------------------+-----------------------------------------------------
Comment(by richardc):
I couldn't see any errors with the following commands (selected in GUI):
{{{
d.grid -g 00:20 width=4 color=blue <- grid lines visible
d.grid -g -c 00:20 width=4 color=blue <- no grid lines and no '+' marks
}}}
I also tried in a Windows version* which again does not show the marks,
only grid lines. I'll try updating my GRASS version to see if that helps
resolve.
{{{
Windows System Info
GRASS version: 7.0.0beta3
GRASS SVN Revision: 61541
Build Date: 2014-08-06
Build Platform: i686-pc-mingw32
GDAL/OGR: 1.11.0
PROJ.4: 4.8.0
GEOS: 3.4.2
SQLite: 3.7.17
Python: 2.7.4
wxPython: 2.8.12.1
Platform: Windows-SP1 [in virtual box]
}}}
#2520: d.grid: -c and -d flags not displaying + and - marks
----------------------+-----------------------------------------------------
Reporter: richardc | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Display | Version: svn-trunk
Keywords: d.grid | Platform: Linux
Cpu: x86-32 |
----------------------+-----------------------------------------------------
Comment(by annakrat):
Replying to [comment:5 neteler]:
> I just tried on command line:
>
> {{{
> GRASS 7.1.svn (latlong):~ > d.grid -g -c size=00:30 width=6 color=blue
fontsize=14
> ERROR: Geo-Grid option is not available for LL projection
> }}}
d.grid manual says: `A geographic grid cannot be drawn for a
latitude/longitude or XY projection.` When you switch off -g, it will
work.
>
>
> Other location:
>
> {{{
> GRASS 7.1.svn (nc_spm_08_grass7):~ > d.mon wx0
> GRASS 7.1.svn (nc_spm_08_grass7):~ > d.grid -g -c size=00:30 width=6
color=blue fontsize=14
> WARNING: Geogrid marks not yet implemented
> }}}
>
> (the spelling is different)
>
> It doesn't seem to available.
#2520: d.grid: -c and -d flags not displaying + and - marks
----------------------+-----------------------------------------------------
Reporter: richardc | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Display | Version: svn-trunk
Keywords: d.grid | Platform: Linux
Cpu: x86-32 |
----------------------+-----------------------------------------------------
Comment(by neteler):
Replying to [comment:6 annakrat]:
> d.grid manual says: `A geographic grid cannot be drawn for a
latitude/longitude or XY projection.` When you switch off -g, it will
work.
Right. I have changed the message to
ERROR: Geo-grid option not available for LL projection, use without -g/-w