Packagenet.systemeD.potlatch2.utils
Classpublic class BikeShopLoader

The BikeShopLoader loads data regarding missing bike shops in the UK from the "bike-shop-locator" project. It was a quick hack undertaken during the WhereCampUK meeting in Nottingham in November 2010. It served partly as a demonstration of improving QA feedback loops within the OSM universe, but mainly as an indication that we need to rethink how these things are handled in P2. The amount of copy/paste coding going on is too high, and we should be able to make something along the lines of "imagery.xml" to define and load generic kml/geojson/georss feeds from multiple sources without having to code oader classes for each one. Oh, and it's possible to handle xml Namespaces without resorting to blanking them out of the raw data :-)



Public Methods
 MethodDefined by
  
BikeShopLoader(map:Map, url:String, name:String)
BikeShopLoader
  
load():void
BikeShopLoader
Constructor detail
BikeShopLoader()constructor
public function BikeShopLoader(map:Map, url:String, name:String)Parameters
map:Map
 
url:String
 
name:String
Method detail
load()method
public function load():void