Download here: 3.0.0 Beta
I'm not finished with the 3.x branch but it's been in production long enough that I think its to the point where I can at least release it to the community to gather bug reports, take new feature requests, etc. It should be in good enough shape for anyone with some php knowledge to put into production use but if you know now php at all, I'd probably stick to the 2.x version until I release the production version of 3.x which will be version 3.1. 3.0 will be a beta release. Here is a short list of features that can be found in 3.0 This is NOT a list of everything but its a list of the larger changes. There are more features that are not finished quite yet such as Location Profiles (a location can have it's own "profile" page, useful for Realty websites, dating sites, social networking sites, whatever). Locations will also be able to have multiple images associated with them and on the profile page they can rotate as seen below in the example site. I'm still working on pulling all of the custom code out of execnet and putting it back into 3.x, so everything you see here will eventually be in the beta version as well.
This is an example website of a working 3.x site: http://execnetproperties.com/googlemaps/
Yes, lots of neat stuff to look forward to in 3.x ;)
NEW: AUTOMATIC GOOGLE MAP KEY GENERATION!!! No app out there has anything like this 'yet' until they swipe my code that is ;)
NEW: Real Template System using Smarty Templates, this will allow me to take submissions from the community for new themes because we all know I suck at Eye candy design hahaha.
NEW: All code has been seperated from the actual output (see template system above) which is going to allow for integrating into any CMS or custom made website so much easier. You no longer have to edit any php files to get the app to work in your website. Now all you do is edit a smarty template file instead. Editing such file CANNOT cause you to break the application in any way! So now all the people who have little php knowledge can muck around with the app and not worry about breaking anything. This also makes using IE much easier as well and should help eliminate the IE problems from before. IE still sux so its still possible to break, but the likelihood is now lowered just that much more.
NEW: A real Autozoom based on the map SIZE rather than some calculations. This will result in the furthest location always being shown on the map no matter how far from the center of the map it is.
Change: Administration login session no longer has a built in timeout. Many people asked for this to be removed and to use the built in php Session timeout engine instead which is to simply close the browser. It also fixes the "Someone is already logged in" error. This also has the affect of allowing multiple people to login to the admin panel at the same time. Which shouldnt be an issue according to 99% of the feedback I've gotten.
Change: Autozoom levels have been depreciated, they are no longer needed.
NEW: I no longer use gxMarker because it is no longer in development. I've since replaced it with pdMarker which has the same abilities as gxMarker but also has a couple new features as well. To get a full list of pdMarkers you can go here: http://www.pixeldevelopment.com/pdmarker.asp
NEW: Inherited from pdMarker: Hover over icon for map markers. You can now have 2 marker images per location. 1 Hover off image and 1 Hover ON image.
NEW: Inherited from pdMarker: Marker icons can now blink on the map making them more visible, maybe useful for paid advertisers.