The Rails application that powers OpenStreetMap
Find a file
2009-04-19 21:03:41 +00:00
app Fix map in IE by deferring Vector layer addition to page load (note that deferred script running is _not_ the same as onload), also only add the Vector layer as required, so to save some overhead. 2009-04-19 21:03:41 +00:00
config Merge 14394:14533 from trunk. 2009-04-16 21:11:12 +00:00
db Handle differences in interval constant formatting. 2009-04-16 20:47:18 +00:00
doc cover the other extreme in the map bounary sanitizeation. Ading some documentation, which is parsed when running rake doc:app. Fixing up a couple of tests. 2008-10-26 23:43:37 +00:00
lib Handle differences in interval constant formatting. 2009-04-16 20:47:18 +00:00
public Fix map in IE by deferring Vector layer addition to page load (note that deferred script running is _not_ the same as onload), also only add the Vector layer as required, so to save some overhead. 2009-04-19 21:03:41 +00:00
script Fix statistics script to work with 0.6 database schema. 2009-04-16 11:38:02 +00:00
test Fixing some of the tests, adding the new tests to make sure that you can't edit when your not a public user 2009-04-18 17:17:22 +00:00
vendor Adding pagination to the changesets, thus allowing you to browe large changesets, without MySQL complaining about memory. Probably needs some fine tuning. You currently can only page one of nodes, ways, and relations, without manually setting the relations. Fixing deprection notice for the classic_pagination plugin. 2008-11-27 17:06:43 +00:00
Rakefile beginning of osm on rails 2006-07-28 21:41:39 +00:00
README Lots of documentation updates, plus split out potlatch libraries in to lib 2008-01-24 16:03:56 +00:00

Documentation
=============

Try `rake doc:app` and see /doc/