Reply To: Adding Mashup to PHP

Home Forums MapPress Support Adding Mashup to PHP Reply To: Adding Mashup to PHP

#14708
Chris
Keymaster

    Add a query to your code to make it a mashup:

    $mymap = new Mappress_Map(array("query" => "all", "center" => array("lat" => do_shortcode('[wpgc_latitude]'), "lng" => do_shortcode('[wpgc_longitude]')), "zoom" => 4, "width" => '100%'));