Re: [Qgis-user] Oriented points in Oracle Database

2024-08-04 Thread Stefan Giese (WhereGroup) via QGIS-User

Hi Michaela,

just an idea as a starting point, it is not a solution: as I understand 
the oriented points in ORACLE consists of the point with its coordinates 
(x,y,z) and a second virtual point - the two coordinates marked in your 
example - and both are building a vector, so there is no angle stored so 
far. A possible solution could be, to use an Oracle VIEW and convert the 
MDSYS.SDO_ORDINATE_ARRAY object in a WKT-Object and an angle. With both 
you can plot the point and rotate it. You can use SDO_UTIL to convert 
the SDO_GEOMETRY object. Something like


ATAN2(SDO_UTIL.GET_COORDINATE(mySDO_Geometry_Object, 2).SDO_POINT.Y , 
SDO_UTIL.GET_COORDINATE(mySDO_Geometry_Object, 2).SDO_POINT.X)


will return the angle in radians

Best regards
Stefan


Am 02.08.2024 um 12:58 schrieb Huesmann, Michaela via QGIS-User:


Hello all,

in an Oracle DB  I have a table with oriented points. In the GIS 
program GeoMedia and GeoMedia Smart Client the points are visualised 
correct with rotation but not so in QGIS. Is there a way in QGIS to 
use the rotation saved within the SDO_GEOMETRY?


Also my points with rotation where already existing in the table. Now 
I added some more points in QGIS but without rotation. How can I 
rotate them later? I hope there is a way without adding an extra data 
field and inserting a value for each rotation.


My geometries in Oracle look like these examples::

oriented Point in Oracle DB with rotation

MDSYS.SDO_GEOMETRY(3001, NULL, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1, 
1, 4, 1, 0), MDSYS.SDO_ORDINATE_ARRAY(391055.730698232, 
5776970.49374646, 0, -0.958224533235959, 0.286017034291192, 0))


oriented Point in Oracle DB without rotation

MDSYS.SDO_GEOMETRY(3001, NULL, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1, 
1, 4, 1, 0), MDSYS.SDO_ORDINATE_ARRAY(391052.320592445, 
5776971.48062262, 0, 1, 0, 0))


Best regards,

Michaela


Kreisstadt Steinfurt 

 - 48565 Steinfurt
www.steinfurt.de 

Mit freundlichen Grüßen
im Auftrag
MichaelaHuesmann
Geodaten
Fachdienst Tiefbau

Tel.: +49 2552 925 219
Fax:
E-Mail: michaela.huesm...@stadt-steinfurt.de 




Bitte denken Sie an die Umwelt, bevor Sie diese E-Mail ausdrucken.


___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info:https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe:https://lists.osgeo.org/mailman/listinfo/qgis-user


--
Mit freundlichen Grüßen
Stefan Giese
Projektleiter/Consultant
***
FOSS Academy Sommerschule: Kompaktkurs zum Aufbau einer GDI
02.-06. September 2024, Präsenzveranstaltung in Bonn
https://www.foss-academy.com/kompaktkurse
***
WhereGroup GmbH
Schwimmbadstr. 2
79100 Freiburg
Germany

Tel.: +49 (0)761 / 519 102 - 61
Fax: +49 (0)761 / 519 102 - 11

stefan.gi...@wheregroup.com
www.wheregroup.com
Geschäftsführer:
Olaf Knopp, Peter Stamm
Amtsgericht Bonn, HRB 9885
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Oriented Points

2023-11-27 Thread Huesmann, Michaela via QGIS-User
Hello,

the last two suggestions are very promising. Thank you!


Von: Ujaval Gandhi 
Gesendet: Dienstag, 28. November 2023 07:47
An: Huesmann, Michaela 
Cc: qgis-user@lists.osgeo.org
Betreff: Re: [Qgis-user] Oriented Points

