Re: [Qgis-user] regularly spaced address markers on alternating side of road

2016-07-01 Thread Randal Hale
Sorry for not responding sooner but this has a lot of good information -> http://www.fgdc.gov/standards/projects/FGDC-standards-projects/address-data/index_html There are postgis example scripts for generating points off a centerline. I was involved in a project that used it. My only caveat

Re: [Qgis-user] regularly spaced address markers on alternating side of road

2016-06-30 Thread Tyler Veinot
Those are all good suggestions, I feel kind of silly asking now because the solutions all seem painfully obvious. Thanks for putting up with me ;) Cheers Sent from my Bell Sony device over Canada’s largest network. Dan Jacobson wrote >Thanks. I did >$ qgis numbers/chain_number.qgs

Re: [Qgis-user] regularly spaced address markers on alternating side of road

2016-06-30 Thread Dan Jacobson
Thanks. I did $ qgis numbers/chain_number.qgs and indeed saw your line with the four digit numbers on it. Actually I think I should avoid doing my project by hand via mouseclicks (Qgis), and instead learn PostGIS and write "batch job" SQL script SELECT points WHERE each point is at 25 meter

Re: [Qgis-user] regularly spaced address markers on alternating side of road

2016-06-30 Thread Dan Jacobson
OK I found http://postgis.refractions.net/documentation/manual-svn/reference.html#Linear_Referencing So I should: 1. Learn how to import my vector roads from .kmz into postgis. (I'll Google that.) 2. Use http://postgis.net/docs/ST_Length.html to get the length (L in meters) of each of my

Re: [Qgis-user] regularly spaced address markers on alternating side of road

2016-06-29 Thread 積丹尼 Dan Jacobson
NA> This is not true - you can switch to map units everywhere there is a NA> distance property. OK I found that. But then the whole layer becomes the selected color to the entire edges of the planet. And there is no way to undo short of closing qgis and not saving. As CTRL+Z does not work.

Re: [Qgis-user] regularly spaced address markers on alternating side of road

2016-06-29 Thread Neumann, Andreas
Hi Dan, This is not true - you can switch to map units everywhere there is a distance property. Andreas On 2016-06-29 09:12, Dan Jacobson wrote: > OK I have determined that everything in the Layer Properties menus > (style etc.) I should NOT use, because they are all millimeter based > (and

Re: [Qgis-user] regularly spaced address markers on alternating side of road

2016-06-29 Thread Dan Jacobson
OK I have determined that everything in the Layer Properties menus (style etc.) I should NOT use, because they are all millimeter based (and will not change with what scale I print the map at.) And I should instead look at the degree and meter based plugins like Qchainage.

Re: [Qgis-user] regularly spaced address markers on alternating side of road

2016-06-29 Thread Dan Jacobson
Thanks. The idea is every 25 meters there should be a (proposed) house number (location) on the left, then one on the right, left, etc. Making for a total of 20 + 20 = 40 per kilometer. Sort of like what I did with GRASS years ago http://jidanni.org/geo/house_numbering/mountain.html but clearer

Re: [Qgis-user] regularly spaced address markers on alternating side of road

2016-06-29 Thread Neumann, Andreas
Hi Dan, Interesting problem. Are these regularly spaced or should they appear at given vertices of the input vector line? I was thinking that maybe one could use a marker line, with dynamic font markers - but unfortunately there are no "per feature iterators" or "counters" available in the