Hello Talia,
For now in real estate manager software at time add property - you may add latitude and longitude to some property - only with help Google map marker set tools. That did special for less errors at time add new property location.
If you wish manual add property location with help set longitude and longitude - you may open file:
{yours site}/administrator/components/com_realestatemanager/admin.realestatemanager.html.php
there are please find rows
Code: |
<input class="inputbox" type="text" id="hlatitude" name="hlatitude" size="20" value="<?php echo $row->hlatitude;?>" readonly/>
|
and
Code: |
<input class="inputbox" type="text" id="hlongitude" name="hlongitude" size="20" value="<?php echo $row->hlongitude;?>" readonly/>
|
and remove "readonly"
Thanks,
OrdaSoft team