Download Moxie Maps
Installation of Moxie Maps 2.6.6 for Joomla 1.6
There are 4 parts of the installation process:
Installing and Configuring of the Moxie Zip Search Field Type into Mosets Tree
Installing and Configuring of the Moxie Package which contains the Component and Module
Installing the MoxieMaps template for Mosets Tree
Installing the Savant2 plugins for Mosets Tree
Before installing any of the Moxie Maps 2.6.6 package, please verify that you have obtained a Google Maps API Key (http://code.google.com/apis/maps/signup.html),
and entered it into your Mosets Tree configuration on the Features tab. In addition, please set Show Map to Yes on the Features tab.
You'll then need to use the "Locate Listings in Map" link in Mosets Tree (bottom left) to Geocode your listings based on their address information.
Once you have done this and verified that the maps show properly on a listing detail page, proceed with the installation of Moxie Maps 2.6.6.
STEP 1:
Log into the backend of your Joomla site i.e., http://yoursite.com/administrator.
Select Mosets Tree from the Components menu.
Click the Custom Fields link in the bottom left corner of the page.
Click the "Manage field types" link above the custom fields list.
Click the "Add" button in the top right corner.
Using the "Upload Package File" process, click the Browse button.
Navigate to the "mFieldType_MoxieZipSearch-2.6.5.xml" file on your computer and select it.
Click the "Upload File & Install/Update" button.
You should see a "Field type installation successful." message.
Now, click the "Back to custom fields" link.
Click the "Moxie Zip Search" link at the bottom of the list.
Set "Published" to "Yes"
Set "Show in details view" to "No"
Set "Show in summary view" to "Yes"
Set "Advanced Searchable" to "Yes"
Set "Hidden Field" to "Yes"
Select the Parameters in the right column to your choosing.
These parameters affect how the search fields are presented on the Advanced Search page:
Search Type
Nearest Listings - This option will not restrict the search by a user specified radius. It will return all listings sorted by distance from the searched Zip/Post code.
Radius Search - This option presents the user with a Radius select box where they can choose a maximum distance from the center of the searched Zip/Post code to search within.
Distance Unit - Select whether to use Miles or Kilometers in the Radius select box
Radius Values - Enter the values for the Radius Select box. Separate values by a comma.
Show Country List - Determines if a country list is shown to the user. When selecting a country, the Zip/Post code geocoding is influenced by the country selected.
Default Country - Enter a country code i.e., US to use for the default country to use when searching.
Be sure to click the Save button when done.
STEP 2:
While in the Mosets Tree component, click the "Templates" link in the bottom left corner.
Click the "New" button in the top right corner.
Click the "Browse" button and navigate to the "MoxieMapsTemplate.zip" file on your computer.
Click the "Upload File & Install/Update" button.
You should see a "Template installation successful." message.
Select the radio button next to the "Moxie" template.
Click the "Default" button in the top right to make this template the default template.
STEP 3:
Install the pkg_moxiemaps.zip file using the Joomla Install/Uninstall function in the Extensions menu.
This will install the Component, Module and Plugin
Using the Plugin Manager, publish the Moxie Maps Category Markers plugin
Configure the Moxie Zip Search module in the Module Manager.
You can then configure basic map parameters using the Options button in the component. The new parameters are detailed below.
STEP 4:
You'll need to add the Savant2_Plugin_ahrefprintmoxie.php file to the "components/com_mtree/Savant2" directory.
You'll need to add the Savant2_Plugin_moxiedistance.php file to the "components/com_mtree/Savant2" directory.
You'll need to add the Savant2_Plugin_moxiemaps.php file to the "components/com_mtree/Savant2" directory.
You can not use the Joomla installer to do this but must use a FTP client or some other means i.e., ssh, file manager, joomla based file manager, etc.
NEW OPTIONS:
Version 2.6.5 and above includes new options configurable within the templates that determine how the map and markers will be shown:
The map can be added to any Mosets Tree template that shows one or more listings with the following code format:
$this->plugin("moxiemaps", $this, 'width', 'height', 'show', floatMap, cluster, legend);
The parameters included in this line are detailed below:
moxiemaps - name of the plugin, don't change
$this - passes listings to the plugin, don't change
width - width of the map. You can use either values as percentages '100%' or in pixels i.e., '400px'
height - height of the map. You can use either values as percentages '100%' or in pixels i.e., '400px'
show - You can now choose to show:
'page' - Listings on Page - this is the default. If you are showing 10 listings per page, you'll have 10 listings on the map
'all' - All Listings in the directory
'category' - All Listings in this category. Only works in the sub_listings.tpl.php template file.
'categorywithsubs' - All listings in this category and all listings in any sub-categories
'featuredincategory' - All Featured Listings in this category. Only works in the sub_listings.tpl.php template file.
'featured' - All Featured Listings in the directory
floatMap - true/false - indicates if the map should float or scroll as the page scrolls
cluster - true/false - turn the cluster function on/off for the markers
legend - true/false - turns on/off the Map legend
Sample code:
echo $this->plugin("moxiemaps", $this, '100%', '500px', 'all', false, true, true);
Map would be 100% wide, 500px tall, showing all listings in the director, not floated, using the cluster feature and showing the legend
You can now configure the maps with the following parameters from within the Moxie Maps component:
Show Map Types i.e., Map, Satellite, Terrain, etc Yes/No
Select which Map Types will be shown
Select Large/Small map controls
Turn Scroll Wheel Zoom on/off
Turn Double Click Zoom on/off
Turn on/off the map scale
You can now set custom markers for each category within Mosets Tree. When editing a category in Mosets Tree, you'll now have a new accordion tab on the right labeled Moxie Maps Marker. Select this tab and you'll see a drop down menu of all the available markers. Simply select which marker to use for this category and all listings assigned to this category will automatically use this marker on all maps. Any categories that you don't assign a marker to will use the default marker assigned within the Moxie Maps component.
The Moxie Maps Zip Search Module Keyword search now searches any field set to Advanced Searchable in the Mosets Tree Custom Fields manager. This is a distinct change from previous versions which only searched the listing title.
A number of bugs have also been fixed that prevented the maps from showing when listings had line feed characters in them.
This completes the installation and configuration of Moxie Maps 2.6.6 for Joomla 1.6.
Thanks for supporting the development of Moxie Maps
If you have any issues or questions, please send an email to
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
2011-06-02 19:49 samlewis * .: commit j16-2.6 branch 2011-06-02 19:48 samlewis * build.xml: remove build.xml file 2011-06-02 19:46 samlewis * ., READ_ME.txt, build.xml, com_moxiemaps, com_moxiemaps/administrator, com_moxiemaps/administrator/components, com_moxiemaps/administrator/components/com_moxiemaps, com_moxiemaps/administrator/components/com_moxiemaps/CHANGELOG.php, com_moxiemaps/administrator/components/com_moxiemaps/assets, com_moxiemaps/administrator/components/com_moxiemaps/assets/images, com_moxiemaps/administrator/components/com_moxiemaps/assets/images/M-16x16.gif, com_moxiemaps/administrator/components/com_moxiemaps/assets/images/com_moxiemaps.ico, com_moxiemaps/administrator/components/com_moxiemaps/assets/images/icon-16-default.png, com_moxiemaps/administrator/components/com_moxiemaps/assets/images/index.html, com_moxiemaps/administrator/components/com_moxiemaps/assets/index.html, com_moxiemaps/administrator/components/com_moxiemaps/config.xml, com_moxiemaps/administrator/components/com_moxiemaps/controller.php, com_moxiemaps/administrator/components/com_moxiemaps/controllers, com_moxiemaps/administrator/components/com_moxiemaps/controllers/index.html, com_moxiemaps/administrator/components/com_moxiemaps/controllers/moxiemaps.php, com_moxiemaps/administrator/components/com_moxiemaps/elements, com_moxiemaps/administrator/components/com_moxiemaps/elements/index.html, com_moxiemaps/administrator/components/com_moxiemaps/elements/multilist.php, com_moxiemaps/administrator/components/com_moxiemaps/index.html, com_moxiemaps/administrator/components/com_moxiemaps/install, com_moxiemaps/administrator/components/com_moxiemaps/install/index.html, com_moxiemaps/administrator/components/com_moxiemaps/install/sql, com_moxiemaps/administrator/components/com_moxiemaps/install/sql/index.html, com_moxiemaps/administrator/components/com_moxiemaps/install/sql/install.sql, com_moxiemaps/administrator/components/com_moxiemaps/install/sql/uninstall.sql, com_moxiemaps/administrator/components/com_moxiemaps/models, com_moxiemaps/administrator/components/com_moxiemaps/models/index.html, com_moxiemaps/administrator/components/com_moxiemaps/models/moxiemaps.php, com_moxiemaps/administrator/components/com_moxiemaps/models/moxiemapsmm.php, com_moxiemaps/administrator/components/com_moxiemaps/moxiemaps.php, com_moxiemaps/administrator/components/com_moxiemaps/script.php, com_moxiemaps/administrator/components/com_moxiemaps/tables, com_moxiemaps/administrator/components/com_moxiemaps/tables/index.html, com_moxiemaps/administrator/components/com_moxiemaps/tables/moxiemaps.php, com_moxiemaps/administrator/components/com_moxiemaps/views, com_moxiemaps/administrator/components/com_moxiemaps/views/index.html, com_moxiemaps/administrator/components/com_moxiemaps/views/moxiemaps, com_moxiemaps/administrator/components/com_moxiemaps/views/moxiemaps/index.html, com_moxiemaps/administrator/components/com_moxiemaps/views/moxiemaps/tmpl, com_moxiemaps/administrator/components/com_moxiemaps/views/moxiemaps/tmpl/form.php, com_moxiemaps/administrator/components/com_moxiemaps/views/moxiemaps/tmpl/index.html, com_moxiemaps/administrator/components/com_moxiemaps/views/moxiemaps/view.html.php, com_moxiemaps/administrator/components/com_moxiemaps/views/moxiemapsmm, com_moxiemaps/administrator/components/com_moxiemaps/views/moxiemapsmm/index.html, com_moxiemaps/administrator/components/com_moxiemaps/views/moxiemapsmm/tmpl, com_moxiemaps/administrator/components/com_moxiemaps/views/moxiemapsmm/tmpl/default.php, com_moxiemaps/administrator/components/com_moxiemaps/views/moxiemapsmm/tmpl/index.html, com_moxiemaps/administrator/components/com_moxiemaps/views/moxiemapsmm/view.html.php, com_moxiemaps/administrator/language, com_moxiemaps/administrator/language/en-GB, com_moxiemaps/administrator/language/en-GB/en-GB.com_moxiemaps.ini, com_moxiemaps/administrator/language/en-GB/en-GB.com_moxiemaps.sys.ini, com_moxiemaps/components, com_moxiemaps/components/com_moxiemaps, com_moxiemaps/components/com_moxiemaps/controller.php, com_moxiemaps/components/com_moxiemaps/index.html, com_moxiemaps/components/com_moxiemaps/js mmBaseicon.txt, com_moxiemaps/components/com_moxiemaps/markers, com_moxiemaps/components/com_moxiemaps/markers.csv, com_moxiemaps/components/com_moxiemaps/markers/Thumbs.db, com_moxiemaps/components/com_moxiemaps/markers/accident.png, com_moxiemaps/components/com_moxiemaps/markers/administration.png, com_moxiemaps/components/com_moxiemaps/markers/aestheticscenter.png, com_moxiemaps/components/com_moxiemaps/markers/agriculture.png, com_moxiemaps/components/com_moxiemaps/markers/agriculture2.png, com_moxiemaps/components/com_moxiemaps/markers/agriculture3.png, com_moxiemaps/components/com_moxiemaps/markers/agriculture4.png, com_moxiemaps/components/com_moxiemaps/markers/aircraftsmall.png, com_moxiemaps/components/com_moxiemaps/markers/airplanesport.png, com_moxiemaps/components/com_moxiemaps/markers/airplanetourism.png, com_moxiemaps/components/com_moxiemaps/markers/airport.png, com_moxiemaps/components/com_moxiemaps/markers/airportapron.png, com_moxiemaps/components/com_moxiemaps/markers/airportrunway.png, com_moxiemaps/components/com_moxiemaps/markers/airportterminal.png, com_moxiemaps/components/com_moxiemaps/markers/amphitheater.png, com_moxiemaps/components/com_moxiemaps/markers/amphitheatertourism.png, com_moxiemaps/components/com_moxiemaps/markers/ancientmonument.png, com_moxiemaps/components/com_moxiemaps/markers/ancienttemple.png, com_moxiemaps/components/com_moxiemaps/markers/ancienttempleruin.png, com_moxiemaps/components/com_moxiemaps/markers/animals.png, com_moxiemaps/components/com_moxiemaps/markers/anniversary.png, com_moxiemaps/components/com_moxiemaps/markers/apartment.png, com_moxiemaps/components/com_moxiemaps/markers/aquarium.png, com_moxiemaps/components/com_moxiemaps/markers/arch.png, com_moxiemaps/components/com_moxiemaps/markers/archery.png, com_moxiemaps/components/com_moxiemaps/markers/artgallery.png, com_moxiemaps/components/com_moxiemaps/markers/atm.png, com_moxiemaps/components/com_moxiemaps/markers/atv.png, com_moxiemaps/components/com_moxiemaps/markers/audio.png, com_moxiemaps/components/com_moxiemaps/markers/australianfootball.png, com_moxiemaps/components/com_moxiemaps/markers/bags.png, com_moxiemaps/components/com_moxiemaps/markers/bank.png, com_moxiemaps/components/com_moxiemaps/markers/bankeuro.png, com_moxiemaps/components/com_moxiemaps/markers/bankpound.png, com_moxiemaps/components/com_moxiemaps/markers/bar.png, com_moxiemaps/components/com_moxiemaps/markers/baseball.png, com_moxiemaps/components/com_moxiemaps/markers/basketball.png, com_moxiemaps/components/com_moxiemaps/markers/baskteball2.png, com_moxiemaps/components/com_moxiemaps/markers/beach.png, com_moxiemaps/components/com_moxiemaps/markers/beautiful.png, com_moxiemaps/components/com_moxiemaps/markers/bench.png, com_moxiemaps/components/com_moxiemaps/markers/bicycleparking.png, com_moxiemaps/components/com_moxiemaps/markers/bigcity.png, com_moxiemaps/components/com_moxiemaps/markers/billiard.png, com_moxiemaps/components/com_moxiemaps/markers/bobsleigh.png, com_moxiemaps/components/com_moxiemaps/markers/bomb.png, com_moxiemaps/components/com_moxiemaps/markers/bookstore.png, com_moxiemaps/components/com_moxiemaps/markers/bowling.png, com_moxiemaps/components/com_moxiemaps/markers/boxing.png, com_moxiemaps/components/com_moxiemaps/markers/bread.png, com_moxiemaps/components/com_moxiemaps/markers/bridge.png, com_moxiemaps/components/com_moxiemaps/markers/bridgemodern.png, com_moxiemaps/components/com_moxiemaps/markers/bullfight.png, com_moxiemaps/components/com_moxiemaps/markers/bungalow.png, com_moxiemaps/components/com_moxiemaps/markers/bus.png, com_moxiemaps/components/com_moxiemaps/markers/butcher.png, com_moxiemaps/components/com_moxiemaps/markers/cabin.png, com_moxiemaps/components/com_moxiemaps/markers/cablecar.png, com_moxiemaps/components/com_moxiemaps/markers/camping.png, com_moxiemaps/components/com_moxiemaps/markers/campingsite.png, com_moxiemaps/components/com_moxiemaps/markers/canoe.png, com_moxiemaps/components/com_moxiemaps/markers/car.png, com_moxiemaps/components/com_moxiemaps/markers/carrental.png, com_moxiemaps/components/com_moxiemaps/markers/carrepair.png, com_moxiemaps/components/com_moxiemaps/markers/carwash.png, com_moxiemaps/components/com_moxiemaps/markers/casino.png, com_moxiemaps/components/com_moxiemaps/markers/castle.png, com_moxiemaps/components/com_moxiemaps/markers/cathedral.png, com_moxiemaps/components/com_moxiemaps/markers/cathedral2.png, com_moxiemaps/components/com_moxiemaps/markers/cave.png, com_moxiemaps/components/com_moxiemaps/markers/cemetary.png, com_moxiemaps/components/com_moxiemaps/markers/chapel.png, com_moxiemaps/components/com_moxiemaps/markers/church.png, com_moxiemaps/components/com_moxiemaps/markers/church2.png, com_moxiemaps/components/com_moxiemaps/markers/cinema.png, com_moxiemaps/components/com_moxiemaps/markers/circus.png, com_moxiemaps/components/com_moxiemaps/markers/citysquare.png, com_moxiemaps/components/com_moxiemaps/markers/climbing.png, com_moxiemaps/components/com_moxiemaps/markers/clothes.png, com_moxiemaps/components/com_moxiemaps/markers/clothesfemale.png, com_moxiemaps/components/com_moxiemaps/markers/clothesmale.png, com_moxiemaps/components/com_moxiemaps/markers/clouds.png, com_moxiemaps/components/com_moxiemaps/markers/cloudsun.png, com_moxiemaps/components/com_moxiemaps/markers/club.png, com_moxiemaps/components/com_moxiemaps/markers/cluster.png, com_moxiemaps/components/com_moxiemaps/markers/cluster2.png, com_moxiemaps/components/com_moxiemaps/markers/cluster3.png, com_moxiemaps/components/com_moxiemaps/markers/cluster4.png, com_moxiemaps/components/com_moxiemaps/markers/cluster5.png, com_moxiemaps/components/com_moxiemaps/markers/cocktail.png, com_moxiemaps/components/com_moxiemaps/markers/coffee.png, com_moxiemaps/components/com_moxiemaps/markers/communitycentre.png, com_moxiemaps/components/com_moxiemaps/markers/company.png, com_moxiemaps/components/com_moxiemaps/markers/computer.png, com_moxiemaps/components/com_moxiemaps/markers/concessionaire.png, com_moxiemaps/components/com_moxiemaps/markers/conference.png, com_moxiemaps/components/com_moxiemaps/markers/construction.png, com_moxiemaps/components/com_moxiemaps/markers/convenience.png, com_moxiemaps/components/com_moxiemaps/markers/convent.png, com_moxiemaps/components/com_moxiemaps/markers/corral.png, com_moxiemaps/components/com_moxiemaps/markers/country.png, com_moxiemaps/components/com_moxiemaps/markers/court.png, com_moxiemaps/components/com_moxiemaps/markers/cricket.png, com_moxiemaps/components/com_moxiemaps/markers/cross.png, com_moxiemaps/components/com_moxiemaps/markers/crossingguard.png, com_moxiemaps/components/com_moxiemaps/markers/cruise.png, com_moxiemaps/components/com_moxiemaps/markers/currencyexchange.png, com_moxiemaps/components/com_moxiemaps/markers/customs.png, com_moxiemaps/components/com_moxiemaps/markers/cycling.png, com_moxiemaps/components/com_moxiemaps/markers/cyclingfeedarea.png, com_moxiemaps/components/com_moxiemaps/markers/cyclingmountain1.png, com_moxiemaps/components/com_moxiemaps/markers/cyclingmountain2.png, com_moxiemaps/components/com_moxiemaps/markers/cyclingmountain3.png, com_moxiemaps/components/com_moxiemaps/markers/cyclingmountain4.png, com_moxiemaps/components/com_moxiemaps/markers/cyclingmountainnotrated.png, com_moxiemaps/components/com_moxiemaps/markers/cyclingsport.png, com_moxiemaps/components/com_moxiemaps/markers/cyclingsprint.png, com_moxiemaps/components/com_moxiemaps/markers/cyclinguncategorized.png, com_moxiemaps/components/com_moxiemaps/markers/dam.png, com_moxiemaps/components/com_moxiemaps/markers/dancinghall.png, com_moxiemaps/components/com_moxiemaps/markers/dates.png, com_moxiemaps/components/com_moxiemaps/markers/daycare.png, com_moxiemaps/components/com_moxiemaps/markers/daysdim.png, com_moxiemaps/components/com_moxiemaps/markers/daysdom.png, com_moxiemaps/components/com_moxiemaps/markers/daysjeu.png, com_moxiemaps/components/com_moxiemaps/markers/daysjue.png, com_moxiemaps/components/com_moxiemaps/markers/dayslun.png, com_moxiemaps/components/com_moxiemaps/markers/daysmar.png, com_moxiemaps/components/com_moxiemaps/markers/daysmer.png, com_moxiemaps/components/com_moxiemaps/markers/daysmie.png, com_moxiemaps/components/com_moxiemaps/markers/daysqua.png, com_moxiemaps/components/com_moxiemaps/markers/daysqui.png, com_moxiemaps/components/com_moxiemaps/markers/dayssab.png, com_moxiemaps/components/com_moxiemaps/markers/dayssam.png, com_moxiemaps/components/com_moxiemaps/markers/daysseg.png, com_moxiemaps/components/com_moxiemaps/markers/dayssex.png, com_moxiemaps/components/com_moxiemaps/markers/dayster.png, com_moxiemaps/components/com_moxiemaps/markers/daysven.png, com_moxiemaps/components/com_moxiemaps/markers/daysvie.png, com_moxiemaps/components/com_moxiemaps/markers/dentist.png, com_moxiemaps/components/com_moxiemaps/markers/deptstore.png, com_moxiemaps/components/com_moxiemaps/markers/disability.png, com_moxiemaps/components/com_moxiemaps/markers/disabledparking.png, com_moxiemaps/components/com_moxiemaps/markers/diving.png, com_moxiemaps/components/com_moxiemaps/markers/doctor.png, com_moxiemaps/components/com_moxiemaps/markers/dogleash.png, com_moxiemaps/components/com_moxiemaps/markers/dogoffleash.png, com_moxiemaps/components/com_moxiemaps/markers/door.png, com_moxiemaps/components/com_moxiemaps/markers/down.png, com_moxiemaps/components/com_moxiemaps/markers/downleft.png, com_moxiemaps/components/com_moxiemaps/markers/downright.png, com_moxiemaps/components/com_moxiemaps/markers/downthenleft.png, com_moxiemaps/components/com_moxiemaps/markers/downthenright.png, com_moxiemaps/components/com_moxiemaps/markers/drinkingfountain.png, com_moxiemaps/components/com_moxiemaps/markers/drinkingwater.png, com_moxiemaps/components/com_moxiemaps/markers/drugs.png, com_moxiemaps/components/com_moxiemaps/markers/elevator.png, com_moxiemaps/components/com_moxiemaps/markers/embassy.png, com_moxiemaps/components/com_moxiemaps/markers/entrance.png, com_moxiemaps/components/com_moxiemaps/markers/escalatordown.png, com_moxiemaps/components/com_moxiemaps/markers/escalatorup.png, com_moxiemaps/components/com_moxiemaps/markers/exit.png, com_moxiemaps/components/com_moxiemaps/markers/expert.png, com_moxiemaps/components/com_moxiemaps/markers/explosion.png, com_moxiemaps/components/com_moxiemaps/markers/factory.png, com_moxiemaps/components/com_moxiemaps/markers/fallingrocks.png, com_moxiemaps/components/com_moxiemaps/markers/family.png, com_moxiemaps/components/com_moxiemaps/markers/farm.png, com_moxiemaps/components/com_moxiemaps/markers/fastfood.png, com_moxiemaps/components/com_moxiemaps/markers/festival.png, com_moxiemaps/components/com_moxiemaps/markers/findajob.png, com_moxiemaps/components/com_moxiemaps/markers/findjob.png, com_moxiemaps/components/com_moxiemaps/markers/fire.png, com_moxiemaps/components/com_moxiemaps/markers/fireextinguisher.png, com_moxiemaps/components/com_moxiemaps/markers/firemen.png, com_moxiemaps/components/com_moxiemaps/markers/fireworks.png, com_moxiemaps/components/com_moxiemaps/markers/firstaid.png, com_moxiemaps/components/com_moxiemaps/markers/fishing.png, com_moxiemaps/components/com_moxiemaps/markers/fishingshop.png, com_moxiemaps/components/com_moxiemaps/markers/fitnesscenter.png, com_moxiemaps/components/com_moxiemaps/markers/fjord.png, com_moxiemaps/components/com_moxiemaps/markers/flood.png, com_moxiemaps/components/com_moxiemaps/markers/flowers.png, com_moxiemaps/components/com_moxiemaps/markers/followpath.png, com_moxiemaps/components/com_moxiemaps/markers/foodtruck.png, com_moxiemaps/components/com_moxiemaps/markers/forest.png, com_moxiemaps/components/com_moxiemaps/markers/fortress.png, com_moxiemaps/components/com_moxiemaps/markers/fossils.png, com_moxiemaps/components/com_moxiemaps/markers/fountain.png, com_moxiemaps/components/com_moxiemaps/markers/friday.png, com_moxiemaps/components/com_moxiemaps/markers/friends.png, com_moxiemaps/components/com_moxiemaps/markers/garden.png, com_moxiemaps/components/com_moxiemaps/markers/gateswalls.png, com_moxiemaps/components/com_moxiemaps/markers/gazstation.png, com_moxiemaps/components/com_moxiemaps/markers/geyser.png, com_moxiemaps/components/com_moxiemaps/markers/gifts.png, com_moxiemaps/components/com_moxiemaps/markers/girlfriend.png, com_moxiemaps/components/com_moxiemaps/markers/glacier.png, com_moxiemaps/components/com_moxiemaps/markers/golf.png, com_moxiemaps/components/com_moxiemaps/markers/gondola.png, com_moxiemaps/components/com_moxiemaps/markers/gourmet.png, com_moxiemaps/components/com_moxiemaps/markers/grocery.png, com_moxiemaps/components/com_moxiemaps/markers/gun.png, com_moxiemaps/components/com_moxiemaps/markers/gym.png, com_moxiemaps/components/com_moxiemaps/markers/hairsalon.png, com_moxiemaps/components/com_moxiemaps/markers/handball.png, com_moxiemaps/components/com_moxiemaps/markers/hanggliding.png, com_moxiemaps/components/com_moxiemaps/markers/hats.png, com_moxiemaps/components/com_moxiemaps/markers/headstone.png, com_moxiemaps/components/com_moxiemaps/markers/headstonejewish.png, com_moxiemaps/components/com_moxiemaps/markers/helicopter.png, com_moxiemaps/components/com_moxiemaps/markers/highway.png, com_moxiemaps/components/com_moxiemaps/markers/hiking.png, com_moxiemaps/components/com_moxiemaps/markers/hikingtourism.png, com_moxiemaps/components/com_moxiemaps/markers/historicalquarter.png, com_moxiemaps/components/com_moxiemaps/markers/home.png, com_moxiemaps/components/com_moxiemaps/markers/horseriding.png, com_moxiemaps/components/com_moxiemaps/markers/hospital.png, com_moxiemaps/components/com_moxiemaps/markers/hostel.png, com_moxiemaps/components/com_moxiemaps/markers/hotairballoon.png, com_moxiemaps/components/com_moxiemaps/markers/hotel.png, com_moxiemaps/components/com_moxiemaps/markers/hotel1star.png, com_moxiemaps/components/com_moxiemaps/markers/hotel2stars.png, com_moxiemaps/components/com_moxiemaps/markers/hotel3stars.png, com_moxiemaps/components/com_moxiemaps/markers/hotel4stars.png, com_moxiemaps/components/com_moxiemaps/markers/hotel5stars.png, com_moxiemaps/components/com_moxiemaps/markers/hunting.png, com_moxiemaps/components/com_moxiemaps/markers/icecream.png, com_moxiemaps/components/com_moxiemaps/markers/icehockey.png, com_moxiemaps/components/com_moxiemaps/markers/iceskating.png, com_moxiemaps/components/com_moxiemaps/markers/index.html, com_moxiemaps/components/com_moxiemaps/markers/info.png, com_moxiemaps/components/com_moxiemaps/markers/jewelry.png, com_moxiemaps/components/com_moxiemaps/markers/jewishquarter.png, com_moxiemaps/components/com_moxiemaps/markers/jogging.png, com_moxiemaps/components/com_moxiemaps/markers/judo.png, com_moxiemaps/components/com_moxiemaps/markers/justice.png, com_moxiemaps/components/com_moxiemaps/markers/karate.png, com_moxiemaps/components/com_moxiemaps/markers/karting.png, com_moxiemaps/components/com_moxiemaps/markers/kayak.png, com_moxiemaps/components/com_moxiemaps/markers/laboratory.png, com_moxiemaps/components/com_moxiemaps/markers/lake.png, com_moxiemaps/components/com_moxiemaps/markers/laundromat.png, com_moxiemaps/components/com_moxiemaps/markers/left.png, com_moxiemaps/components/com_moxiemaps/markers/leftthendown.png, com_moxiemaps/components/com_moxiemaps/markers/leftthenup.png, com_moxiemaps/components/com_moxiemaps/markers/library.png, com_moxiemaps/components/com_moxiemaps/markers/lighthouse.png, com_moxiemaps/components/com_moxiemaps/markers/liquor.png, com_moxiemaps/components/com_moxiemaps/markers/lock.png, com_moxiemaps/components/com_moxiemaps/markers/lockerrental.png, com_moxiemaps/components/com_moxiemaps/markers/magicshow.png, com_moxiemaps/components/com_moxiemaps/markers/mainroad.png, com_moxiemaps/components/com_moxiemaps/markers/massage.png, com_moxiemaps/components/com_moxiemaps/markers/military.png, com_moxiemaps/components/com_moxiemaps/markers/mine.png, com_moxiemaps/components/com_moxiemaps/markers/mobilephonetower.png, com_moxiemaps/components/com_moxiemaps/markers/modernmonument.png, com_moxiemaps/components/com_moxiemaps/markers/moderntower.png, com_moxiemaps/components/com_moxiemaps/markers/monastery.png, com_moxiemaps/components/com_moxiemaps/markers/monday.png, com_moxiemaps/components/com_moxiemaps/markers/monument.png, com_moxiemaps/components/com_moxiemaps/markers/mosque.png, com_moxiemaps/components/com_moxiemaps/markers/motorbike.png, com_moxiemaps/components/com_moxiemaps/markers/motorcycle.png, com_moxiemaps/components/com_moxiemaps/markers/movierental.png, com_moxiemaps/components/com_moxiemaps/markers/moxiemarker.png, com_moxiemaps/components/com_moxiemaps/markers/museum.png, com_moxiemaps/components/com_moxiemaps/markers/museumarcheological.png, com_moxiemaps/components/com_moxiemaps/markers/museumart.png, com_moxiemaps/components/com_moxiemaps/markers/museumcrafts.png, com_moxiemaps/components/com_moxiemaps/markers/museumhistorical.png, com_moxiemaps/components/com_moxiemaps/markers/museumnaval.png, com_moxiemaps/components/com_moxiemaps/markers/museumscience.png, com_moxiemaps/components/com_moxiemaps/markers/museumwar.png, com_moxiemaps/components/com_moxiemaps/markers/music.png, com_moxiemaps/components/com_moxiemaps/markers/musicclassical.png, com_moxiemaps/components/com_moxiemaps/markers/musichiphop.png, com_moxiemaps/components/com_moxiemaps/markers/musiclive.png, com_moxiemaps/components/com_moxiemaps/markers/musicrock.png, com_moxiemaps/components/com_moxiemaps/markers/nanny.png, com_moxiemaps/components/com_moxiemaps/markers/newsagent.png, com_moxiemaps/components/com_moxiemaps/markers/nordicski.png, com_moxiemaps/components/com_moxiemaps/markers/nursery.png, com_moxiemaps/components/com_moxiemaps/markers/observatory.png, com_moxiemaps/components/com_moxiemaps/markers/oilpumpjack.png, com_moxiemaps/components/com_moxiemaps/markers/olympicsite.png, com_moxiemaps/components/com_moxiemaps/markers/ophthalmologist.png, com_moxiemaps/components/com_moxiemaps/markers/pagoda.png, com_moxiemaps/components/com_moxiemaps/markers/paint.png, com_moxiemaps/components/com_moxiemaps/markers/palace.png, com_moxiemaps/components/com_moxiemaps/markers/panoramic.png, com_moxiemaps/components/com_moxiemaps/markers/panoramic180.png, com_moxiemaps/components/com_moxiemaps/markers/park.png, com_moxiemaps/components/com_moxiemaps/markers/parkandride.png, com_moxiemaps/components/com_moxiemaps/markers/parking.png, com_moxiemaps/components/com_moxiemaps/markers/parkurban.png, com_moxiemaps/components/com_moxiemaps/markers/party.png, com_moxiemaps/components/com_moxiemaps/markers/patisserie.png, com_moxiemaps/components/com_moxiemaps/markers/pedestriancrossing.png, com_moxiemaps/components/com_moxiemaps/markers/pens.png, com_moxiemaps/components/com_moxiemaps/markers/perfumery.png, com_moxiemaps/components/com_moxiemaps/markers/personalwatercraft.png, com_moxiemaps/components/com_moxiemaps/markers/petroglyphs.png, com_moxiemaps/components/com_moxiemaps/markers/pets.png, com_moxiemaps/components/com_moxiemaps/markers/phones.png, com_moxiemaps/components/com_moxiemaps/markers/photo.png, com_moxiemaps/components/com_moxiemaps/markers/photodown.png, com_moxiemaps/components/com_moxiemaps/markers/photodownleft.png, com_moxiemaps/components/com_moxiemaps/markers/photodownright.png, com_moxiemaps/components/com_moxiemaps/markers/photography.png, com_moxiemaps/components/com_moxiemaps/markers/photoleft.png, com_moxiemaps/components/com_moxiemaps/markers/photoright.png, com_moxiemaps/components/com_moxiemaps/markers/photoup.png, com_moxiemaps/components/com_moxiemaps/markers/photoupleft.png, com_moxiemaps/components/com_moxiemaps/markers/photoupright.png, com_moxiemaps/components/com_moxiemaps/markers/picnic.png, com_moxiemaps/components/com_moxiemaps/markers/pizza.png, com_moxiemaps/components/com_moxiemaps/markers/placesunvisited.png, com_moxiemaps/components/com_moxiemaps/markers/placesvisited.png, com_moxiemaps/components/com_moxiemaps/markers/planecrash.png, com_moxiemaps/components/com_moxiemaps/markers/playground.png, com_moxiemaps/components/com_moxiemaps/markers/poker.png, com_moxiemaps/components/com_moxiemaps/markers/police.png, com_moxiemaps/components/com_moxiemaps/markers/police2.png, com_moxiemaps/components/com_moxiemaps/markers/pool.png, com_moxiemaps/components/com_moxiemaps/markers/poolindoor.png, com_moxiemaps/components/com_moxiemaps/markers/port.png, com_moxiemaps/components/com_moxiemaps/markers/postal.png, com_moxiemaps/components/com_moxiemaps/markers/powerlinepole.png, com_moxiemaps/components/com_moxiemaps/markers/powerplant.png, com_moxiemaps/components/com_moxiemaps/markers/powersubstation.png, com_moxiemaps/components/com_moxiemaps/markers/prison.png, com_moxiemaps/components/com_moxiemaps/markers/publicart.png, com_moxiemaps/components/com_moxiemaps/markers/racing.png, com_moxiemaps/components/com_moxiemaps/markers/radiation.png, com_moxiemaps/components/com_moxiemaps/markers/rain.png, com_moxiemaps/components/com_moxiemaps/markers/rattlesnake.png, com_moxiemaps/components/com_moxiemaps/markers/realestate.png, com_moxiemaps/components/com_moxiemaps/markers/recycle.png, com_moxiemaps/components/com_moxiemaps/markers/regroup.png, com_moxiemaps/components/com_moxiemaps/markers/resort.png, com_moxiemaps/components/com_moxiemaps/markers/restaurant.png, com_moxiemaps/components/com_moxiemaps/markers/restaurantafrican.png, com_moxiemaps/components/com_moxiemaps/markers/restaurantbarbecue.png, com_moxiemaps/components/com_moxiemaps/markers/restaurantbuffet.png, com_moxiemaps/components/com_moxiemaps/markers/restaurantchinese.png, com_moxiemaps/components/com_moxiemaps/markers/restaurantfish.png, com_moxiemaps/components/com_moxiemaps/markers/restaurantfishchips.png, com_moxiemaps/components/com_moxiemaps/markers/restaurantgourmet.png, com_moxiemaps/components/com_moxiemaps/markers/restaurantgreek.png, com_moxiemaps/components/com_moxiemaps/markers/restaurantindian.png, com_moxiemaps/components/com_moxiemaps/markers/restaurantitalian.png, com_moxiemaps/components/com_moxiemaps/markers/restaurantjapanese.png, com_moxiemaps/components/com_moxiemaps/markers/restaurantkebab.png, com_moxiemaps/components/com_moxiemaps/markers/restaurantkorean.png, com_moxiemaps/components/com_moxiemaps/markers/restaurantmediterranean.png, com_moxiemaps/components/com_moxiemaps/markers/restaurantmexican.png, com_moxiemaps/components/com_moxiemaps/markers/restaurantromantic.png, com_moxiemaps/components/com_moxiemaps/markers/restaurantthai.png, com_moxiemaps/components/com_moxiemaps/markers/restaurantturkish.png, com_moxiemaps/components/com_moxiemaps/markers/revolution.png, com_moxiemaps/components/com_moxiemaps/markers/right.png, com_moxiemaps/components/com_moxiemaps/markers/rightthendown.png, com_moxiemaps/components/com_moxiemaps/markers/rightthenup.png, com_moxiemaps/components/com_moxiemaps/markers/riparian.png, com_moxiemaps/components/com_moxiemaps/markers/ropescourse.png, com_moxiemaps/components/com_moxiemaps/markers/rowboat.png, com_moxiemaps/components/com_moxiemaps/markers/rugby.png, com_moxiemaps/components/com_moxiemaps/markers/ruins.png, com_moxiemaps/components/com_moxiemaps/markers/sailboat.png, com_moxiemaps/components/com_moxiemaps/markers/sailboatsport.png, com_moxiemaps/components/com_moxiemaps/markers/sailboattourism.png, com_moxiemaps/components/com_moxiemaps/markers/satursday.png, com_moxiemaps/components/com_moxiemaps/markers/sauna.png, com_moxiemaps/components/com_moxiemaps/markers/school.png, com_moxiemaps/components/com_moxiemaps/markers/schrink.png, com_moxiemaps/components/com_moxiemaps/markers/sciencecenter.png, com_moxiemaps/components/com_moxiemaps/markers/seals.png, com_moxiemaps/components/com_moxiemaps/markers/seniorsite.png, com_moxiemaps/components/com_moxiemaps/markers/shelterpicnic.png, com_moxiemaps/components/com_moxiemaps/markers/sheltersleeping.png, com_moxiemaps/components/com_moxiemaps/markers/shoes.png, com_moxiemaps/components/com_moxiemaps/markers/shoppingmall.png, com_moxiemaps/components/com_moxiemaps/markers/shore.png, com_moxiemaps/components/com_moxiemaps/markers/shower.png, com_moxiemaps/components/com_moxiemaps/markers/sight.png, com_moxiemaps/components/com_moxiemaps/markers/skateboarding.png, com_moxiemaps/components/com_moxiemaps/markers/skiing.png, com_moxiemaps/components/com_moxiemaps/markers/skijump.png, com_moxiemaps/components/com_moxiemaps/markers/skilift.png, com_moxiemaps/components/com_moxiemaps/markers/smallcity.png, com_moxiemaps/components/com_moxiemaps/markers/smokingarea.png, com_moxiemaps/components/com_moxiemaps/markers/sneakers.png, com_moxiemaps/components/com_moxiemaps/markers/snow.png, com_moxiemaps/components/com_moxiemaps/markers/snowboarding.png, com_moxiemaps/components/com_moxiemaps/markers/snowmobiling.png, com_moxiemaps/components/com_moxiemaps/markers/snowshoeing.png, com_moxiemaps/components/com_moxiemaps/markers/soccer.png, com_moxiemaps/components/com_moxiemaps/markers/soccer2.png, com_moxiemaps/components/com_moxiemaps/markers/spaceport.png, com_moxiemaps/components/com_moxiemaps/markers/speed100.png, com_moxiemaps/components/com_moxiemaps/markers/speed110.png, com_moxiemaps/components/com_moxiemaps/markers/speed120.png, com_moxiemaps/components/com_moxiemaps/markers/speed130.png, com_moxiemaps/components/com_moxiemaps/markers/speed20.png, com_moxiemaps/components/com_moxiemaps/markers/speed30.png, com_moxiemaps/components/com_moxiemaps/markers/speed40.png, com_moxiemaps/components/com_moxiemaps/markers/speed50.png, com_moxiemaps/components/com_moxiemaps/markers/speed60.png, com_moxiemaps/components/com_moxiemaps/markers/speed70.png, com_moxiemaps/components/com_moxiemaps/markers/speed80.png, com_moxiemaps/components/com_moxiemaps/markers/speed90.png, com_moxiemaps/components/com_moxiemaps/markers/speedhump.png, com_moxiemaps/components/com_moxiemaps/markers/spelunking.png, com_moxiemaps/components/com_moxiemaps/markers/stadium.png, com_moxiemaps/components/com_moxiemaps/markers/statue.png, com_moxiemaps/components/com_moxiemaps/markers/steamtrain.png, com_moxiemaps/components/com_moxiemaps/markers/stop.png, com_moxiemaps/components/com_moxiemaps/markers/stoplight.png, com_moxiemaps/components/com_moxiemaps/markers/strike.png, com_moxiemaps/components/com_moxiemaps/markers/strike1.png, com_moxiemaps/components/com_moxiemaps/markers/subway.png, com_moxiemaps/components/com_moxiemaps/markers/sun.png, com_moxiemaps/components/com_moxiemaps/markers/sunday.png, com_moxiemaps/components/com_moxiemaps/markers/supermarket.png, com_moxiemaps/components/com_moxiemaps/markers/surfing.png, com_moxiemaps/components/com_moxiemaps/markers/suv.png, com_moxiemaps/components/com_moxiemaps/markers/synagogue.png, com_moxiemaps/components/com_moxiemaps/markers/tailor.png, com_moxiemaps/components/com_moxiemaps/markers/tapas.png, com_moxiemaps/components/com_moxiemaps/markers/taxi.png, com_moxiemaps/components/com_moxiemaps/markers/taxiway.png, com_moxiemaps/components/com_moxiemaps/markers/teahouse.png, com_moxiemaps/components/com_moxiemaps/markers/telephone.png, com_moxiemaps/components/com_moxiemaps/markers/templehindu.png, com_moxiemaps/components/com_moxiemaps/markers/tennis.png, com_moxiemaps/components/com_moxiemaps/markers/tennis2.png, com_moxiemaps/components/com_moxiemaps/markers/tent.png, com_moxiemaps/components/com_moxiemaps/markers/terrace.png, com_moxiemaps/components/com_moxiemaps/markers/text.png, com_moxiemaps/components/com_moxiemaps/markers/textiles.png, com_moxiemaps/components/com_moxiemaps/markers/theater.png, com_moxiemaps/components/com_moxiemaps/markers/themepark.png, com_moxiemaps/components/com_moxiemaps/markers/thunder.png, com_moxiemaps/components/com_moxiemaps/markers/thursday.png, com_moxiemaps/components/com_moxiemaps/markers/toilets.png, com_moxiemaps/components/com_moxiemaps/markers/tollstation.png, com_moxiemaps/components/com_moxiemaps/markers/tools.png, com_moxiemaps/components/com_moxiemaps/markers/tower.png, com_moxiemaps/components/com_moxiemaps/markers/toys.png, com_moxiemaps/components/com_moxiemaps/markers/trafficenforcementcamera.png, com_moxiemaps/components/com_moxiemaps/markers/train.png, com_moxiemaps/components/com_moxiemaps/markers/tram.png, com_moxiemaps/components/com_moxiemaps/markers/trash.png, com_moxiemaps/components/com_moxiemaps/markers/truck.png, com_moxiemaps/components/com_moxiemaps/markers/tuesday.png, com_moxiemaps/components/com_moxiemaps/markers/tunnel.png, com_moxiemaps/components/com_moxiemaps/markers/turnleft.png, com_moxiemaps/components/com_moxiemaps/markers/turnright.png, com_moxiemaps/components/com_moxiemaps/markers/university.png, com_moxiemaps/components/com_moxiemaps/markers/up.png, com_moxiemaps/components/com_moxiemaps/markers/upleft.png, com_moxiemaps/components/com_moxiemaps/markers/upright.png, com_moxiemaps/components/com_moxiemaps/markers/upthenleft.png, com_moxiemaps/components/com_moxiemaps/markers/upthenright.png, com_moxiemaps/components/com_moxiemaps/markers/usfootball.png, com_moxiemaps/components/com_moxiemaps/markers/vespa.png, com_moxiemaps/components/com_moxiemaps/markers/vet.png, com_moxiemaps/components/com_moxiemaps/markers/video.png, com_moxiemaps/components/com_moxiemaps/markers/videogames.png, com_moxiemaps/components/com_moxiemaps/markers/villa.png, com_moxiemaps/components/com_moxiemaps/markers/villatourism.png, com_moxiemaps/components/com_moxiemaps/markers/waitingroom.png, com_moxiemaps/components/com_moxiemaps/markers/water.png, com_moxiemaps/components/com_moxiemaps/markers/waterfall.png, com_moxiemaps/components/com_moxiemaps/markers/watermill.png, com_moxiemaps/components/com_moxiemaps/markers/waterpark.png, com_moxiemaps/components/com_moxiemaps/markers/waterskiing.png, com_moxiemaps/components/com_moxiemaps/markers/watertower.png, com_moxiemaps/components/com_moxiemaps/markers/waterwell.png, com_moxiemaps/components/com_moxiemaps/markers/waterwellpump.png, com_moxiemaps/components/com_moxiemaps/markers/wedding.png, com_moxiemaps/components/com_moxiemaps/markers/wednesday.png, com_moxiemaps/components/com_moxiemaps/markers/wetland.png, com_moxiemaps/components/com_moxiemaps/markers/white1.png, com_moxiemaps/components/com_moxiemaps/markers/white20.png, com_moxiemaps/components/com_moxiemaps/markers/wifi.png, com_moxiemaps/components/com_moxiemaps/markers/windmill.png, com_moxiemaps/components/com_moxiemaps/markers/windsurfing.png, com_moxiemaps/components/com_moxiemaps/markers/windturbine.png, com_moxiemaps/components/com_moxiemaps/markers/winery.png, com_moxiemaps/components/com_moxiemaps/markers/wineyard.png, com_moxiemaps/components/com_moxiemaps/markers/workoffice.png, com_moxiemaps/components/com_moxiemaps/markers/world.png, com_moxiemaps/components/com_moxiemaps/markers/worldheritagesite.png, com_moxiemaps/components/com_moxiemaps/markers/yoga.png, com_moxiemaps/components/com_moxiemaps/markers/youthhostel.png, com_moxiemaps/components/com_moxiemaps/markers/zipline.png, com_moxiemaps/components/com_moxiemaps/markers/zoo.png, com_moxiemaps/components/com_moxiemaps/models, com_moxiemaps/components/com_moxiemaps/models/index.html, com_moxiemaps/components/com_moxiemaps/models/moxiemaps.php, com_moxiemaps/components/com_moxiemaps/moxiemaps.php, com_moxiemaps/components/com_moxiemaps/views, com_moxiemaps/components/com_moxiemaps/views/index.html, com_moxiemaps/components/com_moxiemaps/views/moxiemaps, com_moxiemaps/components/com_moxiemaps/views/moxiemaps/index.html, com_moxiemaps/components/com_moxiemaps/views/moxiemaps/tmpl, com_moxiemaps/components/com_moxiemaps/views/moxiemaps/tmpl/default.php, com_moxiemaps/components/com_moxiemaps/views/moxiemaps/tmpl/index.html, com_moxiemaps/components/com_moxiemaps/views/moxiemaps/view.html.php, com_moxiemaps/moxiemaps.xml, com_moxiemaps/script.php, components, components/com_mtree, components/com_mtree/Savant2, components/com_mtree/Savant2/Savant2_Plugin_ahrefprintmoxie.php, components/com_mtree/Savant2/Savant2_Plugin_moxiedistance.php, components/com_mtree/Savant2/Savant2_Plugin_moxiemaps.php, components/com_mtree/templates, components/com_mtree/templates/Moxie, components/com_mtree/templates/Moxie/index.html, components/com_mtree/templates/Moxie/markerclusterer_packed.js, components/com_mtree/templates/Moxie/mooFloater-1.2.js, components/com_mtree/templates/Moxie/mooFloater.js, components/com_mtree/templates/Moxie/page_advSearchResults.tpl.php, components/com_mtree/templates/Moxie/page_index.tpl.php, components/com_mtree/templates/Moxie/page_listAlpha.tpl.php, components/com_mtree/templates/Moxie/page_listListings.tpl.php, components/com_mtree/templates/Moxie/page_listing.tpl.php, components/com_mtree/templates/Moxie/page_ownerListing.tpl.php, components/com_mtree/templates/Moxie/page_print.tpl.php, components/com_mtree/templates/Moxie/page_usersFavourites.tpl.php, components/com_mtree/templates/Moxie/sub_listingDetails.tpl.php, components/com_mtree/templates/Moxie/sub_listingSummary.tpl.php, components/com_mtree/templates/Moxie/sub_listings.tpl.php, components/com_mtree/templates/Moxie/sub_map.tpl.php, components/com_mtree/templates/Moxie/sub_mapinfowindow.tpl.php, components/com_mtree/templates/Moxie/template.css, components/com_mtree/templates/Moxie/templateDetails.xml, license.txt, mFieldType_MoxieZipSearch-2.6.5.xml, mod_moxie_zipsearch, mod_moxie_zipsearch/en-GB.mod_moxie_zipsearch.ini, mod_moxie_zipsearch/helper.php, mod_moxie_zipsearch/index.html, mod_moxie_zipsearch/mod_moxie_zipsearch.php, mod_moxie_zipsearch/mod_moxie_zipsearch.xml, mod_moxie_zipsearch/tmpl, mod_moxie_zipsearch/tmpl/default.php, mod_moxie_zipsearch/tmpl/index.html, pkg_moxiemaps, pkg_moxiemaps/packages, pkg_moxiemaps/pkg_moxiemaps.xml, plg_system_moxiemapscategorymarkers, plg_system_moxiemapscategorymarkers/index.html, plg_system_moxiemapscategorymarkers/moxiemapscategorymarkers.php, plg_system_moxiemapscategorymarkers/moxiemapscategorymarkers.xml: Setup Joomla 1.6 branch of Moxie Maps
Moxie Maps is available to users that hold an active subscription.
Installation of Moxie Maps 2.6.5
There are 5 parts of the installation process:
Installing and Configuring of the Moxie Zip Search Field Type into Mosets Tree
Installing and Configuring of the Moxie Zip Search Module
Installing the MoxieMaps template for Mosets Tree
Installing the Savant2 plugins for Mosets Tree
Installing and Configuring the Moxie Maps Component
Before installing any of the Moxie Maps 2.6.5 package, please verify that you have obtained a Google Maps API Key (http://code.google.com/apis/maps/signup.html),
and entered it into your Mosets Tree configuration on the Features tab. In addition, please set Show Map to Yes on the Features tab.
You'll then need to use the "Locate Listings in Map" link in Mosets Tree (bottom left) to Geocode your listings based on their address information.
Once you have done this and verified that the maps show properly on a listing detail page, proceed with the installation of Moxie Maps 2.6.5.
STEP 1:
Log into the backend of your Joomla site i.e., http://yoursite.com/administrator.
Select Mosets Tree from the Components menu.
Click the Custom Fields link in the bottom left corner of the page.
Click the "Manage field types" link above the custom fields list.
Click the "Add" button in the top right corner.
Using the "Upload Package File" process, click the Browse button.
Navigate to the "mFieldType_MoxieZipSearch-2.6.5.xml" file on your computer and select it.
Click the "Upload File & Install/Update" button.
You should see a "Field type installation successful." message.
Now, click the "Back to custom fields" link.
Click the "Moxie Zip Search" link at the bottom of the list.
Set "Published" to "Yes"
Set "Show in details view" to "No"
Set "Show in summary view" to "Yes"
Set "Advanced Searchable" to "Yes"
Set "Hidden Field" to "Yes"
Select the Parameters in the right column to your choosing.
These parameters affect how the search fields are presented on the Advanced Search page:
Search Type
Nearest Listings - This option will not restrict the search by a user specified radius. It will return all listings sorted by distance from the searched Zip/Post code.
Radius Search - This option presents the user with a Radius select box where they can choose a maximum distance from the center of the searched Zip/Post code to search within.
Distance Unit - Select whether to use Miles or Kilometers in the Radius select box
Radius Values - Enter the values for the Radius Select box. Separate values by a comma.
Show Country List - Determines if a country list is shown to the user. When selecting a country, the Zip/Post code geocoding is influenced by the country selected.
Default Country - Enter a country code i.e., US to use for the default country to use when searching.
Be sure to click the Save button when done.
STEP 2:
While in the Mosets Tree component, click the "Templates" link in the bottom left corner.
Click the "New" button in the top right corner.
Click the "Browse" button and navigate to the "MoxieMapsTemplate.zip" file on your computer.
Click the "Upload File & Install/Update" button.
You should see a "Template installation successful." message.
Select the radio button next to the "Moxie" template.
Click the "Default" button in the top right to make this template the default template.
STEP 3:
Install the mod_moxie_zipsearch module using the Joomla Install/Uninstall function in the Extensions menu.
Configure the module in the Module Manager.
Many of the options are the same as set previously but only affect the Module when set here.
Make sure to Publish the module.
STEP 4:
You'll need to add the Savant2_Plugin_ahrefprintmoxie.php file to the "components/com_mtree/Savant2" directory.
You'll need to add the Savant2_Plugin_moxiedistance.php file to the "components/com_mtree/Savant2" directory.
You'll need to add the Savant2_Plugin_moxiemaps.php file to the "components/com_mtree/Savant2" directory.
You can not use the Joomla installer to do this but must use a FTP client or some other means i.e., ssh, file manager, joomla based file manager, etc.
STEP 5:
Using the Joomla Install/Uninstall function in the Extensions menu, install the com_moxiemaps component. This will install both a component and plugin.
You can then configure basic map parameters using the Parameters button in the component. The new parameters are detailed below.
NEW OPTIONS:
Version 2.6.5 includes new options configurable within the templates that determine how the map and markers will be shown:
The map can be added to any Mosets Tree template that shows one or more listings with the following code format:
$this->plugin("moxiemaps", $this, 'width', 'height', 'show', floatMap, cluster, legend);
The parameters included in this line are detailed below:
moxiemaps - name of the plugin, don't change
$this - passes listings to the plugin, don't change
width - width of the map. You can use either values as percentages '100%' or in pixels i.e., '400px'
height - height of the map. You can use either values as percentages '100%' or in pixels i.e., '400px'
show - You can now choose to show:
'page' - Listings on Page - this is the default. If you are showing 10 listings per page, you'll have 10 listings on the map
'all' - All Listings in the directory
'category' - All Listings in this category. Only works in the sub_listings.tpl.php template file.
'categorywithsubs' - All listings in this category and all listings in any sub-categories
'featuredincategory' - All Featured Listings in this category. Only works in the sub_listings.tpl.php template file.
'featured' - All Featured Listings in the directory
floatMap - true/false - indicates if the map should float or scroll as the page scrolls
cluster - true/false - turn the cluster function on/off for the markers
legend - true/false - turns on/off the Map legend
Sample code:
echo $this->plugin("moxiemaps", $this, '100%', '500px', 'all', false, true, true);
Map would be 100% wide, 500px tall, showing all listings in the director, not floated, using the cluster feature and showing the legend
You can now configure the maps with the following parameters from within the Moxie Maps component:
Show Map Types i.e., Map, Satellite, Terrain, etc Yes/No
Select which Map Types will be shown
Select Large/Small map controls
Turn Scroll Wheel Zoom on/off
Turn Double Click Zoom on/off
Turn on/off the map scale
You can now set custom markers for each category within Mosets Tree. When editing a category in Mosets Tree, you'll now have a new accordion tab on the right labeled Moxie Maps Marker. Select this tab and you'll see a drop down menu of all the available markers. Simply select which marker to use for this category and all listings assigned to this category will automatically use this marker on all maps. Any categories that you don't assign a marker to will use the default marker assigned within the Moxie Maps component.
The Moxie Maps Zip Search Module Keyword search now searches any field set to Advanced Searchable in the Mosets Tree Custom Fields manager. This is a distinct change from previous versions which only searched the listing title.
A number of bugs have also been fixed that prevented the maps from showing when listings had line feed characters in them.
This completes the installation and configuration of Moxie Maps 2.6.5.
Thanks for supporting the development of Moxie Maps
If you have any issues or questions, please send an email to
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
2011-03-25 21:49 samlewis
* READ_ME.txt,
components/com_mtree/Savant2/Savant2_Plugin_ahrefprintmoxie.php,
components/com_mtree/Savant2/Savant2_Plugin_moxiedistance.php,
components/com_mtree/Savant2/Savant2_Plugin_moxiemaps.php,
components/com_mtree/templates/Moxie/templateDetails.xml,
mFieldType_MoxieZipSearch-2.6.1.xml,
mFieldType_MoxieZipSearch-2.6.5.xml,
modules/mod_moxie_zipsearch/mod_moxie_zipsearch.php,
modules/mod_moxie_zipsearch/mod_moxie_zipsearch.xml: Update
version to 2.6.5
2011-03-25 21:43 samlewis
* READ_ME.txt: Updated Read Me for version 2.6.1
2011-03-25 21:36 samlewis
* READ_ME.txt: Updated Read Me for version 2.6.1
2011-03-25 21:36 samlewis
* modules/mod_moxie_zipsearch/en-GB.mod_moxie_zipsearch.ini: use
language file from language folder instead
2011-03-25 21:21 samlewis
* com_moxiemaps, com_moxiemaps/admin,
com_moxiemaps/admin/CHANGELOG.php, com_moxiemaps/admin/assets,
com_moxiemaps/admin/assets/images,
com_moxiemaps/admin/assets/images/M-16x16.gif,
com_moxiemaps/admin/assets/images/com_moxiemaps.ico,
com_moxiemaps/admin/assets/images/icon-16-default.png,
com_moxiemaps/admin/assets/images/index.html,
com_moxiemaps/admin/assets/index.html,
com_moxiemaps/admin/config.xml,
com_moxiemaps/admin/controller.php,
com_moxiemaps/admin/controllers,
com_moxiemaps/admin/controllers/index.html,
com_moxiemaps/admin/controllers/moxiemaps.php,
com_moxiemaps/admin/elements,
com_moxiemaps/admin/elements/index.html,
com_moxiemaps/admin/elements/multilist.php,
com_moxiemaps/admin/index.html, com_moxiemaps/admin/install,
com_moxiemaps/admin/install/index.html,
com_moxiemaps/admin/install/sql,
com_moxiemaps/admin/install/sql/index.html,
com_moxiemaps/admin/install/sql/install.sql,
com_moxiemaps/admin/install/sql/uninstall.sql,
com_moxiemaps/admin/models,
com_moxiemaps/admin/models/index.html,
com_moxiemaps/admin/models/moxiemaps.php,
com_moxiemaps/admin/models/moxiemapsmm.php,
com_moxiemaps/admin/moxiemaps.php, com_moxiemaps/admin/tables,
com_moxiemaps/admin/tables/index.html,
com_moxiemaps/admin/tables/moxiemaps.php,
com_moxiemaps/admin/views, com_moxiemaps/admin/views/index.html,
com_moxiemaps/admin/views/moxiemaps,
com_moxiemaps/admin/views/moxiemaps/index.html,
com_moxiemaps/admin/views/moxiemaps/tmpl,
com_moxiemaps/admin/views/moxiemaps/tmpl/form.php,
com_moxiemaps/admin/views/moxiemaps/tmpl/index.html,
com_moxiemaps/admin/views/moxiemaps/view.html.php,
com_moxiemaps/admin/views/moxiemapsmm,
com_moxiemaps/admin/views/moxiemapsmm/index.html,
com_moxiemaps/admin/views/moxiemapsmm/tmpl,
com_moxiemaps/admin/views/moxiemapsmm/tmpl/default.php,
com_moxiemaps/admin/views/moxiemapsmm/tmpl/index.html,
com_moxiemaps/admin/views/moxiemapsmm/view.html.php,
com_moxiemaps/install, com_moxiemaps/install/index.html,
com_moxiemaps/install/install.package.php,
com_moxiemaps/install/uninstall.package.php,
com_moxiemaps/manifest.xml,
com_moxiemaps/plg_system_moxiemapscategorymarkers,
com_moxiemaps/plg_system_moxiemapscategorymarkers/index.html,
com_moxiemaps/plg_system_moxiemapscategorymarkers/moxiemapscategorymarkers.php,
com_moxiemaps/plg_system_moxiemapscategorymarkers/moxiemapscategorymarkers.xml,
com_moxiemaps/site, com_moxiemaps/site/controller.php,
com_moxiemaps/site/index.html, com_moxiemaps/site/js
mmBaseicon.txt, com_moxiemaps/site/markers,
com_moxiemaps/site/markers.csv,
com_moxiemaps/site/markers/Thumbs.db,
com_moxiemaps/site/markers/accident.png,
com_moxiemaps/site/markers/administration.png,
com_moxiemaps/site/markers/aestheticscenter.png,
com_moxiemaps/site/markers/agriculture.png,
com_moxiemaps/site/markers/agriculture2.png,
com_moxiemaps/site/markers/agriculture3.png,
com_moxiemaps/site/markers/agriculture4.png,
com_moxiemaps/site/markers/aircraftsmall.png,
com_moxiemaps/site/markers/airplanesport.png,
com_moxiemaps/site/markers/airplanetourism.png,
com_moxiemaps/site/markers/airport.png,
com_moxiemaps/site/markers/airportapron.png,
com_moxiemaps/site/markers/airportrunway.png,
com_moxiemaps/site/markers/airportterminal.png,
com_moxiemaps/site/markers/amphitheater.png,
com_moxiemaps/site/markers/amphitheatertourism.png,
com_moxiemaps/site/markers/ancientmonument.png,
com_moxiemaps/site/markers/ancienttemple.png,
com_moxiemaps/site/markers/ancienttempleruin.png,
com_moxiemaps/site/markers/animals.png,
com_moxiemaps/site/markers/anniversary.png,
com_moxiemaps/site/markers/apartment.png,
com_moxiemaps/site/markers/aquarium.png,
com_moxiemaps/site/markers/arch.png,
com_moxiemaps/site/markers/archery.png,
com_moxiemaps/site/markers/artgallery.png,
com_moxiemaps/site/markers/atm.png,
com_moxiemaps/site/markers/atv.png,
com_moxiemaps/site/markers/audio.png,
com_moxiemaps/site/markers/australianfootball.png,
com_moxiemaps/site/markers/bags.png,
com_moxiemaps/site/markers/bank.png,
com_moxiemaps/site/markers/bankeuro.png,
com_moxiemaps/site/markers/bankpound.png,
com_moxiemaps/site/markers/bar.png,
com_moxiemaps/site/markers/baseball.png,
com_moxiemaps/site/markers/basketball.png,
com_moxiemaps/site/markers/baskteball2.png,
com_moxiemaps/site/markers/beach.png,
com_moxiemaps/site/markers/beautiful.png,
com_moxiemaps/site/markers/bench.png,
com_moxiemaps/site/markers/bicycleparking.png,
com_moxiemaps/site/markers/bigcity.png,
com_moxiemaps/site/markers/billiard.png,
com_moxiemaps/site/markers/bobsleigh.png,
com_moxiemaps/site/markers/bomb.png,
com_moxiemaps/site/markers/bookstore.png,
com_moxiemaps/site/markers/bowling.png,
com_moxiemaps/site/markers/boxing.png,
com_moxiemaps/site/markers/bread.png,
com_moxiemaps/site/markers/bridge.png,
com_moxiemaps/site/markers/bridgemodern.png,
com_moxiemaps/site/markers/bullfight.png,
com_moxiemaps/site/markers/bungalow.png,
com_moxiemaps/site/markers/bus.png,
com_moxiemaps/site/markers/butcher.png,
com_moxiemaps/site/markers/cabin.png,
com_moxiemaps/site/markers/cablecar.png,
com_moxiemaps/site/markers/camping.png,
com_moxiemaps/site/markers/campingsite.png,
com_moxiemaps/site/markers/canoe.png,
com_moxiemaps/site/markers/car.png,
com_moxiemaps/site/markers/carrental.png,
com_moxiemaps/site/markers/carrepair.png,
com_moxiemaps/site/markers/carwash.png,
com_moxiemaps/site/markers/casino.png,
com_moxiemaps/site/markers/castle.png,
com_moxiemaps/site/markers/cathedral.png,
com_moxiemaps/site/markers/cathedral2.png,
com_moxiemaps/site/markers/cave.png,
com_moxiemaps/site/markers/cemetary.png,
com_moxiemaps/site/markers/chapel.png,
com_moxiemaps/site/markers/church.png,
com_moxiemaps/site/markers/church2.png,
com_moxiemaps/site/markers/cinema.png,
com_moxiemaps/site/markers/circus.png,
com_moxiemaps/site/markers/citysquare.png,
com_moxiemaps/site/markers/climbing.png,
com_moxiemaps/site/markers/clothes.png,
com_moxiemaps/site/markers/clothesfemale.png,
com_moxiemaps/site/markers/clothesmale.png,
com_moxiemaps/site/markers/clouds.png,
com_moxiemaps/site/markers/cloudsun.png,
com_moxiemaps/site/markers/club.png,
com_moxiemaps/site/markers/cluster.png,
com_moxiemaps/site/markers/cluster2.png,
com_moxiemaps/site/markers/cluster3.png,
com_moxiemaps/site/markers/cluster4.png,
com_moxiemaps/site/markers/cluster5.png,
com_moxiemaps/site/markers/cocktail.png,
com_moxiemaps/site/markers/coffee.png,
com_moxiemaps/site/markers/communitycentre.png,
com_moxiemaps/site/markers/company.png,
com_moxiemaps/site/markers/computer.png,
com_moxiemaps/site/markers/concessionaire.png,
com_moxiemaps/site/markers/conference.png,
com_moxiemaps/site/markers/construction.png,
com_moxiemaps/site/markers/convenience.png,
com_moxiemaps/site/markers/convent.png,
com_moxiemaps/site/markers/corral.png,
com_moxiemaps/site/markers/country.png,
com_moxiemaps/site/markers/court.png,
com_moxiemaps/site/markers/cricket.png,
com_moxiemaps/site/markers/cross.png,
com_moxiemaps/site/markers/crossingguard.png,
com_moxiemaps/site/markers/cruise.png,
com_moxiemaps/site/markers/currencyexchange.png,
com_moxiemaps/site/markers/customs.png,
com_moxiemaps/site/markers/cycling.png,
com_moxiemaps/site/markers/cyclingfeedarea.png,
com_moxiemaps/site/markers/cyclingmountain1.png,
com_moxiemaps/site/markers/cyclingmountain2.png,
com_moxiemaps/site/markers/cyclingmountain3.png,
com_moxiemaps/site/markers/cyclingmountain4.png,
com_moxiemaps/site/markers/cyclingmountainnotrated.png,
com_moxiemaps/site/markers/cyclingsport.png,
com_moxiemaps/site/markers/cyclingsprint.png,
com_moxiemaps/site/markers/cyclinguncategorized.png,
com_moxiemaps/site/markers/dam.png,
com_moxiemaps/site/markers/dancinghall.png,
com_moxiemaps/site/markers/dates.png,
com_moxiemaps/site/markers/daycare.png,
com_moxiemaps/site/markers/daysdim.png,
com_moxiemaps/site/markers/daysdom.png,
com_moxiemaps/site/markers/daysjeu.png,
com_moxiemaps/site/markers/daysjue.png,
com_moxiemaps/site/markers/dayslun.png,
com_moxiemaps/site/markers/daysmar.png,
com_moxiemaps/site/markers/daysmer.png,
com_moxiemaps/site/markers/daysmie.png,
com_moxiemaps/site/markers/daysqua.png,
com_moxiemaps/site/markers/daysqui.png,
com_moxiemaps/site/markers/dayssab.png,
com_moxiemaps/site/markers/dayssam.png,
com_moxiemaps/site/markers/daysseg.png,
com_moxiemaps/site/markers/dayssex.png,
com_moxiemaps/site/markers/dayster.png,
com_moxiemaps/site/markers/daysven.png,
com_moxiemaps/site/markers/daysvie.png,
com_moxiemaps/site/markers/dentist.png,
com_moxiemaps/site/markers/deptstore.png,
com_moxiemaps/site/markers/disability.png,
com_moxiemaps/site/markers/disabledparking.png,
com_moxiemaps/site/markers/diving.png,
com_moxiemaps/site/markers/doctor.png,
com_moxiemaps/site/markers/dogleash.png,
com_moxiemaps/site/markers/dogoffleash.png,
com_moxiemaps/site/markers/door.png,
com_moxiemaps/site/markers/down.png,
com_moxiemaps/site/markers/downleft.png,
com_moxiemaps/site/markers/downright.png,
com_moxiemaps/site/markers/downthenleft.png,
com_moxiemaps/site/markers/downthenright.png,
com_moxiemaps/site/markers/drinkingfountain.png,
com_moxiemaps/site/markers/drinkingwater.png,
com_moxiemaps/site/markers/drugs.png,
com_moxiemaps/site/markers/elevator.png,
com_moxiemaps/site/markers/embassy.png,
com_moxiemaps/site/markers/entrance.png,
com_moxiemaps/site/markers/escalatordown.png,
com_moxiemaps/site/markers/escalatorup.png,
com_moxiemaps/site/markers/exit.png,
com_moxiemaps/site/markers/expert.png,
com_moxiemaps/site/markers/explosion.png,
com_moxiemaps/site/markers/factory.png,
com_moxiemaps/site/markers/fallingrocks.png,
com_moxiemaps/site/markers/family.png,
com_moxiemaps/site/markers/farm.png,
com_moxiemaps/site/markers/fastfood.png,
com_moxiemaps/site/markers/festival.png,
com_moxiemaps/site/markers/findajob.png,
com_moxiemaps/site/markers/findjob.png,
com_moxiemaps/site/markers/fire.png,
com_moxiemaps/site/markers/fireextinguisher.png,
com_moxiemaps/site/markers/firemen.png,
com_moxiemaps/site/markers/fireworks.png,
com_moxiemaps/site/markers/firstaid.png,
com_moxiemaps/site/markers/fishing.png,
com_moxiemaps/site/markers/fishingshop.png,
com_moxiemaps/site/markers/fitnesscenter.png,
com_moxiemaps/site/markers/fjord.png,
com_moxiemaps/site/markers/flood.png,
com_moxiemaps/site/markers/flowers.png,
com_moxiemaps/site/markers/followpath.png,
com_moxiemaps/site/markers/foodtruck.png,
com_moxiemaps/site/markers/forest.png,
com_moxiemaps/site/markers/fortress.png,
com_moxiemaps/site/markers/fossils.png,
com_moxiemaps/site/markers/fountain.png,
com_moxiemaps/site/markers/friday.png,
com_moxiemaps/site/markers/friends.png,
com_moxiemaps/site/markers/garden.png,
com_moxiemaps/site/markers/gateswalls.png,
com_moxiemaps/site/markers/gazstation.png,
com_moxiemaps/site/markers/geyser.png,
com_moxiemaps/site/markers/gifts.png,
com_moxiemaps/site/markers/girlfriend.png,
com_moxiemaps/site/markers/glacier.png,
com_moxiemaps/site/markers/golf.png,
com_moxiemaps/site/markers/gondola.png,
com_moxiemaps/site/markers/gourmet.png,
com_moxiemaps/site/markers/grocery.png,
com_moxiemaps/site/markers/gun.png,
com_moxiemaps/site/markers/gym.png,
com_moxiemaps/site/markers/hairsalon.png,
com_moxiemaps/site/markers/handball.png,
com_moxiemaps/site/markers/hanggliding.png,
com_moxiemaps/site/markers/hats.png,
com_moxiemaps/site/markers/headstone.png,
com_moxiemaps/site/markers/headstonejewish.png,
com_moxiemaps/site/markers/helicopter.png,
com_moxiemaps/site/markers/highway.png,
com_moxiemaps/site/markers/hiking.png,
com_moxiemaps/site/markers/hikingtourism.png,
com_moxiemaps/site/markers/historicalquarter.png,
com_moxiemaps/site/markers/home.png,
com_moxiemaps/site/markers/horseriding.png,
com_moxiemaps/site/markers/hospital.png,
com_moxiemaps/site/markers/hostel.png,
com_moxiemaps/site/markers/hotairballoon.png,
com_moxiemaps/site/markers/hotel.png,
com_moxiemaps/site/markers/hotel1star.png,
com_moxiemaps/site/markers/hotel2stars.png,
com_moxiemaps/site/markers/hotel3stars.png,
com_moxiemaps/site/markers/hotel4stars.png,
com_moxiemaps/site/markers/hotel5stars.png,
com_moxiemaps/site/markers/hunting.png,
com_moxiemaps/site/markers/icecream.png,
com_moxiemaps/site/markers/icehockey.png,
com_moxiemaps/site/markers/iceskating.png,
com_moxiemaps/site/markers/index.html,
com_moxiemaps/site/markers/info.png,
com_moxiemaps/site/markers/jewelry.png,
com_moxiemaps/site/markers/jewishquarter.png,
com_moxiemaps/site/markers/jogging.png,
com_moxiemaps/site/markers/judo.png,
com_moxiemaps/site/markers/justice.png,
com_moxiemaps/site/markers/karate.png,
com_moxiemaps/site/markers/karting.png,
com_moxiemaps/site/markers/kayak.png,
com_moxiemaps/site/markers/laboratory.png,
com_moxiemaps/site/markers/lake.png,
com_moxiemaps/site/markers/laundromat.png,
com_moxiemaps/site/markers/left.png,
com_moxiemaps/site/markers/leftthendown.png,
com_moxiemaps/site/markers/leftthenup.png,
com_moxiemaps/site/markers/library.png,
com_moxiemaps/site/markers/lighthouse.png,
com_moxiemaps/site/markers/liquor.png,
com_moxiemaps/site/markers/lock.png,
com_moxiemaps/site/markers/lockerrental.png,
com_moxiemaps/site/markers/magicshow.png,
com_moxiemaps/site/markers/mainroad.png,
com_moxiemaps/site/markers/massage.png,
com_moxiemaps/site/markers/military.png,
com_moxiemaps/site/markers/mine.png,
com_moxiemaps/site/markers/mobilephonetower.png,
com_moxiemaps/site/markers/modernmonument.png,
com_moxiemaps/site/markers/moderntower.png,
com_moxiemaps/site/markers/monastery.png,
com_moxiemaps/site/markers/monday.png,
com_moxiemaps/site/markers/monument.png,
com_moxiemaps/site/markers/mosque.png,
com_moxiemaps/site/markers/motorbike.png,
com_moxiemaps/site/markers/motorcycle.png,
com_moxiemaps/site/markers/movierental.png,
com_moxiemaps/site/markers/moxiemarker.png,
com_moxiemaps/site/markers/museum.png,
com_moxiemaps/site/markers/museumarcheological.png,
com_moxiemaps/site/markers/museumart.png,
com_moxiemaps/site/markers/museumcrafts.png,
com_moxiemaps/site/markers/museumhistorical.png,
com_moxiemaps/site/markers/museumnaval.png,
com_moxiemaps/site/markers/museumscience.png,
com_moxiemaps/site/markers/museumwar.png,
com_moxiemaps/site/markers/music.png,
com_moxiemaps/site/markers/musicclassical.png,
com_moxiemaps/site/markers/musichiphop.png,
com_moxiemaps/site/markers/musiclive.png,
com_moxiemaps/site/markers/musicrock.png,
com_moxiemaps/site/markers/nanny.png,
com_moxiemaps/site/markers/newsagent.png,
com_moxiemaps/site/markers/nordicski.png,
com_moxiemaps/site/markers/nursery.png,
com_moxiemaps/site/markers/observatory.png,
com_moxiemaps/site/markers/oilpumpjack.png,
com_moxiemaps/site/markers/olympicsite.png,
com_moxiemaps/site/markers/ophthalmologist.png,
com_moxiemaps/site/markers/pagoda.png,
com_moxiemaps/site/markers/paint.png,
com_moxiemaps/site/markers/palace.png,
com_moxiemaps/site/markers/panoramic.png,
com_moxiemaps/site/markers/panoramic180.png,
com_moxiemaps/site/markers/park.png,
com_moxiemaps/site/markers/parkandride.png,
com_moxiemaps/site/markers/parking.png,
com_moxiemaps/site/markers/parkurban.png,
com_moxiemaps/site/markers/party.png,
com_moxiemaps/site/markers/patisserie.png,
com_moxiemaps/site/markers/pedestriancrossing.png,
com_moxiemaps/site/markers/pens.png,
com_moxiemaps/site/markers/perfumery.png,
com_moxiemaps/site/markers/personalwatercraft.png,
com_moxiemaps/site/markers/petroglyphs.png,
com_moxiemaps/site/markers/pets.png,
com_moxiemaps/site/markers/phones.png,
com_moxiemaps/site/markers/photo.png,
com_moxiemaps/site/markers/photodown.png,
com_moxiemaps/site/markers/photodownleft.png,
com_moxiemaps/site/markers/photodownright.png,
com_moxiemaps/site/markers/photography.png,
com_moxiemaps/site/markers/photoleft.png,
com_moxiemaps/site/markers/photoright.png,
com_moxiemaps/site/markers/photoup.png,
com_moxiemaps/site/markers/photoupleft.png,
com_moxiemaps/site/markers/photoupright.png,
com_moxiemaps/site/markers/picnic.png,
com_moxiemaps/site/markers/pizza.png,
com_moxiemaps/site/markers/placesunvisited.png,
com_moxiemaps/site/markers/placesvisited.png,
com_moxiemaps/site/markers/planecrash.png,
com_moxiemaps/site/markers/playground.png,
com_moxiemaps/site/markers/poker.png,
com_moxiemaps/site/markers/police.png,
com_moxiemaps/site/markers/police2.png,
com_moxiemaps/site/markers/pool.png,
com_moxiemaps/site/markers/poolindoor.png,
com_moxiemaps/site/markers/port.png,
com_moxiemaps/site/markers/postal.png,
com_moxiemaps/site/markers/powerlinepole.png,
com_moxiemaps/site/markers/powerplant.png,
com_moxiemaps/site/markers/powersubstation.png,
com_moxiemaps/site/markers/prison.png,
com_moxiemaps/site/markers/publicart.png,
com_moxiemaps/site/markers/racing.png,
com_moxiemaps/site/markers/radiation.png,
com_moxiemaps/site/markers/rain.png,
com_moxiemaps/site/markers/rattlesnake.png,
com_moxiemaps/site/markers/realestate.png,
com_moxiemaps/site/markers/recycle.png,
com_moxiemaps/site/markers/regroup.png,
com_moxiemaps/site/markers/resort.png,
com_moxiemaps/site/markers/restaurant.png,
com_moxiemaps/site/markers/restaurantafrican.png,
com_moxiemaps/site/markers/restaurantbarbecue.png,
com_moxiemaps/site/markers/restaurantbuffet.png,
com_moxiemaps/site/markers/restaurantchinese.png,
com_moxiemaps/site/markers/restaurantfish.png,
com_moxiemaps/site/markers/restaurantfishchips.png,
com_moxiemaps/site/markers/restaurantgourmet.png,
com_moxiemaps/site/markers/restaurantgreek.png,
com_moxiemaps/site/markers/restaurantindian.png,
com_moxiemaps/site/markers/restaurantitalian.png,
com_moxiemaps/site/markers/restaurantjapanese.png,
com_moxiemaps/site/markers/restaurantkebab.png,
com_moxiemaps/site/markers/restaurantkorean.png,
com_moxiemaps/site/markers/restaurantmediterranean.png,
com_moxiemaps/site/markers/restaurantmexican.png,
com_moxiemaps/site/markers/restaurantromantic.png,
com_moxiemaps/site/markers/restaurantthai.png,
com_moxiemaps/site/markers/restaurantturkish.png,
com_moxiemaps/site/markers/revolution.png,
com_moxiemaps/site/markers/right.png,
com_moxiemaps/site/markers/rightthendown.png,
com_moxiemaps/site/markers/rightthenup.png,
com_moxiemaps/site/markers/riparian.png,
com_moxiemaps/site/markers/ropescourse.png,
com_moxiemaps/site/markers/rowboat.png,
com_moxiemaps/site/markers/rugby.png,
com_moxiemaps/site/markers/ruins.png,
com_moxiemaps/site/markers/sailboat.png,
com_moxiemaps/site/markers/sailboatsport.png,
com_moxiemaps/site/markers/sailboattourism.png,
com_moxiemaps/site/markers/satursday.png,
com_moxiemaps/site/markers/sauna.png,
com_moxiemaps/site/markers/school.png,
com_moxiemaps/site/markers/schrink.png,
com_moxiemaps/site/markers/sciencecenter.png,
com_moxiemaps/site/markers/seals.png,
com_moxiemaps/site/markers/seniorsite.png,
com_moxiemaps/site/markers/shelterpicnic.png,
com_moxiemaps/site/markers/sheltersleeping.png,
com_moxiemaps/site/markers/shoes.png,
com_moxiemaps/site/markers/shoppingmall.png,
com_moxiemaps/site/markers/shore.png,
com_moxiemaps/site/markers/shower.png,
com_moxiemaps/site/markers/sight.png,
com_moxiemaps/site/markers/skateboarding.png,
com_moxiemaps/site/markers/skiing.png,
com_moxiemaps/site/markers/skijump.png,
com_moxiemaps/site/markers/skilift.png,
com_moxiemaps/site/markers/smallcity.png,
com_moxiemaps/site/markers/smokingarea.png,
com_moxiemaps/site/markers/sneakers.png,
com_moxiemaps/site/markers/snow.png,
com_moxiemaps/site/markers/snowboarding.png,
com_moxiemaps/site/markers/snowmobiling.png,
com_moxiemaps/site/markers/snowshoeing.png,
com_moxiemaps/site/markers/soccer.png,
com_moxiemaps/site/markers/soccer2.png,
com_moxiemaps/site/markers/spaceport.png,
com_moxiemaps/site/markers/speed100.png,
com_moxiemaps/site/markers/speed110.png,
com_moxiemaps/site/markers/speed120.png,
com_moxiemaps/site/markers/speed130.png,
com_moxiemaps/site/markers/speed20.png,
com_moxiemaps/site/markers/speed30.png,
com_moxiemaps/site/markers/speed40.png,
com_moxiemaps/site/markers/speed50.png,
com_moxiemaps/site/markers/speed60.png,
com_moxiemaps/site/markers/speed70.png,
com_moxiemaps/site/markers/speed80.png,
com_moxiemaps/site/markers/speed90.png,
com_moxiemaps/site/markers/speedhump.png,
com_moxiemaps/site/markers/spelunking.png,
com_moxiemaps/site/markers/stadium.png,
com_moxiemaps/site/markers/statue.png,
com_moxiemaps/site/markers/steamtrain.png,
com_moxiemaps/site/markers/stop.png,
com_moxiemaps/site/markers/stoplight.png,
com_moxiemaps/site/markers/strike.png,
com_moxiemaps/site/markers/strike1.png,
com_moxiemaps/site/markers/subway.png,
com_moxiemaps/site/markers/sun.png,
com_moxiemaps/site/markers/sunday.png,
com_moxiemaps/site/markers/supermarket.png,
com_moxiemaps/site/markers/surfing.png,
com_moxiemaps/site/markers/suv.png,
com_moxiemaps/site/markers/synagogue.png,
com_moxiemaps/site/markers/tailor.png,
com_moxiemaps/site/markers/tapas.png,
com_moxiemaps/site/markers/taxi.png,
com_moxiemaps/site/markers/taxiway.png,
com_moxiemaps/site/markers/teahouse.png,
com_moxiemaps/site/markers/telephone.png,
com_moxiemaps/site/markers/templehindu.png,
com_moxiemaps/site/markers/tennis.png,
com_moxiemaps/site/markers/tennis2.png,
com_moxiemaps/site/markers/tent.png,
com_moxiemaps/site/markers/terrace.png,
com_moxiemaps/site/markers/text.png,
com_moxiemaps/site/markers/textiles.png,
com_moxiemaps/site/markers/theater.png,
com_moxiemaps/site/markers/themepark.png,
com_moxiemaps/site/markers/thunder.png,
com_moxiemaps/site/markers/thursday.png,
com_moxiemaps/site/markers/toilets.png,
com_moxiemaps/site/markers/tollstation.png,
com_moxiemaps/site/markers/tools.png,
com_moxiemaps/site/markers/tower.png,
com_moxiemaps/site/markers/toys.png,
com_moxiemaps/site/markers/trafficenforcementcamera.png,
com_moxiemaps/site/markers/train.png,
com_moxiemaps/site/markers/tram.png,
com_moxiemaps/site/markers/trash.png,
com_moxiemaps/site/markers/truck.png,
com_moxiemaps/site/markers/tuesday.png,
com_moxiemaps/site/markers/tunnel.png,
com_moxiemaps/site/markers/turnleft.png,
com_moxiemaps/site/markers/turnright.png,
com_moxiemaps/site/markers/university.png,
com_moxiemaps/site/markers/up.png,
com_moxiemaps/site/markers/upleft.png,
com_moxiemaps/site/markers/upright.png,
com_moxiemaps/site/markers/upthenleft.png,
com_moxiemaps/site/markers/upthenright.png,
com_moxiemaps/site/markers/usfootball.png,
com_moxiemaps/site/markers/vespa.png,
com_moxiemaps/site/markers/vet.png,
com_moxiemaps/site/markers/video.png,
com_moxiemaps/site/markers/videogames.png,
com_moxiemaps/site/markers/villa.png,
com_moxiemaps/site/markers/villatourism.png,
com_moxiemaps/site/markers/waitingroom.png,
com_moxiemaps/site/markers/water.png,
com_moxiemaps/site/markers/waterfall.png,
com_moxiemaps/site/markers/watermill.png,
com_moxiemaps/site/markers/waterpark.png,
com_moxiemaps/site/markers/waterskiing.png,
com_moxiemaps/site/markers/watertower.png,
com_moxiemaps/site/markers/waterwell.png,
com_moxiemaps/site/markers/waterwellpump.png,
com_moxiemaps/site/markers/wedding.png,
com_moxiemaps/site/markers/wednesday.png,
com_moxiemaps/site/markers/wetland.png,
com_moxiemaps/site/markers/white1.png,
com_moxiemaps/site/markers/white20.png,
com_moxiemaps/site/markers/wifi.png,
com_moxiemaps/site/markers/windmill.png,
com_moxiemaps/site/markers/windsurfing.png,
com_moxiemaps/site/markers/windturbine.png,
com_moxiemaps/site/markers/winery.png,
com_moxiemaps/site/markers/wineyard.png,
com_moxiemaps/site/markers/workoffice.png,
com_moxiemaps/site/markers/world.png,
com_moxiemaps/site/markers/worldheritagesite.png,
com_moxiemaps/site/markers/yoga.png,
com_moxiemaps/site/markers/youthhostel.png,
com_moxiemaps/site/markers/zipline.png,
com_moxiemaps/site/markers/zoo.png, com_moxiemaps/site/models,
com_moxiemaps/site/models/index.html,
com_moxiemaps/site/models/moxiemaps.php,
com_moxiemaps/site/moxiemaps.php, com_moxiemaps/site/views,
com_moxiemaps/site/views/index.html,
com_moxiemaps/site/views/moxiemaps,
com_moxiemaps/site/views/moxiemaps/index.html,
com_moxiemaps/site/views/moxiemaps/tmpl,
com_moxiemaps/site/views/moxiemaps/tmpl/default.php,
com_moxiemaps/site/views/moxiemaps/tmpl/index.html,
com_moxiemaps/site/views/moxiemaps/view.html.php: Added new Moxie
Maps component and plugin to handle assigning custom markers on a
category basis in Mosets Tree.
New map parameters are also set within this component.
2011-03-25 21:19 samlewis
* mFieldType_MoxieZipSearch-2.6.1.xml: removed extra carriage
returns
2011-03-25 21:18 samlewis
* components/com_mtree/templates/Moxie/template.css: added css for
the legend
2011-03-25 21:18 samlewis
* components/com_mtree/templates/Moxie/page_index.tpl.php: Set
default map on index page to show just featured listings and to
show the legend
2011-03-25 21:17 samlewis
* components/com_mtree/Savant2/Savant2_Plugin_moxiemaps.php: Added
ability to generate a Legend based on the assigned markers for
the categories shown on the current map.
2011-03-25 20:53 samlewis
* modules/mod_moxie_zipsearch/en-GB.mod_moxie_zipsearch.ini: Zip
Search Language file
2011-03-25 20:53 samlewis
* components/com_mtree/Savant2/Savant2_Plugin_moxiemaps.php: Added
Features
categorywithsubs - loads all the categories listings plus all
listings in sub-categories of current category to map
Map Parameters now set in MoxieMaps component including:
Show Map Type buttons
Select which Map Types to show
Select Large/Small controls for Map
Turn on/off scroll wheel in map for zooming
Turn on/off double click in map for zooming
Turn on/off the scale
Map now utilizes selected markers for each category
2011-03-25 20:48 samlewis
* components/com_mtree/Savant2/Savant2_Plugin_ahrefprintmoxie.php:
removed & in function variable. No need to alter variable
2011-02-07 18:08 samlewis
* components/com_mtree/templates/Moxie/page_index.tpl.php:
integrated mosets fixes for the vxf index page
2011-01-26 17:50 samlewis
* components/com_mtree/templates/Moxie/sub_listingSummary.tpl.php:
added Miles/Kilometer parameter to distance plugin call
2011-01-26 17:47 samlewis
* components/com_mtree/templates/Moxie/page_index.tpl.php: fixed
duplicate maps in index page when showing listings in index
2010-12-30 20:11 samlewis
* mFieldType_MoxieZipSearch-2.6.1.xml: Forced lowercase comparison
on keyword search even though most character sets in MySQL would
be lowercase anyway.
2010-12-30 20:04 samlewis
* modules/mod_moxie_zipsearch/tmpl/default.php: Re-Fixed module
template to use new keyword search field naming for input and
javascript
2010-12-30 20:02 samlewis
* modules/mod_moxie_zipsearch/mod_moxie_zipsearch.php: Fixed issue
where category drop down was shown even when "Show Categories"
was set to No
2010-12-30 20:01 samlewis
* components/com_mtree/Savant2/Savant2_Plugin_moxiemaps.php: Fixed
PHP Notice where a variable wasn't being set in certain
circumstances
2010-12-30 18:04 samlewis
* components/com_mtree/Savant2/Savant2_Plugin_ahrefprintmoxie.php,
components/com_mtree/Savant2/Savant2_Plugin_moxiedistance.php,
components/com_mtree/Savant2/Savant2_Plugin_moxiemaps.php: Added
svn prop to automatically set modified date on Savant plugins
2010-12-30 18:00 samlewis
* components/com_mtree/Savant2/Savant2_Plugin_moxiemaps.php: Fixed
backwards conditional for including correct MooFloater file
2010-12-29 23:31 samlewis
* components/com_mtree/Savant2/Savant2_Plugin_moxiemaps.php,
components/com_mtree/templates/Moxie/mooFloater-1.2.js,
components/com_mtree/templates/Moxie/page_advSearchResults.tpl.php,
components/com_mtree/templates/Moxie/templateDetails.xml: Added
Mootools 1.2 compatible MooFloater and code to call appropriate
js from Savant plugin
Now compatible with the mtupgrade plugin included with Joomla
1.5.20 and above
2010-12-29 22:39 samlewis
* components/com_mtree/templates/Moxie/page_index.tpl.php: Reverted
unnecessary change.
2010-12-29 22:31 samlewis
* READ_ME.txt,
components/com_mtree/Savant2/Savant2_Plugin_moxiedistance.php,
components/com_mtree/Savant2/Savant2_Plugin_moxiemaps.php,
components/com_mtree/templates/Moxie/page_index.tpl.php,
components/com_mtree/templates/Moxie/template.css,
components/com_mtree/templates/Moxie/templateDetails.xml,
license.txt, mFieldType_MoxieZipSearch-2.5.1.xml,
mFieldType_MoxieZipSearch-2.6.1.xml,
modules/mod_moxie_zipsearch/helper.php,
modules/mod_moxie_zipsearch/mod_moxie_zipsearch.php,
modules/mod_moxie_zipsearch/mod_moxie_zipsearch.xml,
modules/mod_moxie_zipsearch/tmpl/default.php: Version 2.6.1
Added language parameter to map and directions script
Enhanced keyword search to search all fields marked for advanced
search
Added ability to sort with featured listings always on top
Fixed bug with linefeeds in listing descriptions which caused
javascript errors in list views
Added Miles/Kilometers function to distance calculation
Added overflow:hidden to map div
2010-01-21 06:45 samlewis
* components/com_mtree/Savant2/Savant2_Plugin_moxiemaps.php:
Removed linefeed and returns from infowindow data to avoid
breaking the javascript error 'Unterminated Line String'
2010-01-21 05:15 samlewis
* components/com_mtree/templates/Moxie/page_index.tpl.php: Really
fix the "Allow listing submissions in root" issue.
2010-01-20 17:40 samlewis
* READ_ME.txt,
components/com_mtree/templates/Moxie/templateDetails.xml: Updated
version number
2010-01-20 17:36 samlewis
* components/com_mtree/templates/Moxie/page_index.tpl.php: Fixed
issue where the "add listings in root" parameter was not working
properly
2010-01-20 17:35 samlewis
* components/com_mtree/Savant2/Savant2_Plugin_moxiemaps.php: Added
css classes to the infowindow and elements to allow the
infowindow to be styled via css
Fixed Directions script that was not included properly
2010-01-15 18:56 samlewis
* components/com_mtree/Savant2/Savant2_Plugin_moxiemaps.php: Fixed
bud where directions function was not getting included properly
rendering the Get Directions button useless.
2010-01-15 13:52 samlewis
* READ_ME.txt:
2010-01-14 01:10 samlewis
* READ_ME.txt:
2010-01-14 01:03
* READ_ME.txt:
2010-01-14 00:54
* READ_ME.txt:
2010-01-14 00:50
* READ_ME.txt:
2010-01-14 00:07 samlewis
* components/com_mtree/Savant2/Savant2_Plugin_moxiemaps.php: Added
check for existing image when building infowindow
2010-01-13 23:43 samlewis
* components/com_mtree/Savant2/Savant2_Plugin_moxiemaps.php: Fixed
some minor php issues which caused an issue on PHP version 5.2.8
2010-01-11 17:06 samlewis
* READ_ME.txt:
2010-01-11 16:59 samlewis
* .:
2010-01-08 19:50 samlewis
* READ_ME.txt:
2010-01-08 19:30 samlewis
* READ ME.txt, READ_ME.txt: Renamed READ ME.txt to READ_ME.txt
2010-01-08 16:51 samlewis
* READ ME.txt:
2010-01-08 16:46 samlewis
* READ ME.txt:
2010-01-08 16:31 samlewis
* READ ME.txt: Updated Read me file for 2.5.1 release
2010-01-08 16:29 samlewis
* modules/mod_moxie_zipsearch/mod_moxie_zipsearch.php,
modules/mod_moxie_zipsearch/mod_moxie_zipsearch.xml,
modules/mod_moxie_zipsearch/tmpl/default.php: Added ability to
search by keyword in the link_name field in the module along with
the zip code/city.
This can be turned on/off in the module configuration
2010-01-08 16:14 samlewis
* ., components, components/com_mtree,
components/com_mtree/Savant2, components/com_mtree/templates,
language, language/en-GB, modules:
2010-01-08 01:13 samlewis
* language, languages:
2010-01-08 00:58 samlewis
* READ ME.txt,
components/com_mtree/Savant2/Savant2_Plugin_moxiemaps.php,
components/com_mtree/templates/Moxie/page_advSearchResults.tpl.php,
components/com_mtree/templates/Moxie/page_index.tpl.php,
components/com_mtree/templates/Moxie/page_listAlpha.tpl.php,
components/com_mtree/templates/Moxie/page_listListings.tpl.php,
components/com_mtree/templates/Moxie/page_listing.tpl.php,
components/com_mtree/templates/Moxie/page_ownerListing.tpl.php,
components/com_mtree/templates/Moxie/page_usersFavourites.tpl.php,
components/com_mtree/templates/Moxie/sub_listings.tpl.php,
components/com_mtree/templates/Moxie/sub_map.tpl.php,
components/com_mtree/templates/Moxie/template.css,
components/com_mtree/templates/Moxie/templateDetails.xml: Moved
map generation and related javascript functions to a Savant2
plugin to clean up templates and avoid duplication of code.
The map can be added to any Mosets Tree template that shows one
or more listings with the following code format:
$this->plugin("moxiemaps", $this, 'width', 'height', 'show',
floatMap, cluster);
The parameters included in this line are detailed below:
moxiemaps - name of the plugin, don't change
$this - passes listings to the plugin, don't change
width - width of the map. You can use either values as
percentages '100%' or in pixels i.e., '400px'
height - height of the map. You can use either values as
percentages '100%' or in pixels i.e., '400px'
show - You can now choose to show:
'page' - Listings on Page - this is the default. If you are
showing 10 listings per page, you'll have 10 listings on the map
'all' - All Listings in the directory
'category' - All Listings in this category. Only works in the
sub_listings.tpl.php template file.
'featuredincategory' - All Featured Listings in this category.
Only works in the sub_listings.tpl.php template file.
'featured' - All Featured Listings in the directory
floatMap - true/false - indicates if the map should float or
scroll as the page scrolls
cluster - true/false - turn the cluster function on/off for the
markers
Sample code:
<?php echo $this->plugin("moxiemaps", $this, '100%', '500px',
'all', false, true);?>
Map would be 100% wide, 500px tall, showing all listings in the
director, not floated, and using the cluster feature
2010-01-08 00:17 samlewis
* components/com_mtree/Savant2/Savant2_Plugin_moxiedistance.php,
components/com_mtree/templates/Moxie/sub_listingSummary.tpl.php:
Moved the "distance away" function to a Savant2 plugin to keep
templates cleaner.
This function calculates the listings distance from the center of
the searched zip code/city.
2010-01-08 00:14 samlewis
* components/com_mtree/templates/Moxie/sub_mapinfowindow.tpl.php:
Added infowindows to the map markers. These are configurable to
include/or not the listing image, description, and/or address.
This is set in the template configuration window. In addition, we
take advantage of the Zoom infowindow option to show a much more
detailed view of the listing. This view can be fully customized
using the new sub_mapinfowindow.tpl.php file.
2010-01-08 00:11 samlewis
* components/com_mtree/templates/Moxie/markerclusterer_packed.js:
Added clustering option to maps - This allows showing many more
markers on the map with less performance implications and less
visual distraction. Multiple markers are detected and combined
into a single "Cluster" marker with a number indicating the
number of markers in the near vicinity. Clicking a cluster marker
zooms the map and shows the "clustered" markers.
2010-01-08 00:07 samlewis
* mFieldType_MoxieZipSearch-2.5.xml: Updated
mFieldType_MoxieZipSearch to version 2.5.1
2010-01-08 00:07 samlewis
* mFieldType_MoxieZipSearch-2.5.1.xml: When searching by zip
code/city, the distance is used as the first sort parameter and
now the second sort parameter is based on the settings in Mosets
Tree configuration->Search->Primary ordering
Removed JError::raiseError when zip code can't be geocoded. Force
no results instead.
2010-01-07 23:47 samlewis
* components/com_mtree/templates/Moxie/sub_map.tpl.php: Added a
"Did you mean?" feature to the driving directions function. This
should help users choose appropriate address information if they
supply arbitrary data initially.
2010-01-07 23:42 samlewis
* READ ME.txt, mFieldType_MoxieZipSearch-2.5.xml: Moved field type
file and read me to root of directory
2010-01-07 23:41 samlewis
* components/READ ME.txt,
components/mFieldType_MoxieZipSearch-2.5.xml: Moved field type
file and read me to root of directory
2010-01-07 23:27 samlewis
* components, components/READ ME.txt, components/com_mtree,
components/com_mtree/Savant2,
components/com_mtree/Savant2/Savant2_Plugin_ahrefprintmoxie.php,
components/com_mtree/templates,
components/com_mtree/templates/Moxie,
components/com_mtree/templates/Moxie/index.html,
components/com_mtree/templates/Moxie/mooFloater.js,
components/com_mtree/templates/Moxie/page_advSearchResults.tpl.php,
components/com_mtree/templates/Moxie/page_index.tpl.php,
components/com_mtree/templates/Moxie/page_listAlpha.tpl.php,
components/com_mtree/templates/Moxie/page_listListings.tpl.php,
components/com_mtree/templates/Moxie/page_listing.tpl.php,
components/com_mtree/templates/Moxie/page_ownerListing.tpl.php,
components/com_mtree/templates/Moxie/page_print.tpl.php,
components/com_mtree/templates/Moxie/page_usersFavourites.tpl.php,
components/com_mtree/templates/Moxie/sub_listingDetails.tpl.php,
components/com_mtree/templates/Moxie/sub_listingSummary.tpl.php,
components/com_mtree/templates/Moxie/sub_listings.tpl.php,
components/com_mtree/templates/Moxie/sub_map.tpl.php,
components/com_mtree/templates/Moxie/template.css,
components/com_mtree/templates/Moxie/templateDetails.xml,
components/mFieldType_MoxieZipSearch-2.5.xml, languages,
languages/en-GB, languages/en-GB/en-GB.mod_moxie_zipsearch.ini,
modules, modules/mod_moxie_zipsearch,
modules/mod_moxie_zipsearch/helper.php,
modules/mod_moxie_zipsearch/index.html,
modules/mod_moxie_zipsearch/mod_moxie_zipsearch.php,
modules/mod_moxie_zipsearch/mod_moxie_zipsearch.xml,
modules/mod_moxie_zipsearch/tmpl,
modules/mod_moxie_zipsearch/tmpl/default.php,
modules/mod_moxie_zipsearch/tmpl/index.html: Commit of version
2.5 of Moxie Maps
2010-01-07 23:22 samlewis
* .:
Moxie Maps is available to users that hold an active subscription.
Moxie Media was established in 2005 to help small to medium size businesses succeed in achieving their goals online. Let us help you today
