Changes between Version 1 and Version 2 of UsersWikiExamplesFindNearby


Ignore:
Timestamp:
Apr 19, 2009, 12:34:21 AM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiExamplesFindNearby

    v1 v2  
    77
    88{{{
     9#!sql
     10
    911SELECT the_geom, school_name
    1012FROM schools
     
    2022
    2123{{{
     24#!sql
    2225SELECT the_geom, school_name
    2326FROM schools
    24 WHERE __the_geom && Expand('POINT(100312 102312)',5000)__
     27WHERE the_geom && Expand('POINT(100312 102312)',5000)
    2528AND Distance(the_geom, 'POINT(100312 102312)') < 5000
    2629
     
    3235
    3336{{{
     37#!sql
    3438SELECT the_geom, school_name
    3539 FROM schools