changes
This commit is contained in:
@@ -83,6 +83,32 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Self-hosted OSRM URL -->
|
||||
<div class="col-12 col-lg-6 o_setting_box">
|
||||
<div class="o_setting_right_pane">
|
||||
<span class="o_form_label">Self-hosted OSRM URL</span>
|
||||
<div class="text-muted">
|
||||
Optional. When set, travel-time calculations use your self-hosted OSRM server instead of Google Distance Matrix, saving paid API cost.
|
||||
Leave empty to keep using Google.
|
||||
</div>
|
||||
<div class="mt-2">
|
||||
<field name="fc_osrm_url" placeholder="http://192.168.1.114:5000"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Self-hosted Nominatim URL -->
|
||||
<div class="col-12 col-lg-6 o_setting_box">
|
||||
<div class="o_setting_right_pane">
|
||||
<span class="o_form_label">Self-hosted Nominatim URL</span>
|
||||
<div class="text-muted">
|
||||
Optional. When set, address geocoding uses your self-hosted Nominatim server instead of Google Geocoding.
|
||||
Leave empty to keep using Google.
|
||||
</div>
|
||||
<div class="mt-2">
|
||||
<field name="fc_nominatim_url" placeholder="http://192.168.1.114:8080"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Location History Retention -->
|
||||
<div class="col-12 col-lg-6 o_setting_box">
|
||||
<div class="o_setting_right_pane">
|
||||
|
||||
Reference in New Issue
Block a user