Re: [Qgis-user] [External] Zoom QGIS to specific location by command line

2023-04-25 Thread Loren Dawe via QGIS-User
Hi All, Finally had time to look into this. Command line that works is as follows: qgis --project f:\qgis\WorldMap.qgs --extent -119.270002,46.195891,-119.263714,46.200514 where: - extent parameters are xmin,ymin,xmax,ymax - project CRS units must match extent coordinates Loren _

Re: [Qgis-user] [External] Zoom QGIS to specific location by command line

2023-04-05 Thread Loren Dawe via QGIS-User
Thanks Adam, Looks like I missed the "--extents" command line somehow. I'll give that a try. Loren. Loren Dawe - Senior Geomatics Specialist Terra Remote Sensing Inc. 250.656.0931 -Original Message- From: Adam Nielsen Sent: Tuesday, April 4, 2023

[Qgis-user] Zoom QGIS to specific location by command line

2023-04-04 Thread Loren Dawe via QGIS-User
Hi, I would like to zoom QGIS to a specific location (lat/lon coordinate) or area (lat/lon bounding box) using a command line argument generated outside of QGIS. I have looked through the available command line arguments and cant see anything that will allow this. Does anyone know of a method t