joatuapp / joatu-app

The JoatU application, written in Ruby on Rails and ChaplinJS.
GNU Affero General Public License v3.0
8 stars 3 forks source link

Radius of communities #17

Closed joatu closed 9 years ago

joatu commented 9 years ago

Please set natural radius to 2km.

TedEwanchyna commented 9 years ago

i can take a look at this. it seems that this would fix it: app/models/community.rb: distance_in_meters ||= 5000 change 5000 to 2000 May have to change spec to test, as hostname is not set via variable -Ted

undergroundwebdesigns commented 9 years ago

Sounds good @TedEwanchyna, do it.

undergroundwebdesigns commented 9 years ago

Done, I'm just about to push it to the alpha site as well. Closing.