CHANGELOG: 0.0.6 * Changed minimap icons, the old ones were too big and clunky * Added icons for all waypoints in bigmap.php * Changed refresh method in bigmap.php to retain the current map center, zoom, and type. It's still a bit clunky, but it's better than having the map completely reset itself every time it refreshes. * Fixed title bar of minimap.php (didn't show number of users) * Added spreadsheet.php to demonstrate how to jam database data into a table * Added time offset option to make it easier to adjust the times that show up when you live in one timezone and your server lives in another. * Re-arranged the order of the pin colors, it looks nicer to start with red and go through the spectrum, rather than start out with black and brown as the first pin colors. My apologies to all the electronics geeks out there for messing with the natural order of things. 0.0.5 * Made code changes to allow this script to run unmodified on a wider array of platforms: Original code worked flawlessly on Linux platforms, but exhibited problems on Windows platforms. * Made the infoWindow for each pinpoint just a little more "Human Parsable", particularly in the area of the "Type". * Added link in the infoWindow for each user on a bigmap containing multiple users that allows the viewer to see only that user's track. * Moved simplemap.php to minimap.php and navmap.php to bigmap.php to better describe their functionality. Created stubs to replace the previous files that redirect to the new files while preserving the "only" argument, if present. * Fixed iconSize for pins, they looked OK in mozilla, but were 1x1 pixel in IE. 0.0.4 * Added multi-user support! * molo_config.php will automatically update your database to include the new NAME field. This means the first time you call ANY of the pages, it will automagically update the database for you! * navmap.php will automatically detect multiple users and assign them up to 10 different flag and path colors * simplemap.php will automatically detect multiple users and switch to tiny flags to improve visibility, again with 10 different colors. * both simplemap and navmap can be passed a name and will only show the track for that one person * moved some duplicated code to allmaps.php 0.0.3 * I like the code enough to take it out of ultra-beta status * Added conversion option for Imperial units for navmap.php * Moved all options to molo_config.php from other files. 0.0.2-ultra-beta * actually added that keyboard control I talked about before in the navmap.php file. I forgot to activate that. d'oh. * Added FIFO cleanup routine to alturl_CHANGE_THIS_FILE_NAME.php (YAY!) * Added info about just using your existing blog's database for the waypoints to readme.txt * Added CHANGELOG.txt file to package 0.0.1-ultra-beta * initial release