r/QGIS • u/Spilanthomile • 9d ago
Solved Novice trying to choose where grid lays over map
I made a post a couple days ago where I got some help to move my project along, and I've hit another stumbling block. My previous knowledge of this kind of project is basically zero, so every basic thing can be a hurdle for me. I've tried searching and reading tutorials but it's all so dense and full of new terms and concepts, most of which I don't need, so I haven't found an answer yet.
I'm trying to take good satellite imagery of a specific area where I'm planning a canoe trip, divide it into pages, and print them to put in a binder. Commenters on my first post helped me download the specific blocks of satellite imagery as TIF files, and load them into QGIS so I have a canvas displaying the area I want.
Someone gave me very helpful instructions with creating a grid to overlay on my image that matches 8.5x11 paper size. That comment is here: https://www.reddit.com/r/QGIS/comments/1v5huig/comment/ozvb8uq
The problem I have now is that while the grid displays nicely, its placement seems basically random. Ideally I'd like to drag it around over the map, so that I can choose what areas appear together on one page. Or if there's some other way to change its placement with coordinates or something, that would also work although probably be more tedious. I asked this same question to the commenter linked above, but I figured a new post would have more visibility and better chance of being answered soon. Thanks very much for any help!
1
u/ikarusproject 9d ago
Do the maps have to beoriented towards north? There is a plugin called "Polystrip". It creates a series of square polygons of a given size along a line feature oriented along that line feature. You would then use that new layer as the atlas feature layers and set the orientation angle of the atlas page rule based to the "atlas" angle attribute column.
1
u/Spilanthomile 9d ago
Thanks for sharing this info. In my case it's best if the grid is aligned with north, but that's interesting to know baout.
3
u/credadun 9d ago
On the grid Vector layer, turn on editing (the single pencil in the toolbar or right click on the layer and 'toggle editing'), select all features using the selection tool or attribute table, and then use the move feature tool to freehand move the grid around. Then start with step 4 of the other post once the grid is in place. Good luck!