Published in
Rails, mapufacture
I’ve gotten more involved with the GeoRSS efforts and various tools to use GeoRSS for aggregating geodata. After Where2.0, I started working on a project with Mikel Maron for consuming and mapping GeoRSS feeds.
The project is Mapufacture. You can subscribe to feeds, create maps as collections of feeds, and share maps with other users. It’s still in very active development (one could call it beta, but I won’t), but is usable. Guilhem Vellut is the person responsible for the very nice mapping via YM4R_Mapstraction library. If you’d like to give it a try and give feedback that would be great.
Here are some examples of useful maps created with Mapufacture:
Published in
Programming, Rails, Ruby
Luke Redpath has come up with a brilliant, and simple solution for having to install a large set of standard Rails plugins with each new Rails project. Rails Plugin Packs™ is a YAML file defined set of plugins that his Plugin will then go through and install.
Therefore, you can build up your set of Location based plugins, such as:
Plugin Packs
about:
name: Mapping Pack
description: A set of mapping and geocoding plugins
author: Andrew Turner
email: rails@highearthorbit.com
website: http://www.highearthorbit.com
plugins:
ym4r_mapstraction:
source: svn://rubyforge.org/var/svn/ym4r/Plugins/Mapstraction/trunk/ym4r_mapstraction
GeoRuby:
source:
metacarta-geoparser:
source: http://opensource.agileevolved.com/svn/root/rails_plugins/unobtrusive_javascript/tags/rel-0.1
yahoo-geocode:
source: http://opensource.agileevolved.com/svn/root/rails_plugins/navigation_mappings/trunk
about:
name: User site
description: Plugins for a standard site with users for authentication and basic cms
author: Andrew Turner
email: rails@highearthorbit.com
website: http://www.highearthorbit.com
plugins:
acts_as_authenticated:
source: http://svn.techno-weenie.net/projects/plugins/acts_as_authenticated
comatose:
source: http://mattmccray.com/svn/rails/plugins