- Issue created by @renukakulkarni
- 🇮🇳India renukakulkarni
The attached patch adds support for configuring default coordinates for the Client Location Indicator map feature in the Geolocation module.
Currently, the Client Location Indicator map feature always initializes the user location marker at coordinates (0, 0) until geolocation access is granted. This behavior can be misleading, as it may incorrectly place the marker in the Gulf of Guinea on load.
This enhancement proposes introducing configurable default latitude and longitude values that will be used as the marker's initial position if:
These coordinates should be exposed as part of the map feature's settings.
This would offer a better UX and avoid confusing behavior on initial map load when geolocation is not available.
Active
4.0
Geolocation Field / Backend
The attached patch adds support for configuring default coordinates for the Client Location Indicator map feature in the Geolocation module.