If you want to add the angle of the underlying road automatically, this is 
doable using aggregate() expression to obtain the intersecting road sement and 
then obtaining the angle of the line using angle_at_vertex() function. You can 
set it up so it gets filled automatically as soon as you add the point. See the 
example at 
https://courses.spatialthoughts.com/advanced-qgis.html#auto-populate-field-values<https://mailtrack.io/link/feb25ae438375010ca500c6e9f8ac548258a5f24?w=bWljaGFlbGEuaHVlc21hbm5Ac3RhZHQtc3RlaW5mdXJ0LmRl&url=https%3A%2F%2Fcourses.spatialthoughts.com%2Fadvanced-qgis.html%23auto-populate-field-values&userId=8747767&signature=5f152cff5c7d6c42>

---
Ujaval Gandhi
Spatial Thoughts
www.spatialthoughts.com<https://mailtrack.io/link/af54bb078ed4c217497b3e9254ca31f7413ccad4?w=bWljaGFlbGEuaHVlc21hbm5Ac3RhZHQtc3RlaW5mdXJ0LmRl&url=http%3A%2F%2Fwww.spatialthoughts.com&userId=8747767&signature=f51b0b0b5e0138b8>



[Das Bild wurde vom Absender entfernt.]
On Mon, Nov 27, 2023 at 7:21 PM Huesmann, Michaela via QGIS-User 
 wrote:
Thank you, Ujaval Gandhi. 'Measure Angle' is a good idea. I didn’t know that 
tool!
I would like to have the points oriented tot he underlaying road.

Von: Ujaval Gandhi 
mailto:uja...@spatialthoughts.com>>
Gesendet: Montag, 27. November 2023 14:47
An: Huesmann, Michaela 
Cc: qgis-user@lists.osgeo.org<mailto:qgis-user@lists.osgeo.org>
Betreff: Re: [Qgis-user] Oriented Points

I see. If the angle is from a fixed reference point, you can add an expression 
using azimuth() function in the Attribute Form that sets the default value of 
the attribute to the angle between the current point and the target point. If 
your reference point is not fixed but you need to select it manually, you can 
add the angle after digitizing. Use the 'Measure Angle' tool from the toolbar 
and measure the angle between the target point and reference point. Make sure 
to enable snapping so you get the exact point coordinates. Copy/Paste the 
result into the attribute table.
---
Ujaval Gandhi
Spatial Thoughts
www.spatialthoughts.com<https://mailtrack.io/link/dbc52f97fbd5b94c024193e16e621de86373b32e?w=bWljaGFlbGEuaHVlc21hbm5Ac3RhZHQtc3RlaW5mdXJ0LmRl&url=http%3A%2F%2Fwww.spatialthoughts.com&userId=8747767&signature=498c91d372ea82a6>



[Das Bild wurde vom Absender entfernt.]
On Mon, Nov 27, 2023 at 6:04 PM Huesmann, Michaela via QGIS-User 
mailto:qgis-user@lists.osgeo.org>> wrote:
Hello,

Thanks for pointing out that I can capture an attribute using rotation. I 
already know that I can use the angle attribute to rotate the symbol. But it is 
very difficult to determine the respective angle. If I type in the value 
manually, I have to correct it 5 times until it is exactly as it should. This 
is extremely unproductive. Rotating  doesn't work with the "Rotate Object" tool.

From Geomedia, I'm used to the fact that when recording, you first click on the 
position point and then record the direction using the mouse position. That's 
what I was looking for in QGIS.
Best regards,
Michaela



Von: Ujaval Gandhi 
mailto:uja...@spatialthoughts.com>>
Gesendet: Montag, 27. November 2023 12:32
An: Huesmann, Michaela 
Cc: qgis-user@lists.osgeo.org<mailto:qgis-user@lists.osgeo.org>
Betreff: Re: [Qgis-user] Oriented Points

Just add an attribute for the rotation/orientation. You can visualize them 
using the technique shown here 
https://www.communityhealthmaps.org/blog/2019/02/21/mapping-field-photos-in-qgis<https://mailtrack.io/link/24fbc2e171ace0e065dca7ad8a988e33440db9bf?w=bWljaGFlbGEuaHVlc21hbm5Ac3RhZHQtc3RlaW5mdXJ0LmRl&url=https%3A%2F%2Fwww.communityhealthmaps.org%2Fblog%2F2019%2F02%2F21%2Fmapping-field-photos-in-qgis&userId=8747767&signature=218b5ea232016f3e>
---
Ujaval Gandhi
Spatial Thoughts
www.spatialthoughts.com<https://mailtrack.io/link/40f7fc9598c4280f3ffd3d282723fc66c1f08f7e?w=bWljaGFlbGEuaHVlc21hbm5Ac3RhZHQtc3RlaW5mdXJ0LmRl&url=http%3A%2F%2Fwww.spatialthoughts.com&userId=8747767&signature=2980740ac02388fd>



