Brackets / Atom
Off Topic
BBedit on my laptop.
Dreamweaver (yuck) and Brackets on my work pc.
So I often take my laptop to work.
{$max_lng = $profile_longitude + 0.02}
{$min_lng = $profile_longitude - 0.02}
{$max_lat = $profile_latitude + 0.02}
{$min_lat = $profile_latitude - 0.02}
{jrCore_list module="jrProfile" search1="profile_longitude < `$max_lng`" search2="profile_longitude > `$min_lng`" search3="profile_latitude < `$max_lat`" search4="profile_latitude > `$min_lat`" limit=100 order_by="_created desc"}
{foreach $_items as $key => $val}
{$_items[$key].profile_googlemaps_lat=$profile_latitude}
{$_items[$key].profile_googlemaps_lng=$profile_longitude}
{/foreach}
{foreach $_items as $key => $val}
{$_items.$key.profile_googlemaps_lat=$profile_latitude}
{$_items.$key.profile_googlemaps_lng=$profile_longitude}
{/foreach}
{ujGoogleMaps_map module="jrProfile" name="countywide" map=$_items height="300" width="100%" map_type="hybrid"}