Reply To: Map generated from custom fields / display in template don't show

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

#13792
Chris
Keymaster

    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);