[Das Bild wurde vom Absender entfernt.]
On Mon, Nov 27, 2023 at 4:18 PM Huesmann, Michaela via QGIS-User 
mailto:qgis-user@lists.osgeo.org>> wrote:
Hello QGIS group,

how can I digitize oriented points in QGIS? I probably have to provide 
information when creating the geometry type fort he object class so that the 
rotation can be recorded.
Must be easy I guess but didn’t found out yet.

Best regards,
Michaela

[Kreisstadt Steinfurt]<http://www.steinfurt.de>

 - 48565 Steinfurt
www.steinfurt.de<http://www.steinfurt.de>



Mit freundlichen Grüßen
im Auftrag
Michaela Huesmann
IT
Fachdienst Tiefbau

Tel

Re: [Qgis-user] Oriented Points

2023-11-27 Thread Ujaval Gandhi via QGIS-User
If you want to add the angle of the underlying road automatically, this is doable using aggregate() _expression_ to obtain the intersecting road sement and then obtaining the angle of the line using angle_at_vertex() function. You can set it up so it gets filled automatically as soon as you add the point. See the example at https://courses.spatialthoughts.com/advanced-qgis.html#auto-populate-field-values---Ujaval GandhiSpatial Thoughtswww.spatialthoughts.comOn Mon, Nov 27, 2023 at 7:21 PM Huesmann, Michaela via QGIS-User  wrote:







Thank you, Ujaval Gandhi. 'Measure Angle' is a good idea. I didn’t know that tool!
I would like to have the points oriented tot he underlaying road.
 
Von: Ujaval Gandhi <uja...@spatialthoughts.com> 
Gesendet: Montag, 27. November 2023 14:47
An: Huesmann, Michaela Steinfurt.de>
Cc: qgis-user@lists.osgeo.org
Betreff: Re: [Qgis-user] Oriented Points
 

I see. If the angle is from a fixed reference point, you can add an _expression_ using azimuth() function in the Attribute Form that sets the default value of the attribute to the angle between the current point and the target point. If your
 reference point is not fixed but you need to select it manually, you can add the angle after digitizing. Use the 'Measure Angle' tool from the toolbar and measure the angle between the target point and reference point. Make sure to enable snapping so you get
 the exact point coordinates. Copy/Paste the result into the attribute table.




---

Ujaval Gandhi


Spatial Thoughts


www.spatialthoughts.com


 




 






On Mon, Nov 27, 2023 at 6:04 PM Huesmann, Michaela via QGIS-User <qgis-user@lists.osgeo.org> wrote:





Hello,
 
Thanks for pointing out that I can capture an attribute using rotation. I already know that I can use the angle attribute to rotate the symbol. But it is very difficult to determine
 the respective angle. If I type in the value manually, I have to correct it 5 times until it is exactly as it should. This is extremely unproductive. Rotating  doesn't work with the "Rotate Object" tool.
 
From Geomedia, I'm used to the fact that when recording, you first click on the position point and then record the direction using the mouse position. That's what I was looking
 for in QGIS.
Best regards,

Michaela
 
 
 
Von: Ujaval Gandhi <uja...@spatialthoughts.com>

Gesendet: Montag, 27. November 2023 12:32
An: Huesmann, Michaela Steinfurt.de>
Cc: qgis-user@lists.osgeo.org
Betreff: Re: [Qgis-user] Oriented Points
 

Just add an attribute for the rotation/orientation. You can visualize them using the technique shown here https://www.communityhealthmaps.org/blog/2019/02/21/mapping-field-photos-in-qgis




---

Ujaval Gandhi


Spatial Thoughts


www.spatialthoughts.com


 




 





