User-Agent Package Name Configuration
OpenStreetMap's tile server policy requires a valid HTTP User-Agent string identifying your app. When changing your package name, update the userAgentPackageName property in the visitor map views:
📂 Files:
lib/views/Visitor_view/component/visitor_map_header.dartlib/views/Visitor_view/visitor_map_view.dart
TileLayer(
urlTemplate: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png',
userAgentPackageName: 'com.yourdomain.helpnest', // Update to your app's package name
)
Danger
[!IMPORTANT]
Failure to set a valid userAgentPackageName matching your domain/app identifier may cause tile requests to be blocked or rate-limited by OpenStreetMap servers.
Still stuck?
Our support team is ready to help you get set up.

