This is a modified version of Meteor.js' Parties Example.
It was modified to:
- use OpenLayers for the live map instead of using a static image that is read from OpenStreetMaps
- use OpenLayers Markers instead of D3.js so real GPS coordinates could be stored instead of screen coordinates
so it could be used to test an Android DDP library (to interact with the party data) and sample app that acts as a Native Android client to this web site.
This application is also live at demoparties.meteor.com
There seems to be a bug in OpenLayers if the callout/popup marker info is above the marker after you drag the map...it goes flicker crazy and you can't click ont the marker. If the callout is below the marker after a drag, this problem doesn't occur.