Home › Forums › MapPress Support › Separate query selections for multiple post types in one mashup › Reply To: Separate query selections for multiple post types in one mashup
December 8, 2012 at 6:40 am
#11045
An example of maps with poilist sorted by proximity to map center is at http://dev-wilmington.crimeboard.org/units/. The tooltip on the map does show the distance from the map center, but I’d like to show that in the poilist as well.
$poi->title = “($slc_distance miles) $poi->title”;
The above code does not change the poilist display as I thought it would, just the tooltip on the map.