NYCPlanning / labs-postgis-preview

A lightweight express app and leaflet frontend for previewing PostGIS queries
MIT License
277 stars 57 forks source link

Update server.js #36

Closed vitaly-t closed 8 years ago

vitaly-t commented 8 years ago
  1. removing repeated error logging for the same errors;
  2. must reject when an error occurs;
  3. removing useless condition for the delete operation
  4. making code shorter
vitaly-t commented 8 years ago

Also, a suggestion - not to include modules that are not used, like Mustache.