On Mon, Nov 27, 2023 at 4:18 PM Huesmann, Michaela via QGIS-User <qgis-user@lists.osgeo.org> wrote:





Hello QGIS group,
 
how can I digitize oriented points in QGIS? I probably have to provide information when creating the geometry type fort he object class so that the rotation can be recorded.
Must be easy I guess but didn’t found out yet.

 
Best regards,
Michaela

 






 - 48565 Steinfurt
www.steinfurt.de




Mit freundlichen Grüßen
im Auftrag
Michaela Huesmann 
IT
Fachdienst Tiefbau
 
Tel.: +49 2552 925 219
Fax:

E-Mail:

michaela.huesmann@Stadt-Steinfurt.de





Bitte denken Sie an die Umwelt, bevor Sie diese E-Mail ausdrucken.

___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: 
https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: 
https://lists.osgeo.org/mailman/listinfo/qgis-user





___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: 
https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: 
https://lists.osgeo.org/mailman/listinfo/qgis-user






___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Oriented Points

2023-11-27 Thread Huesmann, Michaela via QGIS-User
Thank you, Ujaval Gandhi. 'Measure Angle' is a good idea. I didn’t know that 
tool!
I would like to have the points oriented tot he underlaying road.

Von: Ujaval Gandhi 
Gesendet: Montag, 27. November 2023 14:47
An: Huesmann, Michaela 
Cc: qgis-user@lists.osgeo.org
Betreff: Re: [Qgis-user] Oriented Points

I see. If the angle is from a fixed reference point, you can add an expression 
using azimuth() function in the Attribute Form that sets the default value of 
the attribute to the angle between the current point and the target point. If 
your reference point is not fixed but you need to select it manually, you can 
add the angle after digitizing. Use the 'Measure Angle' tool from the toolbar 
and measure the angle between the target point and reference point. Make sure 
to enable snapping so you get the exact point coordinates. Copy/Paste the 
result into the attribute table.
---
Ujaval Gandhi
Spatial Thoughts
www.spatialthoughts.com<https://mailtrack.io/link/dbc52f97fbd5b94c024193e16e621de86373b32e?w=bWljaGFlbGEuaHVlc21hbm5Ac3RhZHQtc3RlaW5mdXJ0LmRl&url=http%3A%2F%2Fwww.spatialthoughts.com&userId=8747767&signature=498c91d372ea82a6>



[Das Bild wurde vom Absender entfernt.]
On Mon, Nov 27, 2023 at 6:04 PM Huesmann, Michaela via QGIS-User 
 wrote:
Hello,

Thanks for pointing out that I can capture an attribute using rotation. I 
already know that I can use the angle attribute to rotate the symbol. But it is 
very difficult to determine the respective angle. If I type in the value 
manually, I have to correct it 5 times until it is exactly as it should. This 
is extremely unproductive. Rotating  doesn't work with the "Rotate Object" tool.

From Geomedia, I'm used to the fact that when recording, you first click on the 
position point and then record the direction using the mouse position. That's 
what I was looking for in QGIS.
Best regards,
Michaela



Von: Ujaval Gandhi 
mailto:uja...@spatialthoughts.com>>
Gesendet: Montag, 27. November 2023 12:32
An: Huesmann, Michaela 
Cc: qgis-user@lists.osgeo.org<mailto:qgis-user@lists.osgeo.org>
Betreff: Re: [Qgis-user] Oriented Points

Just add an attribute for the rotation/orientation. You can visualize them 
using the technique shown here 
https://www.communityhealthmaps.org/blog/2019/02/21/mapping-field-photos-in-qgis<https://mailtrack.io/link/24fbc2e171ace0e065dca7ad8a988e33440db9bf?w=bWljaGFlbGEuaHVlc21hbm5Ac3RhZHQtc3RlaW5mdXJ0LmRl&url=https%3A%2F%2Fwww.communityhealthmaps.org%2Fblog%2F2019%2F02%2F21%2Fmapping-field-photos-in-qgis&userId=8747767&signature=218b5ea232016f3e>
---
Ujaval Gandhi
Spatial Thoughts
www.spatialthoughts.com<https://mailtrack.io/link/40f7fc9598c4280f3ffd3d282723fc66c1f08f7e?w=bWljaGFlbGEuaHVlc21hbm5Ac3RhZHQtc3RlaW5mdXJ0LmRl&url=http%3A%2F%2Fwww.spatialthoughts.com&userId=8747767&signature=2980740ac02388fd>



