Home › Forums › MapPress Support › Map generated from custom fields / display in template don't show › Reply To: Map generated from custom fields / display in template don't show
November 19, 2013 at 10:25 am
#13792
Hi,
Can you provide a URL for your map?
I don’t think your POI has a location. You’ll need to geocode the address or provide a lat/lng in order to see a marker. See the documentation section ‘Geocoding with PHP’ if you need to geocode. Lat/lng can be done with:
$mypoi_1->point = array('lat' => 40, 'lng' => -74.1234);