Hello
The map will NOT pupulate from an address or postcode in England.
Sorry, RealEstateManager(
ordasoft.com/Real-Estate-Manager-Software-Joomla.html) only use Google Map API, we not create it.
is there a way to manually put in the Long and Lat?
You may click on map.
You may find in file
{site}/administrator/components/com_vehiclemanager/vehiclemanager.html.php
code look like
Code: |
<td><input class="inputbox" type="text" id="vlatitude" name="vlatitude" size="20" value="<?php echo $row->vlatitude; ?>" readonly/></td>
|
and replace to
Code: |
<td><input class="inputbox" type="text" id="vlatitude" name="vlatitude" size="20" value="<?php echo $row->vlatitude; ?>" /></td>
|
and
Code: |
<input class="inputbox" type="text" id="vlongitude" name="vlongitude" size="20" value="<?php echo $row->vlongitude; ?>" readonly/>
|
Replace to
Code: |
<input class="inputbox" type="text" id="vlongitude" name="vlongitude" size="20" value="<?php echo $row->vlongitude; ?>" />
|
Please backup this file first
Also there are other Cities in the south west other than Swindo
Please check: in Vehicle Manager, you now may fill country, region and city or as "text fields" or as "Select list field". You may do this with help option "admin"->"VehicleManager"->"Setting"->"Global Settings"-> "Show country, region and city option as text field"
If you set it to NO - You will see "Select List" for "countries, cities, regions". You may set all countries, cities, regions with help the files:
{your site}/components/com_vehiclemanager/countrys_and_regions.txt
{your site}/components/com_vehiclemanager/regions_and_citys.txt
Please backup them first
Regards
Andrew
OrdaSoft team