Googlemaps of Stolen Bikes in Portland

Two of the top feature requests for Finetoothcog have been:

  1. picture uploading
  2. googlemaps

In November we added funtionality so you could list a picture of your stolen bike with the report.

And now we just launched the stolen bike data on googlemaps

This lists all stolen bikes reported in Portland, Oregon that have valid addresses. A valid address is required so that the long/lat can be determined using an external service

This is a very interesting view of where bikes are stolen in Portland. Mapping this stolen bike data provides alot of insight into:

  • Where police should conduct bike sting operations.
  • Finding the worst places to lock your bike in Portland.
  • Educating yourself on how many bikes are stolen in your hood.

Additionally you can click on a marker and see more information on the bike and even get a link to the full bike listing.

This is an interactive map so you can zoom in, zoom out and move around to really examine the city.

For the Geeks

As you may know Finetoothcog is written in RubyonRails and to integrate googlemaps you need to generate XML.

XML was generated using the Builder which is included in ActiveSupport. Builder makes it easy to produce the required XML for generating the googlemaps.

In order to increase performance caches_page was used however it was discovered that the cached page did not include the correct mime type as was reported on clickable bliss

Comments are closed.

Googlemaps of Stolen Bikes in Portland

Two of the top feature requests for Finetoothcog have been:

  1. picture uploading
  2. googlemaps

In November we added funtionality so you could list a picture of your stolen bike with the report.

And now we just launched the stolen bike data on googlemaps

This lists all stolen bikes reported in Portland, Oregon that have valid addresses. A valid address is required so that the long/lat can be determined using an external service

This is a very interesting view of where bikes are stolen in Portland. Mapping this stolen bike data provides alot of insight into:

  • Where police should conduct bike sting operations.
  • Finding the worst places to lock your bike in Portland.
  • Educating yourself on how many bikes are stolen in your hood.

Additionally you can click on a marker and see more information on the bike and even get a link to the full bike listing.

This is an interactive map so you can zoom in, zoom out and move around to really examine the city.

For the Geeks

As you may know Finetoothcog is written in RubyonRails and to integrate googlemaps you need to generate XML.

XML was generated using the Builder which is included in ActiveSupport. Builder makes it easy to produce the required XML for generating the googlemaps.

In order to increase performance caches_page was used however it was discovered that the cached page did not include the correct mime type as was reported on clickable bliss

Comments are closed.