Note that there are some explanatory texts on larger screens.

plurals
  1. USKasapo
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COIf the radius is small,absolute error will also be small with above functions. I would use that. You CANNOT have a constant to calculate this... unless, perhaps, you are working with a very small geographical area. Still, I think you will see a lot of distortion/error between southern-most and northern-most points in your area, even if small. I'm not sure what GIS system you may be using, but if you have access to (and skills to use) PostGIS and PostGreSQL (opensource), you can do queries and have the DB figure it all out. Might be overkill for you. Radius Query: http://tinyurl.com/35poqxr
      singulars
    2. COIs there a way to add it from the controller? I have a legacy codeigniter app, and it uses a header file that is shared by a group of internal, institutional websites. I know I can easily say "<script src=...></script>" (some browsers don't like the self closing version above). Anyway, it's not w3c compliant to add CSS anywhere except the header, and I'd prefer to include my JS in the header as well. With web2py, I can do <code>response.append(URL('static','file.css'))</code>. Other CI apps in our institution I've seen something like <code>this->addJS("file.js");</code> is there a CI standard?
      singulars
    3. COAhh, there we go. I think I accepted it now. As I am a new member, I cannot upvote it, but I do thank you for your quick answer, while I found a lot of doc that *almost* had the answer, this is what I needed.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload