Andre Lewis has a new site out there, Placeshout which offers a way to quickly call out your favourites place in various locations.
You could argue that we have other places for this... Yelp for example, or My Maps themselves. So, why Placeshout?
Sometimes, you just want a quick suggestion
When Andre and I are looking for a hole-in-the-wall Mexican restaurant or a park with a softball field, we usually just want a quick suggestion, not a lengthy review. We want to know if a place is worth visiting in 30 seconds.
Placeshout isn't about volume - it's about trying to express the positives and negatives of a destination in as few of words as possible. If people agree, that "shoutout" moves up...if they don't, the shoutout moves down and begins to disappear.
We hope Placeshout makes it easier for you to find local destinations.
There are some interesting features in this, very Web 2.0-looking, site. One that stands out is the enhanced mapping experience on top of Google Maps. As you move around, directional arrows tell you how far various other cities are away. It is kinda fun to watch:
Luke Birdeau has remixed Craigslist to produce a desktop-esque Ajax application view on the data that adds features such as being able to save your favorites, add notes to them, and even use the app offline (e.g. take your laptop on the road to go see the stuff for sale of meet that blind date). The app combines aspects of 3 libraries – TIBCO GI 3.5 for the interface, plus Dojo (for offline) and Google Maps.
To get started you first pick a locale, then a category, then do a search. You can also add multiple regions and categories too.
Here is a quick demonstration of the app in action:
I don't normally post many "mashups" but Prague 360 is to beautiful to pass up.
Jeffrey Martin and his brother David have created some high quality views on some of the cities, and they use the Google Maps API as the platform to show the content.
If you head over to Prague, you will see that along with the usual normal map, satellite, and hybrid options, there are gigapixel versions for Winter and Spring. Jeffrey finds a high spot where he sets up his camera and takes lots of photos of the area. These pictures are with a very nice, zoomed in lens, and then he stitches them together to make one REALLY large photo.
Then David takes the image over to matlab world and cuts it up into tiles for the various zoom levels on the map. Now, on the map, when you click on one of the gigapixel options the new tiles are overlayed.
You will also notice that on the various mapping views not all of the points of interest are shown. Instead, they use the MarkerManager component to package items that are close together as one point on the map.
You will also notice that the right hand side has 360 closeup views of the given areas. We all remember the original "VR" versions of this with poor quality. These are definitely a 2007 version. One of the use cases for the site is for people to check out real estate. With this level of quality, you really can get a good view of the property, easily enough to narrow it down.
We have seen other companies taking photos of the content, but being able to walk around the Map was very cool. If I am visiting a new building, or area, I find myself checking out the area before I drive there, as it is a lot easier to find the end point if you have seen it, and walked around the outside.
There was also a release of Mapplets, which are embeddable Google Maps mashups. You are able to overlay multiple mashups onto the one map, which means that you can combine the old favourites: HousingMaps.com and ChicagoCrime.org to make sure you get your new home in a decent area!
What is exciting about these new features is that we have more tools to play with (writting Mapplets), and a nice showcase of using Flash within an Ajax application (Maps).
InfiView is a mapping development tool that empowers engineers to build infinite-sized Web 2.0 mind maps, network topologies, organization charts, LDAP tools and technical diagrams.
InfiView uses Ajax technology and its own unique dynamic memory management to enable developers to systematically create graphical web applications using any amount of data (from very small all the way to infinite). With InfiView-built web-applications, end-users seamlessly interact (pan, zoom, right-click for actions…) with all types of graphical data - such as network topologies, DNA sequences or genealogy charts - oblivious to the vast amounts of data available.
100% built in Bindows (www.bindows.net), InfiView is built on top of the Bindows framework which is back-end/server agnostic, and provides best-in-industry support for section-508 accessibility compliance, internationalization and localization.
Brennan Stehling has updated his GPlotter project "to make use of the revised Google Maps API. I also completely restructured the Javascript to a much more object oriented coding style. I am using the latest release of Prototype, which recently moved to a new location as well as posted a great deal of new documentation. I am using Prototype for the object inheritance and AJAX functionality."
ShackPrices is a Seattle-area real estate Ajax application written using Rails by Galen Ward and team.
If you do real estate, you need to mashup to Google Maps, but this goes beyond that. It is highly interactive, with lots of live filters and tools, and the back button seems to be handled really well.
Diverse Solutions created a new property search application that implements Prototype, the latest version of YUI, and MooFx v1 into our very own, and we think quite unique, home finder app.
Weather Bonk
Weather Bonk mashes up weather onto a map, and also aggregates live traffic feeds, and data from other weather sites.
Do you have a mapping mashup that you can't live without?
Interaction: Now that you have your first interactive Google Maps web application, grab aGPS and start looking for geocaches to add to your map! Get your friends involved, too, and show off what you’ve learned.
Geocoding: This chapter covers using geocoding services with your maps. It’s safe to assume that you’ll be able to adapt the general ideas and examples here to use almost any web-based geocoding service that comes along in the future. From here on, we’ll assume that you know how to use these services (or ones like them) to geocode and cache your information efficiently.
One of the keys to mashing up maps is the fact that our species gets to annotate the web. GeoJoey is an application that is trying to make this happening by mashing up places with experiences.
Find experiences and places, and vote on them. The front page looks like Digg, Delicious, and Google Maps combined.
The article focuses on the Google Maps API (the only server side piece is a simple Servlet), and takes you through learning the API, and then using more advanced techniques such as dynamic markers, and ondemand (via ajax) content inclusion: