Making WordPress.org


Ignore:
Timestamp:
03/23/2017 09:27:08 PM (8 years ago)
Author:
iandunn
Message:

Events: Increase WordCamp radius to 400 kilometers to include more events

400 kilometers is approximately 4 hours driving time each way.

350 kilometers isn't enough in cases like Prague -> Munich.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/events/1.0/index.php

    r5138 r5168  
    459459    // If we want nearby events, create a WHERE based on a bounded box of lat/long co-ordinates.
    460460    if ( !empty( $args['nearby'] ) ) {
     461        // Distances in kilometers
    461462        $event_distances = array(
    462463            'meetup' => 100,
    463             'wordcamp' => 350,
     464            'wordcamp' => 400,
    464465        );
    465466        $nearby_where = array();
Note: See TracChangeset for help on using the changeset viewer.