[Das Bild wurde vom Absender entfernt.]
On Mon, Nov 27, 2023 at 4:18 PM Huesmann, Michaela via QGIS-User 
mailto:qgis-user@lists.osgeo.org>> wrote:
Hello QGIS group,

how can I digitize oriented points in QGIS? I probably have to provide 
information when creating the geometry type fort he object class so that the 
rotation can be recorded.
Must be easy I guess but didn’t found out yet.

Best regards,
Michaela

[Kreisstadt Steinfurt]<http://www.steinfurt.de>

 - 48565 Steinfurt
www.steinfurt.de<http://www.steinfurt.de>



Mit freundlichen Grüßen
im Auftrag
Michaela Huesmann
IT
Fachdienst Tiefbau

Tel.: +49 2552 925 219
Fax:
E-Mail: 
michaela.huesm...@stadt-steinfurt.de<mailto:michaela.huesm...@stadt-steinfurt.de>


Bitte denken Sie an die Umwelt, bevor Sie diese E-Mail ausdrucken.
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org<mailto:QGIS-User@lists.osgeo.org>
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org<mailto:QGIS-User@lists.osgeo.org>
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Oriented Points

2023-11-27 Thread Ujaval Gandhi via QGIS-User
I see. If the angle is from a fixed reference point, you can add an _expression_ using azimuth() function in the Attribute Form that sets the default value of the attribute to the angle between the current point and the target point. If your reference point is not fixed but you need to select it manually, you can add the angle after digitizing. Use the 'Measure Angle' tool from the toolbar and measure the angle between the target point and reference point. Make sure to enable snapping so you get the exact point coordinates. Copy/Paste the result into the attribute table.---Ujaval GandhiSpatial Thoughtswww.spatialthoughts.comOn Mon, Nov 27, 2023 at 6:04 PM Huesmann, Michaela via QGIS-User  wrote:







Hello,
 
Thanks for pointing out that I can capture an attribute using rotation. I already know that I can use the angle attribute to rotate the symbol. But it is very difficult to determine the respective
 angle. If I type in the value manually, I have to correct it 5 times until it is exactly as it should. This is extremely unproductive. Rotating  doesn't work with the "Rotate Object" tool.
 
From Geomedia, I'm used to the fact that when recording, you first click on the position point and then record the direction using the mouse position. That's what I was looking for in QGIS.
Best regards,

Michaela
 
 
 
Von: Ujaval Gandhi <uja...@spatialthoughts.com> 
Gesendet: Montag, 27. November 2023 12:32
An: Huesmann, Michaela Steinfurt.de>
Cc: qgis-user@lists.osgeo.org
Betreff: Re: [Qgis-user] Oriented Points
 

Just add an attribute for the rotation/orientation. You can visualize them using the technique shown here https://www.communityhealthmaps.org/blog/2019/02/21/mapping-field-photos-in-qgis




---

Ujaval Gandhi


Spatial Thoughts


www.spatialthoughts.com


 




 





On Mon, Nov 27, 2023 at 4:18 PM Huesmann, Michaela via QGIS-User <qgis-user@lists.osgeo.org> wrote:





Hello QGIS group,
 
how can I digitize oriented points in QGIS? I probably have to provide information when creating the geometry type fort he object class so that the rotation can be recorded.
Must be easy I guess but didn’t found out yet.

 
Best regards,
Michaela

 






 - 48565 Steinfurt
www.steinfurt.de




Mit freundlichen Grüßen
im Auftrag
Michaela Huesmann 
IT
Fachdienst Tiefbau
 
Tel.: +49 2552 925 219
Fax:

E-Mail:

michaela.huesmann@Stadt-Steinfurt.de





Bitte denken Sie an die Umwelt, bevor Sie diese E-Mail ausdrucken.

