Skip to content

dstotijn/meteor-geospatial-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor Geospatial Demo

MongoDB's geospatial features make it pretty easy to build a Meteor application with location based services. This demo shows a Leaflet-powered map and a text based listing of restaurants, with reactive behavior when the map is updated (dragged, zoomed, etc.). Using MongoDB's $geoWithin geospatial operator (which only works on the server, not with minimongo) a restaurants subscription is created based on the current GPS bounds of the map.

Meteor Geospatial Demo (screenshot)

Demo

A live demo is available here.

Installation & usage

Install Meteor if haven't done so already:

$ curl https://install.meteor.com/ | sh

Clone the repository:

$ git clone [email protected]:dstotijn/meteor-geospatial-demo.git

Change the working directory and run Meteor:

$ cd meteor-geospatial-demo
$ meteor

Visit the demo at http://localhost:3000.

License

MIT

About

Meteor app with geospatial queries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published