Opened 12 years ago
Closed 10 years ago
#1686 closed enhancement (fixed)
v.mkgrid should offer breaks option for vertical lines too
Reported by: | marisn | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.0 |
Component: | Vector | Version: | svn-releasebranch70 |
Keywords: | v.mkgrid | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
Issue mentioned in user ML by Hamish.
Design decision needed - should breaks be used for both horizontal and vertical breaks or it should be renamed to h_breaks and v_breaks?
Original message: 20deg reprojected grid lines are a bit ugly, apparently we need to extend the v.mkgrid breaks= option to work on vertical lines as well as the horizontal ones. http://lists.osgeo.org/pipermail/grass-user/2012-July/065214.html
Image displaying the issue: http://lists.osgeo.org/pipermail/grass-user/attachments/20120702/066007f4/attachment.png
Attachments (4)
Change History (11)
follow-up: 2 comment:1 by , 10 years ago
Keywords: | v.mkgrid added; mkgrid removed |
---|
by , 10 years ago
Attachment: | v_mkgrid_sinusoidal1.jpg added |
---|
screenshot about new v.mkgrid behavior with vertical breaks
by , 10 years ago
Attachment: | v_mkgrid_sinusoidal_zoom.jpg added |
---|
screenshot about new v.mkgrid behavior with vertical breaks, zoom in
follow-up: 3 comment:2 by , 10 years ago
Replying to neteler:
Anyone able to extend the breaks to vertical lines in v.mkgrid? Thanks...
I added breaks to vertical lines to v.mkgrid, please check the attached patch.
In the screenshots you can see:
- red lines: old behavior of v.mkgrid
- blue lines: new behavior of v.mkgrid with default breaks value (3)
- green lines: new behavior of v.mkgrid with breaks value 30
comment:3 by , 10 years ago
Replying to lucadelu:
I added breaks to vertical lines to v.mkgrid, please check the attached patch.
In the screenshots you can see:
- red lines: old behavior of v.mkgrid
- blue lines: new behavior of v.mkgrid with default breaks value (3)
- green lines: new behavior of v.mkgrid with breaks value 30
I committed the changes in r61552. Please try it
It should be backported to release branch
by , 10 years ago
Attachment: | eu_laea_grid_reprojected_in_LL.jpg added |
---|
v.mkgrid result generated in EPSG 3035, then reprojected to LatLong
comment:4 by , 10 years ago
Version: | unspecified → svn-releasebranch70 |
---|
Tested -l ok, thanks for the fixes and improvements. See attached screenshot of a v.mkgrid result generated in EPSG 3035, then reprojected to Latlong EPSG 4326.
follow-up: 6 comment:5 by , 10 years ago
Note: this vertex densification should also be added to v.proj
comment:6 by , 10 years ago
comment:7 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
All implemented, working fine. Closing.
Replying to marisn: ...
Anyone able to extend the breaks to vertical lines in v.mkgrid? Thanks...