___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: 
https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: 
https://lists.osgeo.org/mailman/listinfo/qgis-user






___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Oriented Points

2023-11-27 Thread Huesmann, Michaela via QGIS-User
Hello,

Thanks for pointing out that I can capture an attribute using rotation. I 
already know that I can use the angle attribute to rotate the symbol. But it is 
very difficult to determine the respective angle. If I type in the value 
manually, I have to correct it 5 times until it is exactly as it should. This 
is extremely unproductive. Rotating  doesn't work with the "Rotate Object" tool.

From Geomedia, I'm used to the fact that when recording, you first click on the 
position point and then record the direction using the mouse position. That's 
what I was looking for in QGIS.
Best regards,
Michaela



Von: Ujaval Gandhi 
Gesendet: Montag, 27. November 2023 12:32
An: Huesmann, Michaela 
Cc: qgis-user@lists.osgeo.org
Betreff: Re: [Qgis-user] Oriented Points

Just add an attribute for the rotation/orientation. You can visualize them 
using the technique shown here 
https://www.communityhealthmaps.org/blog/2019/02/21/mapping-field-photos-in-qgis<https://mailtrack.io/link/24fbc2e171ace0e065dca7ad8a988e33440db9bf?w=bWljaGFlbGEuaHVlc21hbm5Ac3RhZHQtc3RlaW5mdXJ0LmRl&url=https%3A%2F%2Fwww.communityhealthmaps.org%2Fblog%2F2019%2F02%2F21%2Fmapping-field-photos-in-qgis&userId=8747767&signature=218b5ea232016f3e>
---
Ujaval Gandhi
Spatial Thoughts
www.spatialthoughts.com<https://mailtrack.io/link/40f7fc9598c4280f3ffd3d282723fc66c1f08f7e?w=bWljaGFlbGEuaHVlc21hbm5Ac3RhZHQtc3RlaW5mdXJ0LmRl&url=http%3A%2F%2Fwww.spatialthoughts.com&userId=8747767&signature=2980740ac02388fd>



[Das Bild wurde vom Absender entfernt.]
On Mon, Nov 27, 2023 at 4:18 PM Huesmann, Michaela via QGIS-User 
 wrote:
Hello QGIS group,

how can I digitize oriented points in QGIS? I probably have to provide 
information when creating the geometry type fort he object class so that the 
rotation can be recorded.
Must be easy I guess but didn’t found out yet.

Best regards,
Michaela

[Kreisstadt Steinfurt]<http://www.steinfurt.de>

 - 48565 Steinfurt
www.steinfurt.de<http://www.steinfurt.de>



Mit freundlichen Grüßen
im Auftrag
Michaela Huesmann
IT
Fachdienst Tiefbau

Tel.: +49 2552 925 219
Fax:
E-Mail: 
michaela.huesm...@stadt-steinfurt.de<mailto:michaela.huesm...@stadt-steinfurt.de>


Bitte denken Sie an die Umwelt, bevor Sie diese E-Mail ausdrucken.
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org<mailto:QGIS-User@lists.osgeo.org>
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Oriented Points

2023-11-27 Thread Ujaval Gandhi via QGIS-User
Just add an attribute for the rotation/orientation. You can visualize them using the technique shown here https://www.communityhealthmaps.org/blog/2019/02/21/mapping-field-photos-in-qgis---Ujaval GandhiSpatial Thoughtswww.spatialthoughts.comOn Mon, Nov 27, 2023 at 4:18 PM Huesmann, Michaela via QGIS-User  wrote:









Hello QGIS group,
 
how can I digitize oriented points in QGIS? I probably have to provide information when creating the geometry type fort he object class so that the rotation can be recorded.
Must be easy I guess but didn’t found out yet. 
 
Best regards,
Michaela







 - 48565 Steinfurt
www.steinfurt.de


Mit freundlichen Grüßen
im Auftrag
Michaela
Huesmann 
IT
Fachdienst Tiefbau
 
Tel.:
+49 2552 925 219
Fax:

E-Mail:
michaela.huesmann@Stadt-Steinfurt.de




Bitte denken Sie an die Umwelt, bevor Sie diese E-Mail ausdrucken.



___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user