Moving a point on the map (map component).

Related products: Software Factory

Can it be made possible to move a point on the map by dragging it so that the fields with GPS coordinates in the table are also adjusted? Drawing on the map is already possible, but moving a point would also make life a lot easier.
Hi Henri,



This feature is already supported:







When this option is set to 1 for a certain entity configuration (markers only), you will be able to drag and drop it on the map. Upon dropping the marker, an update statement for that specific marker, with the new coordinates, will be sent to the table/view. Note that for a view it might be necessary to write an instead-of-update trigger to route the new coordinates to the correct location.
Updated idea status OpenClosed